Shades of Festival #E8C040
Tints of Festival #E8C040
RGB
CMYK
RGB Variations
Color information
#E8C040 (or 0xE8C040) is known color: Festival. HEX triplet: E8, C0 and 40. RGB value is (232,192,64). Sum of RGB (Red+Green+Blue) = 232+192+64=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C040 is #173FBF. Grayscale: #BDBDBD. Windows color (decimal): -1523648 or 4243688. OLE color: 4243688.
HSL color Cylindrical-coordinate representation of color #E8C040: hue angle of 45.71º 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 #E8C040 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 64 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.09 |
| HSL | 45.71º | 0.79% | 0.58% | - |
| HSV(B) | 45.71º | 0.72% | 0.91% | - |
| XYZ | 53.05 | 55.23 | 12.71 | - |
| YUV | 189.37 | 57.25 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 64 | 0 | 0.17 | 0.72 | 0.09 | 45.71 | 0.79 | 0.58 |
| Hex | E8 | C0 | 40 | 0 | 11 | 48 | 9 | 2E | 4F | 3A |
| Octal | 350 | 300 | 100 | 0 | 21 | 110 | 11 | 56 | 117 | 72 |
| Binary | 11101000 | 11000000 | 1000000 | 0 | 10001 | 1001000 | 1001 | 101110 | 1001111 | 111010 |
Color Harmonies of #E8C040
Complementary color
Monochromatic Colors of #E8C040
Black with #E8C040
Text Example
Text Example
White with #E8C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C040; }
p { color: rgb(232,192,64); }
H1.HeaderClassName
{
color: #E8C040;
}
.AnyTagClassName
{
color: #E8C040;
}
</style>
background-color css
<style>
a { background-color: #E8C040; }
a { background-color: rgb(232,192,64); }
div.DivClassName
{
background-color: #E8C040;
}
.BgClassName
{
background-color: #E8C040;
}
</style>
border-color css
<style>
span { border-color: #E8C040; }
span { border-color: rgb(232,192,64); }
td.TdClassName
{
border-color: #E8C040;
}
.TagClassName
{
border-color: #E8C040;
}
</style>