Shades of Festival #E8D247
Tints of Festival #E8D247
RGB
CMYK
RGB Variations
Color information
#E8D247 (or 0xE8D247) is known color: Festival. HEX triplet: E8, D2 and 47. RGB value is (232,210,71). Sum of RGB (Red+Green+Blue) = 232+210+71=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 71 (28.12% from 255 or 13.84% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D247 is #172DB8. Grayscale: #C9C9C9. Windows color (decimal): -1519033 or 4707048. OLE color: 4707048.
HSL color Cylindrical-coordinate representation of color #E8D247: hue angle of 51.8º 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 #E8D247 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 71 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.09 |
| HSL | 51.8º | 0.78% | 0.59% | - |
| HSV(B) | 51.8º | 0.69% | 0.91% | - |
| XYZ | 57.46 | 63.7 | 15.23 | - |
| YUV | 200.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 71 | 0 | 0.09 | 0.69 | 0.09 | 51.8 | 0.78 | 0.59 |
| Hex | E8 | D2 | 47 | 0 | 9 | 45 | 9 | 34 | 4E | 3B |
| Octal | 350 | 322 | 107 | 0 | 11 | 105 | 11 | 64 | 116 | 73 |
| Binary | 11101000 | 11010010 | 1000111 | 0 | 1001 | 1000101 | 1001 | 110100 | 1001110 | 111011 |
Color Harmonies of #E8D247
Complementary color
Monochromatic Colors of #E8D247
Black with #E8D247
Text Example
Text Example
White with #E8D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D247; }
p { color: rgb(232,210,71); }
H1.HeaderClassName
{
color: #E8D247;
}
.AnyTagClassName
{
color: #E8D247;
}
</style>
background-color css
<style>
a { background-color: #E8D247; }
a { background-color: rgb(232,210,71); }
div.DivClassName
{
background-color: #E8D247;
}
.BgClassName
{
background-color: #E8D247;
}
</style>
border-color css
<style>
span { border-color: #E8D247; }
span { border-color: rgb(232,210,71); }
td.TdClassName
{
border-color: #E8D247;
}
.TagClassName
{
border-color: #E8D247;
}
</style>