Shades of Festival #ECC447
Tints of Festival #ECC447
RGB
CMYK
RGB Variations
Color information
#ECC447 (or 0xECC447) is known color: Festival. HEX triplet: EC, C4 and 47. RGB value is (236,196,71). Sum of RGB (Red+Green+Blue) = 236+196+71=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC447 is #133BB8. Grayscale: #C2C2C2. Windows color (decimal): -1260473 or 4703468. OLE color: 4703468.
HSL color Cylindrical-coordinate representation of color #ECC447: hue angle of 45.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECC447 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 71 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.07 |
| HSL | 45.45º | 0.81% | 0.6% | - |
| HSV(B) | 45.45º | 0.7% | 0.93% | - |
| XYZ | 55.47 | 57.77 | 14.19 | - |
| YUV | 193.71 | 58.75 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 71 | 0 | 0.17 | 0.70 | 0.07 | 45.45 | 0.81 | 0.6 |
| Hex | EC | C4 | 47 | 0 | 11 | 46 | 7 | 2D | 51 | 3C |
| Octal | 354 | 304 | 107 | 0 | 21 | 106 | 7 | 55 | 121 | 74 |
| Binary | 11101100 | 11000100 | 1000111 | 0 | 10001 | 1000110 | 111 | 101101 | 1010001 | 111100 |
Color Harmonies of #ECC447
Complementary color
Monochromatic Colors of #ECC447
Black with #ECC447
Text Example
Text Example
White with #ECC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC447; }
p { color: rgb(236,196,71); }
H1.HeaderClassName
{
color: #ECC447;
}
.AnyTagClassName
{
color: #ECC447;
}
</style>
background-color css
<style>
a { background-color: #ECC447; }
a { background-color: rgb(236,196,71); }
div.DivClassName
{
background-color: #ECC447;
}
.BgClassName
{
background-color: #ECC447;
}
</style>
border-color css
<style>
span { border-color: #ECC447; }
span { border-color: rgb(236,196,71); }
td.TdClassName
{
border-color: #ECC447;
}
.TagClassName
{
border-color: #ECC447;
}
</style>