Shades of Festival #E9C449
Tints of Festival #E9C449
RGB
CMYK
RGB Variations
Color information
#E9C449 (or 0xE9C449) is known color: Festival. HEX triplet: E9, C4 and 49. RGB value is (233,196,73). Sum of RGB (Red+Green+Blue) = 233+196+73=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 73 (28.91% from 255 or 14.54% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C449 is #163BB6. Grayscale: #C1C1C1. Windows color (decimal): -1457079 or 4834537. OLE color: 4834537.
HSL color Cylindrical-coordinate representation of color #E9C449: hue angle of 46.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E9C449 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 73 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.09 |
| HSL | 46.13º | 0.78% | 0.6% | - |
| HSV(B) | 46.13º | 0.69% | 0.91% | - |
| XYZ | 54.55 | 57.28 | 14.49 | - |
| YUV | 193.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 73 | 0 | 0.16 | 0.69 | 0.09 | 46.13 | 0.78 | 0.6 |
| Hex | E9 | C4 | 49 | 0 | 10 | 45 | 9 | 2E | 4E | 3C |
| Octal | 351 | 304 | 111 | 0 | 20 | 105 | 11 | 56 | 116 | 74 |
| Binary | 11101001 | 11000100 | 1001001 | 0 | 10000 | 1000101 | 1001 | 101110 | 1001110 | 111100 |
Color Harmonies of #E9C449
Complementary color
Monochromatic Colors of #E9C449
Black with #E9C449
Text Example
Text Example
White with #E9C449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C449; }
p { color: rgb(233,196,73); }
H1.HeaderClassName
{
color: #E9C449;
}
.AnyTagClassName
{
color: #E9C449;
}
</style>
background-color css
<style>
a { background-color: #E9C449; }
a { background-color: rgb(233,196,73); }
div.DivClassName
{
background-color: #E9C449;
}
.BgClassName
{
background-color: #E9C449;
}
</style>
border-color css
<style>
span { border-color: #E9C449; }
span { border-color: rgb(233,196,73); }
td.TdClassName
{
border-color: #E9C449;
}
.TagClassName
{
border-color: #E9C449;
}
</style>