Shades of Festival #E8CC4E
Tints of Festival #E8CC4E
RGB
CMYK
RGB Variations
Color information
#E8CC4E (or 0xE8CC4E) is known color: Festival. HEX triplet: E8, CC and 4E. RGB value is (232,204,78). Sum of RGB (Red+Green+Blue) = 232+204+78=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CC4E is #1733B1. Grayscale: #C6C6C6. Windows color (decimal): -1520562 or 5164264. OLE color: 5164264.
HSL color Cylindrical-coordinate representation of color #E8CC4E: hue angle of 49.09º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E8CC4E is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 204 | 78 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.09 |
| HSL | 49.09º | 0.77% | 0.61% | - |
| HSV(B) | 49.09º | 0.66% | 0.91% | - |
| XYZ | 56.25 | 60.89 | 16 | - |
| YUV | 198.01 | 60.28 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 204 | 78 | 0 | 0.12 | 0.66 | 0.09 | 49.09 | 0.77 | 0.61 |
| Hex | E8 | CC | 4E | 0 | C | 42 | 9 | 31 | 4D | 3D |
| Octal | 350 | 314 | 116 | 0 | 14 | 102 | 11 | 61 | 115 | 75 |
| Binary | 11101000 | 11001100 | 1001110 | 0 | 1100 | 1000010 | 1001 | 110001 | 1001101 | 111101 |
Color Harmonies of #E8CC4E
Complementary color
Monochromatic Colors of #E8CC4E
Black with #E8CC4E
Text Example
Text Example
White with #E8CC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CC4E; }
p { color: rgb(232,204,78); }
H1.HeaderClassName
{
color: #E8CC4E;
}
.AnyTagClassName
{
color: #E8CC4E;
}
</style>
background-color css
<style>
a { background-color: #E8CC4E; }
a { background-color: rgb(232,204,78); }
div.DivClassName
{
background-color: #E8CC4E;
}
.BgClassName
{
background-color: #E8CC4E;
}
</style>
border-color css
<style>
span { border-color: #E8CC4E; }
span { border-color: rgb(232,204,78); }
td.TdClassName
{
border-color: #E8CC4E;
}
.TagClassName
{
border-color: #E8CC4E;
}
</style>