Shades of Festival #E9D03E
Tints of Festival #E9D03E
RGB
CMYK
RGB Variations
Color information
#E9D03E (or 0xE9D03E) is known color: Festival. HEX triplet: E9, D0 and 3E. RGB value is (233,208,62). Sum of RGB (Red+Green+Blue) = 233+208+62=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 62 (24.61% from 255 or 12.33% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D03E is #162FC1. Grayscale: #C7C7C7. Windows color (decimal): -1454018 or 4116713. OLE color: 4116713.
HSL color Cylindrical-coordinate representation of color #E9D03E: hue angle of 51.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9D03E is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 62 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.09 |
| HSL | 51.23º | 0.8% | 0.58% | - |
| HSV(B) | 51.23º | 0.73% | 0.91% | - |
| XYZ | 57.03 | 62.78 | 13.67 | - |
| YUV | 198.83 | 50.78 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 62 | 0 | 0.11 | 0.73 | 0.09 | 51.23 | 0.8 | 0.58 |
| Hex | E9 | D0 | 3E | 0 | B | 49 | 9 | 33 | 50 | 3A |
| Octal | 351 | 320 | 76 | 0 | 13 | 111 | 11 | 63 | 120 | 72 |
| Binary | 11101001 | 11010000 | 111110 | 0 | 1011 | 1001001 | 1001 | 110011 | 1010000 | 111010 |
Color Harmonies of #E9D03E
Complementary color
Monochromatic Colors of #E9D03E
Black with #E9D03E
Text Example
Text Example
White with #E9D03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D03E; }
p { color: rgb(233,208,62); }
H1.HeaderClassName
{
color: #E9D03E;
}
.AnyTagClassName
{
color: #E9D03E;
}
</style>
background-color css
<style>
a { background-color: #E9D03E; }
a { background-color: rgb(233,208,62); }
div.DivClassName
{
background-color: #E9D03E;
}
.BgClassName
{
background-color: #E9D03E;
}
</style>
border-color css
<style>
span { border-color: #E9D03E; }
span { border-color: rgb(233,208,62); }
td.TdClassName
{
border-color: #E9D03E;
}
.TagClassName
{
border-color: #E9D03E;
}
</style>