Shades of Festival #E8D340
Tints of Festival #E8D340
RGB
CMYK
RGB Variations
Color information
#E8D340 (or 0xE8D340) is known color: Festival. HEX triplet: E8, D3 and 40. RGB value is (232,211,64). Sum of RGB (Red+Green+Blue) = 232+211+64=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D340 is #172CBF. Grayscale: #C9C9C9. Windows color (decimal): -1518784 or 4248552. OLE color: 4248552.
HSL color Cylindrical-coordinate representation of color #E8D340: hue angle of 52.5º 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 #E8D340 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 64 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.09 |
| HSL | 52.5º | 0.79% | 0.58% | - |
| HSV(B) | 52.5º | 0.72% | 0.91% | - |
| XYZ | 57.5 | 64.11 | 14.2 | - |
| YUV | 200.52 | 50.96 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 64 | 0 | 0.09 | 0.72 | 0.09 | 52.5 | 0.79 | 0.58 |
| Hex | E8 | D3 | 40 | 0 | 9 | 48 | 9 | 34 | 4F | 3A |
| Octal | 350 | 323 | 100 | 0 | 11 | 110 | 11 | 64 | 117 | 72 |
| Binary | 11101000 | 11010011 | 1000000 | 0 | 1001 | 1001000 | 1001 | 110100 | 1001111 | 111010 |
Color Harmonies of #E8D340
Complementary color
Monochromatic Colors of #E8D340
Black with #E8D340
Text Example
Text Example
White with #E8D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D340; }
p { color: rgb(232,211,64); }
H1.HeaderClassName
{
color: #E8D340;
}
.AnyTagClassName
{
color: #E8D340;
}
</style>
background-color css
<style>
a { background-color: #E8D340; }
a { background-color: rgb(232,211,64); }
div.DivClassName
{
background-color: #E8D340;
}
.BgClassName
{
background-color: #E8D340;
}
</style>
border-color css
<style>
span { border-color: #E8D340; }
span { border-color: rgb(232,211,64); }
td.TdClassName
{
border-color: #E8D340;
}
.TagClassName
{
border-color: #E8D340;
}
</style>