Shades of Festival #E9C44A
Tints of Festival #E9C44A
RGB
CMYK
RGB Variations
Color information
#E9C44A (or 0xE9C44A) is known color: Festival. HEX triplet: E9, C4 and 4A. RGB value is (233,196,74). Sum of RGB (Red+Green+Blue) = 233+196+74=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C44A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C44A is #163BB5. Grayscale: #C1C1C1. Windows color (decimal): -1457078 or 4900073. OLE color: 4900073.
HSL color Cylindrical-coordinate representation of color #E9C44A: hue angle of 46.04º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9C44A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 74 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.09 |
| HSL | 46.04º | 0.78% | 0.6% | - |
| HSV(B) | 46.04º | 0.68% | 0.91% | - |
| XYZ | 54.58 | 57.3 | 14.66 | - |
| YUV | 193.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 74 | 0 | 0.16 | 0.68 | 0.09 | 46.04 | 0.78 | 0.6 |
| Hex | E9 | C4 | 4A | 0 | 10 | 44 | 9 | 2E | 4E | 3C |
| Octal | 351 | 304 | 112 | 0 | 20 | 104 | 11 | 56 | 116 | 74 |
| Binary | 11101001 | 11000100 | 1001010 | 0 | 10000 | 1000100 | 1001 | 101110 | 1001110 | 111100 |
Color Harmonies of #E9C44A
Complementary color
Monochromatic Colors of #E9C44A
Black with #E9C44A
Text Example
Text Example
White with #E9C44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C44A; }
p { color: rgb(233,196,74); }
H1.HeaderClassName
{
color: #E9C44A;
}
.AnyTagClassName
{
color: #E9C44A;
}
</style>
background-color css
<style>
a { background-color: #E9C44A; }
a { background-color: rgb(233,196,74); }
div.DivClassName
{
background-color: #E9C44A;
}
.BgClassName
{
background-color: #E9C44A;
}
</style>
border-color css
<style>
span { border-color: #E9C44A; }
span { border-color: rgb(233,196,74); }
td.TdClassName
{
border-color: #E9C44A;
}
.TagClassName
{
border-color: #E9C44A;
}
</style>