Shades of Festival #E9D145
Tints of Festival #E9D145
RGB
CMYK
RGB Variations
Color information
#E9D145 (or 0xE9D145) is known color: Festival. HEX triplet: E9, D1 and 45. RGB value is (233,209,69). Sum of RGB (Red+Green+Blue) = 233+209+69=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D145 is #162EBA. Grayscale: #C8C8C8. Windows color (decimal): -1453755 or 4575721. OLE color: 4575721.
HSL color Cylindrical-coordinate representation of color #E9D145: hue angle of 51.22º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E9D145 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 209 | 69 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.09 |
| HSL | 51.22º | 0.79% | 0.59% | - |
| HSV(B) | 51.22º | 0.7% | 0.91% | - |
| XYZ | 57.48 | 63.35 | 14.83 | - |
| YUV | 200.22 | 53.95 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 209 | 69 | 0 | 0.10 | 0.70 | 0.09 | 51.22 | 0.79 | 0.59 |
| Hex | E9 | D1 | 45 | 0 | A | 46 | 9 | 33 | 4F | 3B |
| Octal | 351 | 321 | 105 | 0 | 12 | 106 | 11 | 63 | 117 | 73 |
| Binary | 11101001 | 11010001 | 1000101 | 0 | 1010 | 1000110 | 1001 | 110011 | 1001111 | 111011 |
Color Harmonies of #E9D145
Complementary color
Monochromatic Colors of #E9D145
Black with #E9D145
Text Example
Text Example
White with #E9D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D145; }
p { color: rgb(233,209,69); }
H1.HeaderClassName
{
color: #E9D145;
}
.AnyTagClassName
{
color: #E9D145;
}
</style>
background-color css
<style>
a { background-color: #E9D145; }
a { background-color: rgb(233,209,69); }
div.DivClassName
{
background-color: #E9D145;
}
.BgClassName
{
background-color: #E9D145;
}
</style>
border-color css
<style>
span { border-color: #E9D145; }
span { border-color: rgb(233,209,69); }
td.TdClassName
{
border-color: #E9D145;
}
.TagClassName
{
border-color: #E9D145;
}
</style>