Shades of Festival #E9C44C
Tints of Festival #E9C44C
RGB
CMYK
RGB Variations
Color information
#E9C44C (or 0xE9C44C) is known color: Festival. HEX triplet: E9, C4 and 4C. RGB value is (233,196,76). Sum of RGB (Red+Green+Blue) = 233+196+76=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9C44C is #163BB3. Grayscale: #C1C1C1. Windows color (decimal): -1457076 or 5031145. OLE color: 5031145.
HSL color Cylindrical-coordinate representation of color #E9C44C: hue angle of 45.86º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E9C44C is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 196 | 76 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.09 |
| HSL | 45.86º | 0.78% | 0.61% | - |
| HSV(B) | 45.86º | 0.67% | 0.91% | - |
| XYZ | 54.65 | 57.33 | 15.02 | - |
| YUV | 193.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 196 | 76 | 0 | 0.16 | 0.67 | 0.09 | 45.86 | 0.78 | 0.61 |
| Hex | E9 | C4 | 4C | 0 | 10 | 43 | 9 | 2E | 4E | 3D |
| Octal | 351 | 304 | 114 | 0 | 20 | 103 | 11 | 56 | 116 | 75 |
| Binary | 11101001 | 11000100 | 1001100 | 0 | 10000 | 1000011 | 1001 | 101110 | 1001110 | 111101 |
Color Harmonies of #E9C44C
Complementary color
Monochromatic Colors of #E9C44C
Black with #E9C44C
Text Example
Text Example
White with #E9C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C44C; }
p { color: rgb(233,196,76); }
H1.HeaderClassName
{
color: #E9C44C;
}
.AnyTagClassName
{
color: #E9C44C;
}
</style>
background-color css
<style>
a { background-color: #E9C44C; }
a { background-color: rgb(233,196,76); }
div.DivClassName
{
background-color: #E9C44C;
}
.BgClassName
{
background-color: #E9C44C;
}
</style>
border-color css
<style>
span { border-color: #E9C44C; }
span { border-color: rgb(233,196,76); }
td.TdClassName
{
border-color: #E9C44C;
}
.TagClassName
{
border-color: #E9C44C;
}
</style>