Shades of Festival #EED244
Tints of Festival #EED244
RGB
CMYK
RGB Variations
Color information
#EED244 (or 0xEED244) is known color: Festival. HEX triplet: EE, D2 and 44. RGB value is (238,210,68). Sum of RGB (Red+Green+Blue) = 238+210+68=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED244 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED244 is #112DBB. Grayscale: #CACACA. Windows color (decimal): -1125820 or 4510446. OLE color: 4510446.
HSL color Cylindrical-coordinate representation of color #EED244: hue angle of 50.12º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EED244 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 68 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.07 |
| HSL | 50.12º | 0.83% | 0.6% | - |
| HSV(B) | 50.12º | 0.71% | 0.93% | - |
| XYZ | 59.35 | 64.69 | 14.83 | - |
| YUV | 202.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 68 | 0 | 0.12 | 0.71 | 0.07 | 50.12 | 0.83 | 0.6 |
| Hex | EE | D2 | 44 | 0 | C | 47 | 7 | 32 | 53 | 3C |
| Octal | 356 | 322 | 104 | 0 | 14 | 107 | 7 | 62 | 123 | 74 |
| Binary | 11101110 | 11010010 | 1000100 | 0 | 1100 | 1000111 | 111 | 110010 | 1010011 | 111100 |
Color Harmonies of #EED244
Complementary color
Monochromatic Colors of #EED244
Black with #EED244
Text Example
Text Example
White with #EED244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED244; }
p { color: rgb(238,210,68); }
H1.HeaderClassName
{
color: #EED244;
}
.AnyTagClassName
{
color: #EED244;
}
</style>
background-color css
<style>
a { background-color: #EED244; }
a { background-color: rgb(238,210,68); }
div.DivClassName
{
background-color: #EED244;
}
.BgClassName
{
background-color: #EED244;
}
</style>
border-color css
<style>
span { border-color: #EED244; }
span { border-color: rgb(238,210,68); }
td.TdClassName
{
border-color: #EED244;
}
.TagClassName
{
border-color: #EED244;
}
</style>