Shades of Festival #E9CC54
Tints of Festival #E9CC54
RGB
CMYK
RGB Variations
Color information
#E9CC54 (or 0xE9CC54) is known color: Festival. HEX triplet: E9, CC and 54. RGB value is (233,204,84). Sum of RGB (Red+Green+Blue) = 233+204+84=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CC54 is #1633AB. Grayscale: #C7C7C7. Windows color (decimal): -1455020 or 5557481. OLE color: 5557481.
HSL color Cylindrical-coordinate representation of color #E9CC54: hue angle of 48.32º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9CC54 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 204 | 84 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.09 |
| HSL | 48.32º | 0.77% | 0.62% | - |
| HSV(B) | 48.32º | 0.64% | 0.91% | - |
| XYZ | 56.8 | 61.15 | 17.2 | - |
| YUV | 198.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 204 | 84 | 0 | 0.12 | 0.64 | 0.09 | 48.32 | 0.77 | 0.62 |
| Hex | E9 | CC | 54 | 0 | C | 40 | 9 | 30 | 4D | 3E |
| Octal | 351 | 314 | 124 | 0 | 14 | 100 | 11 | 60 | 115 | 76 |
| Binary | 11101001 | 11001100 | 1010100 | 0 | 1100 | 1000000 | 1001 | 110000 | 1001101 | 111110 |
Color Harmonies of #E9CC54
Complementary color
Monochromatic Colors of #E9CC54
Black with #E9CC54
Text Example
Text Example
White with #E9CC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CC54; }
p { color: rgb(233,204,84); }
H1.HeaderClassName
{
color: #E9CC54;
}
.AnyTagClassName
{
color: #E9CC54;
}
</style>
background-color css
<style>
a { background-color: #E9CC54; }
a { background-color: rgb(233,204,84); }
div.DivClassName
{
background-color: #E9CC54;
}
.BgClassName
{
background-color: #E9CC54;
}
</style>
border-color css
<style>
span { border-color: #E9CC54; }
span { border-color: rgb(233,204,84); }
td.TdClassName
{
border-color: #E9CC54;
}
.TagClassName
{
border-color: #E9CC54;
}
</style>