Shades of Festival #EED247
Tints of Festival #EED247
RGB
CMYK
RGB Variations
Color information
#EED247 (or 0xEED247) is known color: Festival. HEX triplet: EE, D2 and 47. RGB value is (238,210,71). Sum of RGB (Red+Green+Blue) = 238+210+71=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EED247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED247 is #112DB8. Grayscale: #CBCBCB. Windows color (decimal): -1125817 or 4707054. OLE color: 4707054.
HSL color Cylindrical-coordinate representation of color #EED247: hue angle of 49.94º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EED247 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 71 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.07 |
| HSL | 49.94º | 0.83% | 0.61% | - |
| HSV(B) | 49.94º | 0.7% | 0.93% | - |
| XYZ | 59.44 | 64.73 | 15.32 | - |
| YUV | 202.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 71 | 0 | 0.12 | 0.70 | 0.07 | 49.94 | 0.83 | 0.61 |
| Hex | EE | D2 | 47 | 0 | C | 46 | 7 | 32 | 53 | 3D |
| Octal | 356 | 322 | 107 | 0 | 14 | 106 | 7 | 62 | 123 | 75 |
| Binary | 11101110 | 11010010 | 1000111 | 0 | 1100 | 1000110 | 111 | 110010 | 1010011 | 111101 |
Color Harmonies of #EED247
Complementary color
Monochromatic Colors of #EED247
Black with #EED247
Text Example
Text Example
White with #EED247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED247; }
p { color: rgb(238,210,71); }
H1.HeaderClassName
{
color: #EED247;
}
.AnyTagClassName
{
color: #EED247;
}
</style>
background-color css
<style>
a { background-color: #EED247; }
a { background-color: rgb(238,210,71); }
div.DivClassName
{
background-color: #EED247;
}
.BgClassName
{
background-color: #EED247;
}
</style>
border-color css
<style>
span { border-color: #EED247; }
span { border-color: rgb(238,210,71); }
td.TdClassName
{
border-color: #EED247;
}
.TagClassName
{
border-color: #EED247;
}
</style>