Shades of Festival #ECC142
Tints of Festival #ECC142
RGB
CMYK
RGB Variations
Color information
#ECC142 (or 0xECC142) is known color: Festival. HEX triplet: EC, C1 and 42. RGB value is (236,193,66). Sum of RGB (Red+Green+Blue) = 236+193+66=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 66 (26.17% from 255 or 13.33% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC142 is #133EBD. Grayscale: #BFBFBF. Windows color (decimal): -1261246 or 4375020. OLE color: 4375020.
HSL color Cylindrical-coordinate representation of color #ECC142: hue angle of 44.82º 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 #ECC142 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 66 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 44.82º | 0.82% | 0.59% | - |
| HSV(B) | 44.82º | 0.72% | 0.93% | - |
| XYZ | 54.65 | 56.37 | 13.15 | - |
| YUV | 191.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 66 | 0 | 0.18 | 0.72 | 0.07 | 44.82 | 0.82 | 0.59 |
| Hex | EC | C1 | 42 | 0 | 12 | 48 | 7 | 2D | 52 | 3B |
| Octal | 354 | 301 | 102 | 0 | 22 | 110 | 7 | 55 | 122 | 73 |
| Binary | 11101100 | 11000001 | 1000010 | 0 | 10010 | 1001000 | 111 | 101101 | 1010010 | 111011 |
Color Harmonies of #ECC142
Complementary color
Monochromatic Colors of #ECC142
Black with #ECC142
Text Example
Text Example
White with #ECC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC142; }
p { color: rgb(236,193,66); }
H1.HeaderClassName
{
color: #ECC142;
}
.AnyTagClassName
{
color: #ECC142;
}
</style>
background-color css
<style>
a { background-color: #ECC142; }
a { background-color: rgb(236,193,66); }
div.DivClassName
{
background-color: #ECC142;
}
.BgClassName
{
background-color: #ECC142;
}
</style>
border-color css
<style>
span { border-color: #ECC142; }
span { border-color: rgb(236,193,66); }
td.TdClassName
{
border-color: #ECC142;
}
.TagClassName
{
border-color: #ECC142;
}
</style>