Edit This Code:
See Result »
<!DOCTYPE html> <html> <body> <p style="background-color:#FFFF00"> Color set by using hex value </p> <p style="background-color:rgb(255,255,0)"> Color set by using rgb value </p> <p style="background-color:yellow"> Color set by using color name </p> </body> </html>
Result: