Shades of Festival #EED33F
Tints of Festival #EED33F
RGB
CMYK
RGB Variations
Color information
#EED33F (or 0xEED33F) is known color: Festival. HEX triplet: EE, D3 and 3F. RGB value is (238,211,63). Sum of RGB (Red+Green+Blue) = 238+211+63=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EED33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED33F is #112CC0. Grayscale: #CACACA. Windows color (decimal): -1125569 or 4183022. OLE color: 4183022.
HSL color Cylindrical-coordinate representation of color #EED33F: hue angle of 50.74º 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 #EED33F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 63 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.07 |
| HSL | 50.74º | 0.84% | 0.59% | - |
| HSV(B) | 50.74º | 0.74% | 0.93% | - |
| XYZ | 59.45 | 65.12 | 14.14 | - |
| YUV | 202.2 | 49.45 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 63 | 0 | 0.11 | 0.74 | 0.07 | 50.74 | 0.84 | 0.59 |
| Hex | EE | D3 | 3F | 0 | B | 4A | 7 | 33 | 54 | 3B |
| Octal | 356 | 323 | 77 | 0 | 13 | 112 | 7 | 63 | 124 | 73 |
| Binary | 11101110 | 11010011 | 111111 | 0 | 1011 | 1001010 | 111 | 110011 | 1010100 | 111011 |
Color Harmonies of #EED33F
Complementary color
Monochromatic Colors of #EED33F
Black with #EED33F
Text Example
Text Example
White with #EED33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED33F; }
p { color: rgb(238,211,63); }
H1.HeaderClassName
{
color: #EED33F;
}
.AnyTagClassName
{
color: #EED33F;
}
</style>
background-color css
<style>
a { background-color: #EED33F; }
a { background-color: rgb(238,211,63); }
div.DivClassName
{
background-color: #EED33F;
}
.BgClassName
{
background-color: #EED33F;
}
</style>
border-color css
<style>
span { border-color: #EED33F; }
span { border-color: rgb(238,211,63); }
td.TdClassName
{
border-color: #EED33F;
}
.TagClassName
{
border-color: #EED33F;
}
</style>