Shades of Festival #E8CF4E
Tints of Festival #E8CF4E
RGB
CMYK
RGB Variations
Color information
#E8CF4E (or 0xE8CF4E) is known color: Festival. HEX triplet: E8, CF and 4E. RGB value is (232,207,78). Sum of RGB (Red+Green+Blue) = 232+207+78=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CF4E is #1730B1. Grayscale: #C8C8C8. Windows color (decimal): -1519794 or 5165032. OLE color: 5165032.
HSL color Cylindrical-coordinate representation of color #E8CF4E: hue angle of 50.26º 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 #E8CF4E is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 78 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.09 |
| HSL | 50.26º | 0.77% | 0.61% | - |
| HSV(B) | 50.26º | 0.66% | 0.91% | - |
| XYZ | 56.97 | 62.33 | 16.24 | - |
| YUV | 199.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 78 | 0 | 0.11 | 0.66 | 0.09 | 50.26 | 0.77 | 0.61 |
| Hex | E8 | CF | 4E | 0 | B | 42 | 9 | 32 | 4D | 3D |
| Octal | 350 | 317 | 116 | 0 | 13 | 102 | 11 | 62 | 115 | 75 |
| Binary | 11101000 | 11001111 | 1001110 | 0 | 1011 | 1000010 | 1001 | 110010 | 1001101 | 111101 |
Color Harmonies of #E8CF4E
Complementary color
Monochromatic Colors of #E8CF4E
Black with #E8CF4E
Text Example
Text Example
White with #E8CF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF4E; }
p { color: rgb(232,207,78); }
H1.HeaderClassName
{
color: #E8CF4E;
}
.AnyTagClassName
{
color: #E8CF4E;
}
</style>
background-color css
<style>
a { background-color: #E8CF4E; }
a { background-color: rgb(232,207,78); }
div.DivClassName
{
background-color: #E8CF4E;
}
.BgClassName
{
background-color: #E8CF4E;
}
</style>
border-color css
<style>
span { border-color: #E8CF4E; }
span { border-color: rgb(232,207,78); }
td.TdClassName
{
border-color: #E8CF4E;
}
.TagClassName
{
border-color: #E8CF4E;
}
</style>