Shades of Festival #EED040
Tints of Festival #EED040
RGB
CMYK
RGB Variations
Color information
#EED040 (or 0xEED040) is known color: Festival. HEX triplet: EE, D0 and 40. RGB value is (238,208,64). Sum of RGB (Red+Green+Blue) = 238+208+64=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EED040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED040 is #112FBF. Grayscale: #C9C9C9. Windows color (decimal): -1126336 or 4247790. OLE color: 4247790.
HSL color Cylindrical-coordinate representation of color #EED040: hue angle of 49.66º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EED040 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 64 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.07 |
| HSL | 49.66º | 0.84% | 0.59% | - |
| HSV(B) | 49.66º | 0.73% | 0.93% | - |
| XYZ | 58.74 | 63.66 | 14.04 | - |
| YUV | 200.55 | 50.94 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 64 | 0 | 0.13 | 0.73 | 0.07 | 49.66 | 0.84 | 0.59 |
| Hex | EE | D0 | 40 | 0 | D | 49 | 7 | 32 | 54 | 3B |
| Octal | 356 | 320 | 100 | 0 | 15 | 111 | 7 | 62 | 124 | 73 |
| Binary | 11101110 | 11010000 | 1000000 | 0 | 1101 | 1001001 | 111 | 110010 | 1010100 | 111011 |
Color Harmonies of #EED040
Complementary color
Monochromatic Colors of #EED040
Black with #EED040
Text Example
Text Example
White with #EED040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED040; }
p { color: rgb(238,208,64); }
H1.HeaderClassName
{
color: #EED040;
}
.AnyTagClassName
{
color: #EED040;
}
</style>
background-color css
<style>
a { background-color: #EED040; }
a { background-color: rgb(238,208,64); }
div.DivClassName
{
background-color: #EED040;
}
.BgClassName
{
background-color: #EED040;
}
</style>
border-color css
<style>
span { border-color: #EED040; }
span { border-color: rgb(238,208,64); }
td.TdClassName
{
border-color: #EED040;
}
.TagClassName
{
border-color: #EED040;
}
</style>