Shades of Festival #ECC242
Tints of Festival #ECC242
RGB
CMYK
RGB Variations
Color information
#ECC242 (or 0xECC242) is known color: Festival. HEX triplet: EC, C2 and 42. RGB value is (236,194,66). Sum of RGB (Red+Green+Blue) = 236+194+66=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 66 (26.17% from 255 or 13.31% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC242 is #133DBD. Grayscale: #C0C0C0. Windows color (decimal): -1260990 or 4375276. OLE color: 4375276.
HSL color Cylindrical-coordinate representation of color #ECC242: hue angle of 45.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECC242 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 66 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 45.18º | 0.82% | 0.59% | - |
| HSV(B) | 45.18º | 0.72% | 0.93% | - |
| XYZ | 54.87 | 56.81 | 13.23 | - |
| YUV | 191.97 | 56.91 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 66 | 0 | 0.18 | 0.72 | 0.07 | 45.18 | 0.82 | 0.59 |
| Hex | EC | C2 | 42 | 0 | 12 | 48 | 7 | 2D | 52 | 3B |
| Octal | 354 | 302 | 102 | 0 | 22 | 110 | 7 | 55 | 122 | 73 |
| Binary | 11101100 | 11000010 | 1000010 | 0 | 10010 | 1001000 | 111 | 101101 | 1010010 | 111011 |
Color Harmonies of #ECC242
Complementary color
Monochromatic Colors of #ECC242
Black with #ECC242
Text Example
Text Example
White with #ECC242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC242; }
p { color: rgb(236,194,66); }
H1.HeaderClassName
{
color: #ECC242;
}
.AnyTagClassName
{
color: #ECC242;
}
</style>
background-color css
<style>
a { background-color: #ECC242; }
a { background-color: rgb(236,194,66); }
div.DivClassName
{
background-color: #ECC242;
}
.BgClassName
{
background-color: #ECC242;
}
</style>
border-color css
<style>
span { border-color: #ECC242; }
span { border-color: rgb(236,194,66); }
td.TdClassName
{
border-color: #ECC242;
}
.TagClassName
{
border-color: #ECC242;
}
</style>