Shades of Festival #E8D44C
Tints of Festival #E8D44C
RGB
CMYK
RGB Variations
Color information
#E8D44C (or 0xE8D44C) is known color: Festival. HEX triplet: E8, D4 and 4C. RGB value is (232,212,76). Sum of RGB (Red+Green+Blue) = 232+212+76=520 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.62% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D44C is #172BB3. Grayscale: #CBCBCB. Windows color (decimal): -1518516 or 5035240. OLE color: 5035240.
HSL color Cylindrical-coordinate representation of color #E8D44C: hue angle of 52.31º 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 #E8D44C is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 76 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.09 |
| HSL | 52.31º | 0.77% | 0.6% | - |
| HSV(B) | 52.31º | 0.67% | 0.91% | - |
| XYZ | 58.13 | 64.76 | 16.27 | - |
| YUV | 202.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 76 | 0 | 0.09 | 0.67 | 0.09 | 52.31 | 0.77 | 0.6 |
| Hex | E8 | D4 | 4C | 0 | 9 | 43 | 9 | 34 | 4D | 3C |
| Octal | 350 | 324 | 114 | 0 | 11 | 103 | 11 | 64 | 115 | 74 |
| Binary | 11101000 | 11010100 | 1001100 | 0 | 1001 | 1000011 | 1001 | 110100 | 1001101 | 111100 |
Color Harmonies of #E8D44C
Complementary color
Monochromatic Colors of #E8D44C
Black with #E8D44C
Text Example
Text Example
White with #E8D44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D44C; }
p { color: rgb(232,212,76); }
H1.HeaderClassName
{
color: #E8D44C;
}
.AnyTagClassName
{
color: #E8D44C;
}
</style>
background-color css
<style>
a { background-color: #E8D44C; }
a { background-color: rgb(232,212,76); }
div.DivClassName
{
background-color: #E8D44C;
}
.BgClassName
{
background-color: #E8D44C;
}
</style>
border-color css
<style>
span { border-color: #E8D44C; }
span { border-color: rgb(232,212,76); }
td.TdClassName
{
border-color: #E8D44C;
}
.TagClassName
{
border-color: #E8D44C;
}
</style>