Shades of Festival #E9C545
Tints of Festival #E9C545
RGB
CMYK
RGB Variations
Color information
#E9C545 (or 0xE9C545) is known color: Festival. HEX triplet: E9, C5 and 45. RGB value is (233,197,69). Sum of RGB (Red+Green+Blue) = 233+197+69=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C545 is #163ABA. Grayscale: #C1C1C1. Windows color (decimal): -1456827 or 4572649. OLE color: 4572649.
HSL color Cylindrical-coordinate representation of color #E9C545: hue angle of 46.83º degrees, saturation: 0.79, 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 #E9C545 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 197 | 69 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.09 |
| HSL | 46.83º | 0.79% | 0.59% | - |
| HSV(B) | 46.83º | 0.7% | 0.91% | - |
| XYZ | 54.64 | 57.69 | 13.88 | - |
| YUV | 193.17 | 57.93 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 197 | 69 | 0 | 0.15 | 0.70 | 0.09 | 46.83 | 0.79 | 0.59 |
| Hex | E9 | C5 | 45 | 0 | F | 46 | 9 | 2F | 4F | 3B |
| Octal | 351 | 305 | 105 | 0 | 17 | 106 | 11 | 57 | 117 | 73 |
| Binary | 11101001 | 11000101 | 1000101 | 0 | 1111 | 1000110 | 1001 | 101111 | 1001111 | 111011 |
Color Harmonies of #E9C545
Complementary color
Monochromatic Colors of #E9C545
Black with #E9C545
Text Example
Text Example
White with #E9C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C545; }
p { color: rgb(233,197,69); }
H1.HeaderClassName
{
color: #E9C545;
}
.AnyTagClassName
{
color: #E9C545;
}
</style>
background-color css
<style>
a { background-color: #E9C545; }
a { background-color: rgb(233,197,69); }
div.DivClassName
{
background-color: #E9C545;
}
.BgClassName
{
background-color: #E9C545;
}
</style>
border-color css
<style>
span { border-color: #E9C545; }
span { border-color: rgb(233,197,69); }
td.TdClassName
{
border-color: #E9C545;
}
.TagClassName
{
border-color: #E9C545;
}
</style>