Shades of Festival #EED53F
Tints of Festival #EED53F
RGB
CMYK
RGB Variations
Color information
#EED53F (or 0xEED53F) is known color: Festival. HEX triplet: EE, D5 and 3F. RGB value is (238,213,63). Sum of RGB (Red+Green+Blue) = 238+213+63=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EED53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED53F is #112AC0. Grayscale: #CCCCCC. Windows color (decimal): -1125057 or 4183534. OLE color: 4183534.
HSL color Cylindrical-coordinate representation of color #EED53F: hue angle of 51.43º 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 #EED53F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 63 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.07 |
| HSL | 51.43º | 0.84% | 0.59% | - |
| HSV(B) | 51.43º | 0.74% | 0.93% | - |
| XYZ | 59.95 | 66.12 | 14.31 | - |
| YUV | 203.38 | 48.78 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 63 | 0 | 0.11 | 0.74 | 0.07 | 51.43 | 0.84 | 0.59 |
| Hex | EE | D5 | 3F | 0 | B | 4A | 7 | 33 | 54 | 3B |
| Octal | 356 | 325 | 77 | 0 | 13 | 112 | 7 | 63 | 124 | 73 |
| Binary | 11101110 | 11010101 | 111111 | 0 | 1011 | 1001010 | 111 | 110011 | 1010100 | 111011 |
Color Harmonies of #EED53F
Complementary color
Monochromatic Colors of #EED53F
Black with #EED53F
Text Example
Text Example
White with #EED53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED53F; }
p { color: rgb(238,213,63); }
H1.HeaderClassName
{
color: #EED53F;
}
.AnyTagClassName
{
color: #EED53F;
}
</style>
background-color css
<style>
a { background-color: #EED53F; }
a { background-color: rgb(238,213,63); }
div.DivClassName
{
background-color: #EED53F;
}
.BgClassName
{
background-color: #EED53F;
}
</style>
border-color css
<style>
span { border-color: #EED53F; }
span { border-color: rgb(238,213,63); }
td.TdClassName
{
border-color: #EED53F;
}
.TagClassName
{
border-color: #EED53F;
}
</style>