Shades of Festival #E8C041
Tints of Festival #E8C041
RGB
CMYK
RGB Variations
Color information
#E8C041 (or 0xE8C041) is known color: Festival. HEX triplet: E8, C0 and 41. RGB value is (232,192,65). Sum of RGB (Red+Green+Blue) = 232+192+65=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C041 is #173FBE. Grayscale: #BEBEBE. Windows color (decimal): -1523647 or 4309224. OLE color: 4309224.
HSL color Cylindrical-coordinate representation of color #E8C041: hue angle of 45.63º 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 #E8C041 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 65 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.09 |
| HSL | 45.63º | 0.78% | 0.58% | - |
| HSV(B) | 45.63º | 0.72% | 0.91% | - |
| XYZ | 53.08 | 55.24 | 12.87 | - |
| YUV | 189.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 65 | 0 | 0.17 | 0.72 | 0.09 | 45.63 | 0.78 | 0.58 |
| Hex | E8 | C0 | 41 | 0 | 11 | 48 | 9 | 2E | 4E | 3A |
| Octal | 350 | 300 | 101 | 0 | 21 | 110 | 11 | 56 | 116 | 72 |
| Binary | 11101000 | 11000000 | 1000001 | 0 | 10001 | 1001000 | 1001 | 101110 | 1001110 | 111010 |
Color Harmonies of #E8C041
Complementary color
Monochromatic Colors of #E8C041
Black with #E8C041
Text Example
Text Example
White with #E8C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C041; }
p { color: rgb(232,192,65); }
H1.HeaderClassName
{
color: #E8C041;
}
.AnyTagClassName
{
color: #E8C041;
}
</style>
background-color css
<style>
a { background-color: #E8C041; }
a { background-color: rgb(232,192,65); }
div.DivClassName
{
background-color: #E8C041;
}
.BgClassName
{
background-color: #E8C041;
}
</style>
border-color css
<style>
span { border-color: #E8C041; }
span { border-color: rgb(232,192,65); }
td.TdClassName
{
border-color: #E8C041;
}
.TagClassName
{
border-color: #E8C041;
}
</style>