Shades of Festival #E8D545
Tints of Festival #E8D545
RGB
CMYK
RGB Variations
Color information
#E8D545 (or 0xE8D545) is known color: Festival. HEX triplet: E8, D5 and 45. RGB value is (232,213,69). Sum of RGB (Red+Green+Blue) = 232+213+69=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D545 is #172ABA. Grayscale: #CACACA. Windows color (decimal): -1518267 or 4576744. OLE color: 4576744.
HSL color Cylindrical-coordinate representation of color #E8D545: hue angle of 53.01º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E8D545 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 69 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.09 |
| HSL | 53.01º | 0.78% | 0.59% | - |
| HSV(B) | 53.01º | 0.7% | 0.91% | - |
| XYZ | 58.15 | 65.17 | 15.15 | - |
| YUV | 202.27 | 52.79 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 69 | 0 | 0.08 | 0.70 | 0.09 | 53.01 | 0.78 | 0.59 |
| Hex | E8 | D5 | 45 | 0 | 8 | 46 | 9 | 35 | 4E | 3B |
| Octal | 350 | 325 | 105 | 0 | 10 | 106 | 11 | 65 | 116 | 73 |
| Binary | 11101000 | 11010101 | 1000101 | 0 | 1000 | 1000110 | 1001 | 110101 | 1001110 | 111011 |
Color Harmonies of #E8D545
Complementary color
Monochromatic Colors of #E8D545
Black with #E8D545
Text Example
Text Example
White with #E8D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D545; }
p { color: rgb(232,213,69); }
H1.HeaderClassName
{
color: #E8D545;
}
.AnyTagClassName
{
color: #E8D545;
}
</style>
background-color css
<style>
a { background-color: #E8D545; }
a { background-color: rgb(232,213,69); }
div.DivClassName
{
background-color: #E8D545;
}
.BgClassName
{
background-color: #E8D545;
}
</style>
border-color css
<style>
span { border-color: #E8D545; }
span { border-color: rgb(232,213,69); }
td.TdClassName
{
border-color: #E8D545;
}
.TagClassName
{
border-color: #E8D545;
}
</style>