Shades of Festival #EED04E
Tints of Festival #EED04E
RGB
CMYK
RGB Variations
Color information
#EED04E (or 0xEED04E) is known color: Festival. HEX triplet: EE, D0 and 4E. RGB value is (238,208,78). Sum of RGB (Red+Green+Blue) = 238+208+78=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EED04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED04E is #112FB1. Grayscale: #CACACA. Windows color (decimal): -1126322 or 5165294. OLE color: 5165294.
HSL color Cylindrical-coordinate representation of color #EED04E: hue angle of 48.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EED04E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 78 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.07 |
| HSL | 48.75º | 0.82% | 0.62% | - |
| HSV(B) | 48.75º | 0.67% | 0.93% | - |
| XYZ | 59.19 | 63.84 | 16.41 | - |
| YUV | 202.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 78 | 0 | 0.13 | 0.67 | 0.07 | 48.75 | 0.82 | 0.62 |
| Hex | EE | D0 | 4E | 0 | D | 43 | 7 | 31 | 52 | 3E |
| Octal | 356 | 320 | 116 | 0 | 15 | 103 | 7 | 61 | 122 | 76 |
| Binary | 11101110 | 11010000 | 1001110 | 0 | 1101 | 1000011 | 111 | 110001 | 1010010 | 111110 |
Color Harmonies of #EED04E
Complementary color
Monochromatic Colors of #EED04E
Black with #EED04E
Text Example
Text Example
White with #EED04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED04E; }
p { color: rgb(238,208,78); }
H1.HeaderClassName
{
color: #EED04E;
}
.AnyTagClassName
{
color: #EED04E;
}
</style>
background-color css
<style>
a { background-color: #EED04E; }
a { background-color: rgb(238,208,78); }
div.DivClassName
{
background-color: #EED04E;
}
.BgClassName
{
background-color: #EED04E;
}
</style>
border-color css
<style>
span { border-color: #EED04E; }
span { border-color: rgb(238,208,78); }
td.TdClassName
{
border-color: #EED04E;
}
.TagClassName
{
border-color: #EED04E;
}
</style>