Shades of Festival #E9D03A
Tints of Festival #E9D03A
RGB
CMYK
RGB Variations
Color information
#E9D03A (or 0xE9D03A) is known color: Festival. HEX triplet: E9, D0 and 3A. RGB value is (233,208,58). Sum of RGB (Red+Green+Blue) = 233+208+58=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D03A is #162FC5. Grayscale: #C7C7C7. Windows color (decimal): -1454022 or 3854569. OLE color: 3854569.
HSL color Cylindrical-coordinate representation of color #E9D03A: hue angle of 51.43º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E9D03A is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 58 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.09 |
| HSL | 51.43º | 0.8% | 0.57% | - |
| HSV(B) | 51.43º | 0.75% | 0.91% | - |
| XYZ | 56.92 | 62.74 | 13.11 | - |
| YUV | 198.38 | 48.78 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 58 | 0 | 0.11 | 0.75 | 0.09 | 51.43 | 0.8 | 0.57 |
| Hex | E9 | D0 | 3A | 0 | B | 4B | 9 | 33 | 50 | 39 |
| Octal | 351 | 320 | 72 | 0 | 13 | 113 | 11 | 63 | 120 | 71 |
| Binary | 11101001 | 11010000 | 111010 | 0 | 1011 | 1001011 | 1001 | 110011 | 1010000 | 111001 |
Color Harmonies of #E9D03A
Complementary color
Monochromatic Colors of #E9D03A
Black with #E9D03A
Text Example
Text Example
White with #E9D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D03A; }
p { color: rgb(233,208,58); }
H1.HeaderClassName
{
color: #E9D03A;
}
.AnyTagClassName
{
color: #E9D03A;
}
</style>
background-color css
<style>
a { background-color: #E9D03A; }
a { background-color: rgb(233,208,58); }
div.DivClassName
{
background-color: #E9D03A;
}
.BgClassName
{
background-color: #E9D03A;
}
</style>
border-color css
<style>
span { border-color: #E9D03A; }
span { border-color: rgb(233,208,58); }
td.TdClassName
{
border-color: #E9D03A;
}
.TagClassName
{
border-color: #E9D03A;
}
</style>