Shades of Festival #E8D04C
Tints of Festival #E8D04C
RGB
CMYK
RGB Variations
Color information
#E8D04C (or 0xE8D04C) is known color: Festival. HEX triplet: E8, D0 and 4C. RGB value is (232,208,76). Sum of RGB (Red+Green+Blue) = 232+208+76=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D04C is #172FB3. Grayscale: #C8C8C8. Windows color (decimal): -1519540 or 5034216. OLE color: 5034216.
HSL color Cylindrical-coordinate representation of color #E8D04C: hue angle of 50.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8D04C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 76 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.09 |
| HSL | 50.77º | 0.77% | 0.6% | - |
| HSV(B) | 50.77º | 0.67% | 0.91% | - |
| XYZ | 57.14 | 62.79 | 15.95 | - |
| YUV | 200.13 | 57.95 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 76 | 0 | 0.10 | 0.67 | 0.09 | 50.77 | 0.77 | 0.6 |
| Hex | E8 | D0 | 4C | 0 | A | 43 | 9 | 33 | 4D | 3C |
| Octal | 350 | 320 | 114 | 0 | 12 | 103 | 11 | 63 | 115 | 74 |
| Binary | 11101000 | 11010000 | 1001100 | 0 | 1010 | 1000011 | 1001 | 110011 | 1001101 | 111100 |
Color Harmonies of #E8D04C
Complementary color
Monochromatic Colors of #E8D04C
Black with #E8D04C
Text Example
Text Example
White with #E8D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D04C; }
p { color: rgb(232,208,76); }
H1.HeaderClassName
{
color: #E8D04C;
}
.AnyTagClassName
{
color: #E8D04C;
}
</style>
background-color css
<style>
a { background-color: #E8D04C; }
a { background-color: rgb(232,208,76); }
div.DivClassName
{
background-color: #E8D04C;
}
.BgClassName
{
background-color: #E8D04C;
}
</style>
border-color css
<style>
span { border-color: #E8D04C; }
span { border-color: rgb(232,208,76); }
td.TdClassName
{
border-color: #E8D04C;
}
.TagClassName
{
border-color: #E8D04C;
}
</style>