Shades of Festival #E9D051
Tints of Festival #E9D051
RGB
CMYK
RGB Variations
Color information
#E9D051 (or 0xE9D051) is known color: Festival. HEX triplet: E9, D0 and 51. RGB value is (233,208,81). Sum of RGB (Red+Green+Blue) = 233+208+81=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D051 is #162FAE. Grayscale: #C9C9C9. Windows color (decimal): -1453999 or 5361897. OLE color: 5361897.
HSL color Cylindrical-coordinate representation of color #E9D051: hue angle of 50.13º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E9D051 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 81 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.09 |
| HSL | 50.13º | 0.78% | 0.62% | - |
| HSV(B) | 50.13º | 0.65% | 0.91% | - |
| XYZ | 57.65 | 63.03 | 16.91 | - |
| YUV | 201 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 81 | 0 | 0.11 | 0.65 | 0.09 | 50.13 | 0.78 | 0.62 |
| Hex | E9 | D0 | 51 | 0 | B | 41 | 9 | 32 | 4E | 3E |
| Octal | 351 | 320 | 121 | 0 | 13 | 101 | 11 | 62 | 116 | 76 |
| Binary | 11101001 | 11010000 | 1010001 | 0 | 1011 | 1000001 | 1001 | 110010 | 1001110 | 111110 |
Color Harmonies of #E9D051
Complementary color
Monochromatic Colors of #E9D051
Black with #E9D051
Text Example
Text Example
White with #E9D051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D051; }
p { color: rgb(233,208,81); }
H1.HeaderClassName
{
color: #E9D051;
}
.AnyTagClassName
{
color: #E9D051;
}
</style>
background-color css
<style>
a { background-color: #E9D051; }
a { background-color: rgb(233,208,81); }
div.DivClassName
{
background-color: #E9D051;
}
.BgClassName
{
background-color: #E9D051;
}
</style>
border-color css
<style>
span { border-color: #E9D051; }
span { border-color: rgb(233,208,81); }
td.TdClassName
{
border-color: #E9D051;
}
.TagClassName
{
border-color: #E9D051;
}
</style>