Shades of Festival #EED23C
Tints of Festival #EED23C
RGB
CMYK
RGB Variations
Color information
#EED23C (or 0xEED23C) is known color: Festival. HEX triplet: EE, D2 and 3C. RGB value is (238,210,60). Sum of RGB (Red+Green+Blue) = 238+210+60=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EED23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED23C is #112DC3. Grayscale: #C9C9C9. Windows color (decimal): -1125828 or 3986158. OLE color: 3986158.
HSL color Cylindrical-coordinate representation of color #EED23C: hue angle of 50.56º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EED23C is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 60 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.07 |
| HSL | 50.56º | 0.84% | 0.58% | - |
| HSV(B) | 50.56º | 0.75% | 0.93% | - |
| XYZ | 59.12 | 64.6 | 13.63 | - |
| YUV | 201.27 | 48.28 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 60 | 0 | 0.12 | 0.75 | 0.07 | 50.56 | 0.84 | 0.58 |
| Hex | EE | D2 | 3C | 0 | C | 4B | 7 | 33 | 54 | 3A |
| Octal | 356 | 322 | 74 | 0 | 14 | 113 | 7 | 63 | 124 | 72 |
| Binary | 11101110 | 11010010 | 111100 | 0 | 1100 | 1001011 | 111 | 110011 | 1010100 | 111010 |
Color Harmonies of #EED23C
Complementary color
Monochromatic Colors of #EED23C
Black with #EED23C
Text Example
Text Example
White with #EED23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED23C; }
p { color: rgb(238,210,60); }
H1.HeaderClassName
{
color: #EED23C;
}
.AnyTagClassName
{
color: #EED23C;
}
</style>
background-color css
<style>
a { background-color: #EED23C; }
a { background-color: rgb(238,210,60); }
div.DivClassName
{
background-color: #EED23C;
}
.BgClassName
{
background-color: #EED23C;
}
</style>
border-color css
<style>
span { border-color: #EED23C; }
span { border-color: rgb(238,210,60); }
td.TdClassName
{
border-color: #EED23C;
}
.TagClassName
{
border-color: #EED23C;
}
</style>