xxxxxxxxxx
<html>
<body>
<p style="background-color:#FFFF00">
16进制设置的颜色
</p>
<p style="background-color:rgb(255,255,0)">
RGB设置的颜色
<p style="background-color:yellow">
颜色名称设置的颜色
</body>
</html>