Shades of Festival #E8C94F
Tints of Festival #E8C94F
RGB
CMYK
RGB Variations
Color information
#E8C94F (or 0xE8C94F) is known color: Festival. HEX triplet: E8, C9 and 4F. RGB value is (232,201,79). Sum of RGB (Red+Green+Blue) = 232+201+79=512 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.31% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C94F is #1736B0. Grayscale: #C4C4C4. Windows color (decimal): -1521329 or 5229032. OLE color: 5229032.
HSL color Cylindrical-coordinate representation of color #E8C94F: hue angle of 47.84º 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 #E8C94F is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 201 | 79 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.09 |
| HSL | 47.84º | 0.77% | 0.61% | - |
| HSV(B) | 47.84º | 0.66% | 0.91% | - |
| XYZ | 55.58 | 59.49 | 15.95 | - |
| YUV | 196.36 | 61.77 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 201 | 79 | 0 | 0.13 | 0.66 | 0.09 | 47.84 | 0.77 | 0.61 |
| Hex | E8 | C9 | 4F | 0 | D | 42 | 9 | 30 | 4D | 3D |
| Octal | 350 | 311 | 117 | 0 | 15 | 102 | 11 | 60 | 115 | 75 |
| Binary | 11101000 | 11001001 | 1001111 | 0 | 1101 | 1000010 | 1001 | 110000 | 1001101 | 111101 |
Color Harmonies of #E8C94F
Complementary color
Monochromatic Colors of #E8C94F
Black with #E8C94F
Text Example
Text Example
White with #E8C94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C94F; }
p { color: rgb(232,201,79); }
H1.HeaderClassName
{
color: #E8C94F;
}
.AnyTagClassName
{
color: #E8C94F;
}
</style>
background-color css
<style>
a { background-color: #E8C94F; }
a { background-color: rgb(232,201,79); }
div.DivClassName
{
background-color: #E8C94F;
}
.BgClassName
{
background-color: #E8C94F;
}
</style>
border-color css
<style>
span { border-color: #E8C94F; }
span { border-color: rgb(232,201,79); }
td.TdClassName
{
border-color: #E8C94F;
}
.TagClassName
{
border-color: #E8C94F;
}
</style>