Shades of Festival #EEC442
Tints of Festival #EEC442
RGB
CMYK
RGB Variations
Color information
#EEC442 (or 0xEEC442) is known color: Festival. HEX triplet: EE, C4 and 42. RGB value is (238,196,66). Sum of RGB (Red+Green+Blue) = 238+196+66=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 66 (26.17% from 255 or 13.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC442 is #113BBD. Grayscale: #C2C2C2. Windows color (decimal): -1129406 or 4375790. OLE color: 4375790.
HSL color Cylindrical-coordinate representation of color #EEC442: hue angle of 45.35º 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 #EEC442 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 66 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 45.35º | 0.83% | 0.6% | - |
| HSV(B) | 45.35º | 0.72% | 0.93% | - |
| XYZ | 55.98 | 58.05 | 13.41 | - |
| YUV | 193.74 | 55.91 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 66 | 0 | 0.18 | 0.72 | 0.07 | 45.35 | 0.83 | 0.6 |
| Hex | EE | C4 | 42 | 0 | 12 | 48 | 7 | 2D | 53 | 3C |
| Octal | 356 | 304 | 102 | 0 | 22 | 110 | 7 | 55 | 123 | 74 |
| Binary | 11101110 | 11000100 | 1000010 | 0 | 10010 | 1001000 | 111 | 101101 | 1010011 | 111100 |
Color Harmonies of #EEC442
Complementary color
Monochromatic Colors of #EEC442
Black with #EEC442
Text Example
Text Example
White with #EEC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC442; }
p { color: rgb(238,196,66); }
H1.HeaderClassName
{
color: #EEC442;
}
.AnyTagClassName
{
color: #EEC442;
}
</style>
background-color css
<style>
a { background-color: #EEC442; }
a { background-color: rgb(238,196,66); }
div.DivClassName
{
background-color: #EEC442;
}
.BgClassName
{
background-color: #EEC442;
}
</style>
border-color css
<style>
span { border-color: #EEC442; }
span { border-color: rgb(238,196,66); }
td.TdClassName
{
border-color: #EEC442;
}
.TagClassName
{
border-color: #EEC442;
}
</style>