Shades of Festival #EED24A
Tints of Festival #EED24A
RGB
CMYK
RGB Variations
Color information
#EED24A (or 0xEED24A) is known color: Festival. HEX triplet: EE, D2 and 4A. RGB value is (238,210,74). Sum of RGB (Red+Green+Blue) = 238+210+74=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EED24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED24A is #112DB5. Grayscale: #CBCBCB. Windows color (decimal): -1125814 or 4903662. OLE color: 4903662.
HSL color Cylindrical-coordinate representation of color #EED24A: hue angle of 49.76º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EED24A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 74 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.07 |
| HSL | 49.76º | 0.83% | 0.61% | - |
| HSV(B) | 49.76º | 0.69% | 0.93% | - |
| XYZ | 59.54 | 64.76 | 15.84 | - |
| YUV | 202.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 74 | 0 | 0.12 | 0.69 | 0.07 | 49.76 | 0.83 | 0.61 |
| Hex | EE | D2 | 4A | 0 | C | 45 | 7 | 32 | 53 | 3D |
| Octal | 356 | 322 | 112 | 0 | 14 | 105 | 7 | 62 | 123 | 75 |
| Binary | 11101110 | 11010010 | 1001010 | 0 | 1100 | 1000101 | 111 | 110010 | 1010011 | 111101 |
Color Harmonies of #EED24A
Complementary color
Monochromatic Colors of #EED24A
Black with #EED24A
Text Example
Text Example
White with #EED24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED24A; }
p { color: rgb(238,210,74); }
H1.HeaderClassName
{
color: #EED24A;
}
.AnyTagClassName
{
color: #EED24A;
}
</style>
background-color css
<style>
a { background-color: #EED24A; }
a { background-color: rgb(238,210,74); }
div.DivClassName
{
background-color: #EED24A;
}
.BgClassName
{
background-color: #EED24A;
}
</style>
border-color css
<style>
span { border-color: #EED24A; }
span { border-color: rgb(238,210,74); }
td.TdClassName
{
border-color: #EED24A;
}
.TagClassName
{
border-color: #EED24A;
}
</style>