Shades of Festival #EEC842
Tints of Festival #EEC842
RGB
CMYK
RGB Variations
Color information
#EEC842 (or 0xEEC842) is known color: Festival. HEX triplet: EE, C8 and 42. RGB value is (238,200,66). Sum of RGB (Red+Green+Blue) = 238+200+66=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC842 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC842 is #1137BD. Grayscale: #C4C4C4. Windows color (decimal): -1128382 or 4376814. OLE color: 4376814.
HSL color Cylindrical-coordinate representation of color #EEC842: hue angle of 46.74º 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 #EEC842 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 66 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.07 |
| HSL | 46.74º | 0.83% | 0.6% | - |
| HSV(B) | 46.74º | 0.72% | 0.93% | - |
| XYZ | 56.9 | 59.88 | 13.71 | - |
| YUV | 196.09 | 54.59 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 66 | 0 | 0.16 | 0.72 | 0.07 | 46.74 | 0.83 | 0.6 |
| Hex | EE | C8 | 42 | 0 | 10 | 48 | 7 | 2F | 53 | 3C |
| Octal | 356 | 310 | 102 | 0 | 20 | 110 | 7 | 57 | 123 | 74 |
| Binary | 11101110 | 11001000 | 1000010 | 0 | 10000 | 1001000 | 111 | 101111 | 1010011 | 111100 |
Color Harmonies of #EEC842
Complementary color
Monochromatic Colors of #EEC842
Black with #EEC842
Text Example
Text Example
White with #EEC842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC842; }
p { color: rgb(238,200,66); }
H1.HeaderClassName
{
color: #EEC842;
}
.AnyTagClassName
{
color: #EEC842;
}
</style>
background-color css
<style>
a { background-color: #EEC842; }
a { background-color: rgb(238,200,66); }
div.DivClassName
{
background-color: #EEC842;
}
.BgClassName
{
background-color: #EEC842;
}
</style>
border-color css
<style>
span { border-color: #EEC842; }
span { border-color: rgb(238,200,66); }
td.TdClassName
{
border-color: #EEC842;
}
.TagClassName
{
border-color: #EEC842;
}
</style>