Shades of Festival #E8D240
Tints of Festival #E8D240
RGB
CMYK
RGB Variations
Color information
#E8D240 (or 0xE8D240) is known color: Festival. HEX triplet: E8, D2 and 40. RGB value is (232,210,64). Sum of RGB (Red+Green+Blue) = 232+210+64=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D240 is #172DBF. Grayscale: #C8C8C8. Windows color (decimal): -1519040 or 4248296. OLE color: 4248296.
HSL color Cylindrical-coordinate representation of color #E8D240: hue angle of 52.14º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8D240 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 64 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.09 |
| HSL | 52.14º | 0.79% | 0.58% | - |
| HSV(B) | 52.14º | 0.72% | 0.91% | - |
| XYZ | 57.25 | 63.62 | 14.11 | - |
| YUV | 199.93 | 51.29 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 64 | 0 | 0.09 | 0.72 | 0.09 | 52.14 | 0.79 | 0.58 |
| Hex | E8 | D2 | 40 | 0 | 9 | 48 | 9 | 34 | 4F | 3A |
| Octal | 350 | 322 | 100 | 0 | 11 | 110 | 11 | 64 | 117 | 72 |
| Binary | 11101000 | 11010010 | 1000000 | 0 | 1001 | 1001000 | 1001 | 110100 | 1001111 | 111010 |
Color Harmonies of #E8D240
Complementary color
Monochromatic Colors of #E8D240
Black with #E8D240
Text Example
Text Example
White with #E8D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D240; }
p { color: rgb(232,210,64); }
H1.HeaderClassName
{
color: #E8D240;
}
.AnyTagClassName
{
color: #E8D240;
}
</style>
background-color css
<style>
a { background-color: #E8D240; }
a { background-color: rgb(232,210,64); }
div.DivClassName
{
background-color: #E8D240;
}
.BgClassName
{
background-color: #E8D240;
}
</style>
border-color css
<style>
span { border-color: #E8D240; }
span { border-color: rgb(232,210,64); }
td.TdClassName
{
border-color: #E8D240;
}
.TagClassName
{
border-color: #E8D240;
}
</style>