Shades of Festival #EED242
Tints of Festival #EED242
RGB
CMYK
RGB Variations
Color information
#EED242 (or 0xEED242) is known color: Festival. HEX triplet: EE, D2 and 42. RGB value is (238,210,66). Sum of RGB (Red+Green+Blue) = 238+210+66=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EED242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED242 is #112DBD. Grayscale: #CACACA. Windows color (decimal): -1125822 or 4379374. OLE color: 4379374.
HSL color Cylindrical-coordinate representation of color #EED242: hue angle of 50.23º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EED242 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 66 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.07 |
| HSL | 50.23º | 0.83% | 0.6% | - |
| HSV(B) | 50.23º | 0.72% | 0.93% | - |
| XYZ | 59.29 | 64.66 | 14.51 | - |
| YUV | 201.96 | 51.28 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 66 | 0 | 0.12 | 0.72 | 0.07 | 50.23 | 0.83 | 0.6 |
| Hex | EE | D2 | 42 | 0 | C | 48 | 7 | 32 | 53 | 3C |
| Octal | 356 | 322 | 102 | 0 | 14 | 110 | 7 | 62 | 123 | 74 |
| Binary | 11101110 | 11010010 | 1000010 | 0 | 1100 | 1001000 | 111 | 110010 | 1010011 | 111100 |
Color Harmonies of #EED242
Complementary color
Monochromatic Colors of #EED242
Black with #EED242
Text Example
Text Example
White with #EED242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED242; }
p { color: rgb(238,210,66); }
H1.HeaderClassName
{
color: #EED242;
}
.AnyTagClassName
{
color: #EED242;
}
</style>
background-color css
<style>
a { background-color: #EED242; }
a { background-color: rgb(238,210,66); }
div.DivClassName
{
background-color: #EED242;
}
.BgClassName
{
background-color: #EED242;
}
</style>
border-color css
<style>
span { border-color: #EED242; }
span { border-color: rgb(238,210,66); }
td.TdClassName
{
border-color: #EED242;
}
.TagClassName
{
border-color: #EED242;
}
</style>