Shades of Festival #E8D241
Tints of Festival #E8D241
RGB
CMYK
RGB Variations
Color information
#E8D241 (or 0xE8D241) is known color: Festival. HEX triplet: E8, D2 and 41. RGB value is (232,210,65). Sum of RGB (Red+Green+Blue) = 232+210+65=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D241 is #172DBE. Grayscale: #C8C8C8. Windows color (decimal): -1519039 or 4313832. OLE color: 4313832.
HSL color Cylindrical-coordinate representation of color #E8D241: hue angle of 52.1º degrees, saturation: 0.78, 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 #E8D241 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 210 | 65 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.09 |
| HSL | 52.1º | 0.78% | 0.58% | - |
| HSV(B) | 52.1º | 0.72% | 0.91% | - |
| XYZ | 57.28 | 63.63 | 14.26 | - |
| YUV | 200.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 210 | 65 | 0 | 0.09 | 0.72 | 0.09 | 52.1 | 0.78 | 0.58 |
| Hex | E8 | D2 | 41 | 0 | 9 | 48 | 9 | 34 | 4E | 3A |
| Octal | 350 | 322 | 101 | 0 | 11 | 110 | 11 | 64 | 116 | 72 |
| Binary | 11101000 | 11010010 | 1000001 | 0 | 1001 | 1001000 | 1001 | 110100 | 1001110 | 111010 |
Color Harmonies of #E8D241
Complementary color
Monochromatic Colors of #E8D241
Black with #E8D241
Text Example
Text Example
White with #E8D241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D241; }
p { color: rgb(232,210,65); }
H1.HeaderClassName
{
color: #E8D241;
}
.AnyTagClassName
{
color: #E8D241;
}
</style>
background-color css
<style>
a { background-color: #E8D241; }
a { background-color: rgb(232,210,65); }
div.DivClassName
{
background-color: #E8D241;
}
.BgClassName
{
background-color: #E8D241;
}
</style>
border-color css
<style>
span { border-color: #E8D241; }
span { border-color: rgb(232,210,65); }
td.TdClassName
{
border-color: #E8D241;
}
.TagClassName
{
border-color: #E8D241;
}
</style>