Shades of Festival #EED24D
Tints of Festival #EED24D
RGB
CMYK
RGB Variations
Color information
#EED24D (or 0xEED24D) is known color: Festival. HEX triplet: EE, D2 and 4D. RGB value is (238,210,77). Sum of RGB (Red+Green+Blue) = 238+210+77=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EED24D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED24D is #112DB2. Grayscale: #CBCBCB. Windows color (decimal): -1125811 or 5100270. OLE color: 5100270.
HSL color Cylindrical-coordinate representation of color #EED24D: hue angle of 49.57º 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 #EED24D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 77 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.07 |
| HSL | 49.57º | 0.83% | 0.62% | - |
| HSV(B) | 49.57º | 0.68% | 0.93% | - |
| XYZ | 59.65 | 64.81 | 16.39 | - |
| YUV | 203.21 | 56.78 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 77 | 0 | 0.12 | 0.68 | 0.07 | 49.57 | 0.83 | 0.62 |
| Hex | EE | D2 | 4D | 0 | C | 44 | 7 | 32 | 53 | 3E |
| Octal | 356 | 322 | 115 | 0 | 14 | 104 | 7 | 62 | 123 | 76 |
| Binary | 11101110 | 11010010 | 1001101 | 0 | 1100 | 1000100 | 111 | 110010 | 1010011 | 111110 |
Color Harmonies of #EED24D
Complementary color
Monochromatic Colors of #EED24D
Black with #EED24D
Text Example
Text Example
White with #EED24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED24D; }
p { color: rgb(238,210,77); }
H1.HeaderClassName
{
color: #EED24D;
}
.AnyTagClassName
{
color: #EED24D;
}
</style>
background-color css
<style>
a { background-color: #EED24D; }
a { background-color: rgb(238,210,77); }
div.DivClassName
{
background-color: #EED24D;
}
.BgClassName
{
background-color: #EED24D;
}
</style>
border-color css
<style>
span { border-color: #EED24D; }
span { border-color: rgb(238,210,77); }
td.TdClassName
{
border-color: #EED24D;
}
.TagClassName
{
border-color: #EED24D;
}
</style>