Shades of Festival #EED23F
Tints of Festival #EED23F
RGB
CMYK
RGB Variations
Color information
#EED23F (or 0xEED23F) is known color: Festival. HEX triplet: EE, D2 and 3F. RGB value is (238,210,63). Sum of RGB (Red+Green+Blue) = 238+210+63=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EED23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED23F is #112DC0. Grayscale: #CACACA. Windows color (decimal): -1125825 or 4182766. OLE color: 4182766.
HSL color Cylindrical-coordinate representation of color #EED23F: hue angle of 50.4º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EED23F is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 63 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.07 |
| HSL | 50.4º | 0.84% | 0.59% | - |
| HSV(B) | 50.4º | 0.74% | 0.93% | - |
| XYZ | 59.2 | 64.63 | 14.06 | - |
| YUV | 201.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 63 | 0 | 0.12 | 0.74 | 0.07 | 50.4 | 0.84 | 0.59 |
| Hex | EE | D2 | 3F | 0 | C | 4A | 7 | 32 | 54 | 3B |
| Octal | 356 | 322 | 77 | 0 | 14 | 112 | 7 | 62 | 124 | 73 |
| Binary | 11101110 | 11010010 | 111111 | 0 | 1100 | 1001010 | 111 | 110010 | 1010100 | 111011 |
Color Harmonies of #EED23F
Complementary color
Monochromatic Colors of #EED23F
Black with #EED23F
Text Example
Text Example
White with #EED23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED23F; }
p { color: rgb(238,210,63); }
H1.HeaderClassName
{
color: #EED23F;
}
.AnyTagClassName
{
color: #EED23F;
}
</style>
background-color css
<style>
a { background-color: #EED23F; }
a { background-color: rgb(238,210,63); }
div.DivClassName
{
background-color: #EED23F;
}
.BgClassName
{
background-color: #EED23F;
}
</style>
border-color css
<style>
span { border-color: #EED23F; }
span { border-color: rgb(238,210,63); }
td.TdClassName
{
border-color: #EED23F;
}
.TagClassName
{
border-color: #EED23F;
}
</style>