Shades of Festival #E8D847
Tints of Festival #E8D847
RGB
CMYK
RGB Variations
Color information
#E8D847 (or 0xE8D847) is known color: Festival. HEX triplet: E8, D8 and 47. RGB value is (232,216,71). Sum of RGB (Red+Green+Blue) = 232+216+71=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D847 is #1727B8. Grayscale: #CCCCCC. Windows color (decimal): -1517497 or 4708584. OLE color: 4708584.
HSL color Cylindrical-coordinate representation of color #E8D847: hue angle of 54.04º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E8D847 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 216 | 71 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.09 |
| HSL | 54.04º | 0.78% | 0.59% | - |
| HSV(B) | 54.04º | 0.69% | 0.91% | - |
| XYZ | 58.97 | 66.72 | 15.73 | - |
| YUV | 204.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 216 | 71 | 0 | 0.07 | 0.69 | 0.09 | 54.04 | 0.78 | 0.59 |
| Hex | E8 | D8 | 47 | 0 | 7 | 45 | 9 | 36 | 4E | 3B |
| Octal | 350 | 330 | 107 | 0 | 7 | 105 | 11 | 66 | 116 | 73 |
| Binary | 11101000 | 11011000 | 1000111 | 0 | 111 | 1000101 | 1001 | 110110 | 1001110 | 111011 |
Color Harmonies of #E8D847
Complementary color
Monochromatic Colors of #E8D847
Black with #E8D847
Text Example
Text Example
White with #E8D847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D847; }
p { color: rgb(232,216,71); }
H1.HeaderClassName
{
color: #E8D847;
}
.AnyTagClassName
{
color: #E8D847;
}
</style>
background-color css
<style>
a { background-color: #E8D847; }
a { background-color: rgb(232,216,71); }
div.DivClassName
{
background-color: #E8D847;
}
.BgClassName
{
background-color: #E8D847;
}
</style>
border-color css
<style>
span { border-color: #E8D847; }
span { border-color: rgb(232,216,71); }
td.TdClassName
{
border-color: #E8D847;
}
.TagClassName
{
border-color: #E8D847;
}
</style>