Shades of Festival #EED04D
Tints of Festival #EED04D
RGB
CMYK
RGB Variations
Color information
#EED04D (or 0xEED04D) is known color: Festival. HEX triplet: EE, D0 and 4D. RGB value is (238,208,77). Sum of RGB (Red+Green+Blue) = 238+208+77=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED04D is #112FB2. Grayscale: #CACACA. Windows color (decimal): -1126323 or 5099758. OLE color: 5099758.
HSL color Cylindrical-coordinate representation of color #EED04D: hue angle of 48.82º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED04D is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 77 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.07 |
| HSL | 48.82º | 0.83% | 0.62% | - |
| HSV(B) | 48.82º | 0.68% | 0.93% | - |
| XYZ | 59.16 | 63.82 | 16.22 | - |
| YUV | 202.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 77 | 0 | 0.13 | 0.68 | 0.07 | 48.82 | 0.83 | 0.62 |
| Hex | EE | D0 | 4D | 0 | D | 44 | 7 | 31 | 53 | 3E |
| Octal | 356 | 320 | 115 | 0 | 15 | 104 | 7 | 61 | 123 | 76 |
| Binary | 11101110 | 11010000 | 1001101 | 0 | 1101 | 1000100 | 111 | 110001 | 1010011 | 111110 |
Color Harmonies of #EED04D
Complementary color
Monochromatic Colors of #EED04D
Black with #EED04D
Text Example
Text Example
White with #EED04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED04D; }
p { color: rgb(238,208,77); }
H1.HeaderClassName
{
color: #EED04D;
}
.AnyTagClassName
{
color: #EED04D;
}
</style>
background-color css
<style>
a { background-color: #EED04D; }
a { background-color: rgb(238,208,77); }
div.DivClassName
{
background-color: #EED04D;
}
.BgClassName
{
background-color: #EED04D;
}
</style>
border-color css
<style>
span { border-color: #EED04D; }
span { border-color: rgb(238,208,77); }
td.TdClassName
{
border-color: #EED04D;
}
.TagClassName
{
border-color: #EED04D;
}
</style>