Shades of Festival #E8C841
Tints of Festival #E8C841
RGB
CMYK
RGB Variations
Color information
#E8C841 (or 0xE8C841) is known color: Festival. HEX triplet: E8, C8 and 41. RGB value is (232,200,65). Sum of RGB (Red+Green+Blue) = 232+200+65=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 200 (78.52% from 255 or 40.24% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C841 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C841 is #1737BE. Grayscale: #C2C2C2. Windows color (decimal): -1521599 or 4311272. OLE color: 4311272.
HSL color Cylindrical-coordinate representation of color #E8C841: hue angle of 48.5º 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 #E8C841 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 65 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.09 |
| HSL | 48.5º | 0.78% | 0.58% | - |
| HSV(B) | 48.5º | 0.72% | 0.91% | - |
| XYZ | 54.89 | 58.85 | 13.47 | - |
| YUV | 194.18 | 55.1 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 65 | 0 | 0.14 | 0.72 | 0.09 | 48.5 | 0.78 | 0.58 |
| Hex | E8 | C8 | 41 | 0 | E | 48 | 9 | 31 | 4E | 3A |
| Octal | 350 | 310 | 101 | 0 | 16 | 110 | 11 | 61 | 116 | 72 |
| Binary | 11101000 | 11001000 | 1000001 | 0 | 1110 | 1001000 | 1001 | 110001 | 1001110 | 111010 |
Color Harmonies of #E8C841
Complementary color
Monochromatic Colors of #E8C841
Black with #E8C841
Text Example
Text Example
White with #E8C841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C841; }
p { color: rgb(232,200,65); }
H1.HeaderClassName
{
color: #E8C841;
}
.AnyTagClassName
{
color: #E8C841;
}
</style>
background-color css
<style>
a { background-color: #E8C841; }
a { background-color: rgb(232,200,65); }
div.DivClassName
{
background-color: #E8C841;
}
.BgClassName
{
background-color: #E8C841;
}
</style>
border-color css
<style>
span { border-color: #E8C841; }
span { border-color: rgb(232,200,65); }
td.TdClassName
{
border-color: #E8C841;
}
.TagClassName
{
border-color: #E8C841;
}
</style>