Shades of Festival #E9D042
Tints of Festival #E9D042
RGB
CMYK
RGB Variations
Color information
#E9D042 (or 0xE9D042) is known color: Festival. HEX triplet: E9, D0 and 42. RGB value is (233,208,66). Sum of RGB (Red+Green+Blue) = 233+208+66=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 66 (26.17% from 255 or 13.02% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D042 is #162FBD. Grayscale: #C7C7C7. Windows color (decimal): -1454014 or 4378857. OLE color: 4378857.
HSL color Cylindrical-coordinate representation of color #E9D042: hue angle of 51.02º 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 #E9D042 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 66 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.09 |
| HSL | 51.02º | 0.79% | 0.59% | - |
| HSV(B) | 51.02º | 0.72% | 0.91% | - |
| XYZ | 57.14 | 62.83 | 14.27 | - |
| YUV | 199.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 66 | 0 | 0.11 | 0.72 | 0.09 | 51.02 | 0.79 | 0.59 |
| Hex | E9 | D0 | 42 | 0 | B | 48 | 9 | 33 | 4F | 3B |
| Octal | 351 | 320 | 102 | 0 | 13 | 110 | 11 | 63 | 117 | 73 |
| Binary | 11101001 | 11010000 | 1000010 | 0 | 1011 | 1001000 | 1001 | 110011 | 1001111 | 111011 |
Color Harmonies of #E9D042
Complementary color
Monochromatic Colors of #E9D042
Black with #E9D042
Text Example
Text Example
White with #E9D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D042; }
p { color: rgb(233,208,66); }
H1.HeaderClassName
{
color: #E9D042;
}
.AnyTagClassName
{
color: #E9D042;
}
</style>
background-color css
<style>
a { background-color: #E9D042; }
a { background-color: rgb(233,208,66); }
div.DivClassName
{
background-color: #E9D042;
}
.BgClassName
{
background-color: #E9D042;
}
</style>
border-color css
<style>
span { border-color: #E9D042; }
span { border-color: rgb(233,208,66); }
td.TdClassName
{
border-color: #E9D042;
}
.TagClassName
{
border-color: #E9D042;
}
</style>