Shades of Festival #EEC642
Tints of Festival #EEC642
RGB
CMYK
RGB Variations
Color information
#EEC642 (or 0xEEC642) is known color: Festival. HEX triplet: EE, C6 and 42. RGB value is (238,198,66). Sum of RGB (Red+Green+Blue) = 238+198+66=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC642 is #1139BD. Grayscale: #C3C3C3. Windows color (decimal): -1128894 or 4376302. OLE color: 4376302.
HSL color Cylindrical-coordinate representation of color #EEC642: hue angle of 46.05º 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 #EEC642 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 66 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.07 |
| HSL | 46.05º | 0.83% | 0.6% | - |
| HSV(B) | 46.05º | 0.72% | 0.93% | - |
| XYZ | 56.44 | 58.96 | 13.56 | - |
| YUV | 194.91 | 55.25 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 66 | 0 | 0.17 | 0.72 | 0.07 | 46.05 | 0.83 | 0.6 |
| Hex | EE | C6 | 42 | 0 | 11 | 48 | 7 | 2E | 53 | 3C |
| Octal | 356 | 306 | 102 | 0 | 21 | 110 | 7 | 56 | 123 | 74 |
| Binary | 11101110 | 11000110 | 1000010 | 0 | 10001 | 1001000 | 111 | 101110 | 1010011 | 111100 |
Color Harmonies of #EEC642
Complementary color
Monochromatic Colors of #EEC642
Black with #EEC642
Text Example
Text Example
White with #EEC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC642; }
p { color: rgb(238,198,66); }
H1.HeaderClassName
{
color: #EEC642;
}
.AnyTagClassName
{
color: #EEC642;
}
</style>
background-color css
<style>
a { background-color: #EEC642; }
a { background-color: rgb(238,198,66); }
div.DivClassName
{
background-color: #EEC642;
}
.BgClassName
{
background-color: #EEC642;
}
</style>
border-color css
<style>
span { border-color: #EEC642; }
span { border-color: rgb(238,198,66); }
td.TdClassName
{
border-color: #EEC642;
}
.TagClassName
{
border-color: #EEC642;
}
</style>