Shades of Festival #EEC242
Tints of Festival #EEC242
RGB
CMYK
RGB Variations
Color information
#EEC242 (or 0xEEC242) is known color: Festival. HEX triplet: EE, C2 and 42. RGB value is (238,194,66). Sum of RGB (Red+Green+Blue) = 238+194+66=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC242 is #113DBD. Grayscale: #C1C1C1. Windows color (decimal): -1129918 or 4375278. OLE color: 4375278.
HSL color Cylindrical-coordinate representation of color #EEC242: hue angle of 44.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEC242 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 66 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 44.65º | 0.83% | 0.6% | - |
| HSV(B) | 44.65º | 0.72% | 0.93% | - |
| XYZ | 55.54 | 57.15 | 13.26 | - |
| YUV | 192.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 66 | 0 | 0.18 | 0.72 | 0.07 | 44.65 | 0.83 | 0.6 |
| Hex | EE | C2 | 42 | 0 | 12 | 48 | 7 | 2D | 53 | 3C |
| Octal | 356 | 302 | 102 | 0 | 22 | 110 | 7 | 55 | 123 | 74 |
| Binary | 11101110 | 11000010 | 1000010 | 0 | 10010 | 1001000 | 111 | 101101 | 1010011 | 111100 |
Color Harmonies of #EEC242
Complementary color
Monochromatic Colors of #EEC242
Black with #EEC242
Text Example
Text Example
White with #EEC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC242; }
p { color: rgb(238,194,66); }
H1.HeaderClassName
{
color: #EEC242;
}
.AnyTagClassName
{
color: #EEC242;
}
</style>
background-color css
<style>
a { background-color: #EEC242; }
a { background-color: rgb(238,194,66); }
div.DivClassName
{
background-color: #EEC242;
}
.BgClassName
{
background-color: #EEC242;
}
</style>
border-color css
<style>
span { border-color: #EEC242; }
span { border-color: rgb(238,194,66); }
td.TdClassName
{
border-color: #EEC242;
}
.TagClassName
{
border-color: #EEC242;
}
</style>