Shades of Festival #E9CC51
Tints of Festival #E9CC51
RGB
CMYK
RGB Variations
Color information
#E9CC51 (or 0xE9CC51) is known color: Festival. HEX triplet: E9, CC and 51. RGB value is (233,204,81). Sum of RGB (Red+Green+Blue) = 233+204+81=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC51 is #1633AE. Grayscale: #C7C7C7. Windows color (decimal): -1455023 or 5360873. OLE color: 5360873.
HSL color Cylindrical-coordinate representation of color #E9CC51: hue angle of 48.55º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9CC51 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 81 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.09 |
| HSL | 48.55º | 0.78% | 0.62% | - |
| HSV(B) | 48.55º | 0.65% | 0.91% | - |
| XYZ | 56.68 | 61.1 | 16.59 | - |
| YUV | 198.65 | 61.61 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 81 | 0 | 0.12 | 0.65 | 0.09 | 48.55 | 0.78 | 0.62 |
| Hex | E9 | CC | 51 | 0 | C | 41 | 9 | 31 | 4E | 3E |
| Octal | 351 | 314 | 121 | 0 | 14 | 101 | 11 | 61 | 116 | 76 |
| Binary | 11101001 | 11001100 | 1010001 | 0 | 1100 | 1000001 | 1001 | 110001 | 1001110 | 111110 |
Color Harmonies of #E9CC51
Complementary color
Monochromatic Colors of #E9CC51
Black with #E9CC51
Text Example
Text Example
White with #E9CC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC51; }
p { color: rgb(233,204,81); }
H1.HeaderClassName
{
color: #E9CC51;
}
.AnyTagClassName
{
color: #E9CC51;
}
</style>
background-color css
<style>
a { background-color: #E9CC51; }
a { background-color: rgb(233,204,81); }
div.DivClassName
{
background-color: #E9CC51;
}
.BgClassName
{
background-color: #E9CC51;
}
</style>
border-color css
<style>
span { border-color: #E9CC51; }
span { border-color: rgb(233,204,81); }
td.TdClassName
{
border-color: #E9CC51;
}
.TagClassName
{
border-color: #E9CC51;
}
</style>