Shades of Festival #E8C544
Tints of Festival #E8C544
RGB
CMYK
RGB Variations
Color information
#E8C544 (or 0xE8C544) is known color: Festival. HEX triplet: E8, C5 and 44. RGB value is (232,197,68). Sum of RGB (Red+Green+Blue) = 232+197+68=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 68 (26.95% from 255 or 13.68% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C544 is #173ABB. Grayscale: #C1C1C1. Windows color (decimal): -1522364 or 4507112. OLE color: 4507112.
HSL color Cylindrical-coordinate representation of color #E8C544: hue angle of 47.2º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E8C544 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 68 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.09 |
| HSL | 47.2º | 0.78% | 0.59% | - |
| HSV(B) | 47.2º | 0.71% | 0.91% | - |
| XYZ | 54.29 | 57.51 | 13.71 | - |
| YUV | 192.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 68 | 0 | 0.15 | 0.71 | 0.09 | 47.2 | 0.78 | 0.59 |
| Hex | E8 | C5 | 44 | 0 | F | 47 | 9 | 2F | 4E | 3B |
| Octal | 350 | 305 | 104 | 0 | 17 | 107 | 11 | 57 | 116 | 73 |
| Binary | 11101000 | 11000101 | 1000100 | 0 | 1111 | 1000111 | 1001 | 101111 | 1001110 | 111011 |
Color Harmonies of #E8C544
Complementary color
Monochromatic Colors of #E8C544
Black with #E8C544
Text Example
Text Example
White with #E8C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C544; }
p { color: rgb(232,197,68); }
H1.HeaderClassName
{
color: #E8C544;
}
.AnyTagClassName
{
color: #E8C544;
}
</style>
background-color css
<style>
a { background-color: #E8C544; }
a { background-color: rgb(232,197,68); }
div.DivClassName
{
background-color: #E8C544;
}
.BgClassName
{
background-color: #E8C544;
}
</style>
border-color css
<style>
span { border-color: #E8C544; }
span { border-color: rgb(232,197,68); }
td.TdClassName
{
border-color: #E8C544;
}
.TagClassName
{
border-color: #E8C544;
}
</style>