Shades of Festival #EECC42
Tints of Festival #EECC42
RGB
CMYK
RGB Variations
Color information
#EECC42 (or 0xEECC42) is known color: Festival. HEX triplet: EE, CC and 42. RGB value is (238,204,66). Sum of RGB (Red+Green+Blue) = 238+204+66=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC42 is #1133BD. Grayscale: #C7C7C7. Windows color (decimal): -1127358 or 4377838. OLE color: 4377838.
HSL color Cylindrical-coordinate representation of color #EECC42: hue angle of 48.14º 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 #EECC42 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 66 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.07 |
| HSL | 48.14º | 0.83% | 0.6% | - |
| HSV(B) | 48.14º | 0.72% | 0.93% | - |
| XYZ | 57.84 | 61.76 | 14.03 | - |
| YUV | 198.43 | 53.26 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 66 | 0 | 0.14 | 0.72 | 0.07 | 48.14 | 0.83 | 0.6 |
| Hex | EE | CC | 42 | 0 | E | 48 | 7 | 30 | 53 | 3C |
| Octal | 356 | 314 | 102 | 0 | 16 | 110 | 7 | 60 | 123 | 74 |
| Binary | 11101110 | 11001100 | 1000010 | 0 | 1110 | 1001000 | 111 | 110000 | 1010011 | 111100 |
Color Harmonies of #EECC42
Complementary color
Monochromatic Colors of #EECC42
Black with #EECC42
Text Example
Text Example
White with #EECC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC42; }
p { color: rgb(238,204,66); }
H1.HeaderClassName
{
color: #EECC42;
}
.AnyTagClassName
{
color: #EECC42;
}
</style>
background-color css
<style>
a { background-color: #EECC42; }
a { background-color: rgb(238,204,66); }
div.DivClassName
{
background-color: #EECC42;
}
.BgClassName
{
background-color: #EECC42;
}
</style>
border-color css
<style>
span { border-color: #EECC42; }
span { border-color: rgb(238,204,66); }
td.TdClassName
{
border-color: #EECC42;
}
.TagClassName
{
border-color: #EECC42;
}
</style>