Shades of Festival #ECC040
Tints of Festival #ECC040
RGB
CMYK
RGB Variations
Color information
#ECC040 (or 0xECC040) is known color: Festival. HEX triplet: EC, C0 and 40. RGB value is (236,192,64). Sum of RGB (Red+Green+Blue) = 236+192+64=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC040 is #133FBF. Grayscale: #BFBFBF. Windows color (decimal): -1261504 or 4243692. OLE color: 4243692.
HSL color Cylindrical-coordinate representation of color #ECC040: hue angle of 44.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECC040 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 64 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.07 |
| HSL | 44.65º | 0.82% | 0.59% | - |
| HSV(B) | 44.65º | 0.73% | 0.93% | - |
| XYZ | 54.37 | 55.9 | 12.78 | - |
| YUV | 190.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 64 | 0 | 0.19 | 0.73 | 0.07 | 44.65 | 0.82 | 0.59 |
| Hex | EC | C0 | 40 | 0 | 13 | 49 | 7 | 2D | 52 | 3B |
| Octal | 354 | 300 | 100 | 0 | 23 | 111 | 7 | 55 | 122 | 73 |
| Binary | 11101100 | 11000000 | 1000000 | 0 | 10011 | 1001001 | 111 | 101101 | 1010010 | 111011 |
Color Harmonies of #ECC040
Complementary color
Monochromatic Colors of #ECC040
Black with #ECC040
Text Example
Text Example
White with #ECC040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC040; }
p { color: rgb(236,192,64); }
H1.HeaderClassName
{
color: #ECC040;
}
.AnyTagClassName
{
color: #ECC040;
}
</style>
background-color css
<style>
a { background-color: #ECC040; }
a { background-color: rgb(236,192,64); }
div.DivClassName
{
background-color: #ECC040;
}
.BgClassName
{
background-color: #ECC040;
}
</style>
border-color css
<style>
span { border-color: #ECC040; }
span { border-color: rgb(236,192,64); }
td.TdClassName
{
border-color: #ECC040;
}
.TagClassName
{
border-color: #ECC040;
}
</style>