Shades of Festival #E9D442
Tints of Festival #E9D442
RGB
CMYK
RGB Variations
Color information
#E9D442 (or 0xE9D442) is known color: Festival. HEX triplet: E9, D4 and 42. RGB value is (233,212,66). Sum of RGB (Red+Green+Blue) = 233+212+66=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 66 (26.17% from 255 or 12.92% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D442 is #162BBD. Grayscale: #CACACA. Windows color (decimal): -1452990 or 4379881. OLE color: 4379881.
HSL color Cylindrical-coordinate representation of color #E9D442: hue angle of 52.46º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E9D442 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 212 | 66 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.09 |
| HSL | 52.46º | 0.79% | 0.59% | - |
| HSV(B) | 52.46º | 0.72% | 0.91% | - |
| XYZ | 58.13 | 64.8 | 14.6 | - |
| YUV | 201.64 | 51.46 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 212 | 66 | 0 | 0.09 | 0.72 | 0.09 | 52.46 | 0.79 | 0.59 |
| Hex | E9 | D4 | 42 | 0 | 9 | 48 | 9 | 34 | 4F | 3B |
| Octal | 351 | 324 | 102 | 0 | 11 | 110 | 11 | 64 | 117 | 73 |
| Binary | 11101001 | 11010100 | 1000010 | 0 | 1001 | 1001000 | 1001 | 110100 | 1001111 | 111011 |
Color Harmonies of #E9D442
Complementary color
Monochromatic Colors of #E9D442
Black with #E9D442
Text Example
Text Example
White with #E9D442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D442; }
p { color: rgb(233,212,66); }
H1.HeaderClassName
{
color: #E9D442;
}
.AnyTagClassName
{
color: #E9D442;
}
</style>
background-color css
<style>
a { background-color: #E9D442; }
a { background-color: rgb(233,212,66); }
div.DivClassName
{
background-color: #E9D442;
}
.BgClassName
{
background-color: #E9D442;
}
</style>
border-color css
<style>
span { border-color: #E9D442; }
span { border-color: rgb(233,212,66); }
td.TdClassName
{
border-color: #E9D442;
}
.TagClassName
{
border-color: #E9D442;
}
</style>