Shades of Festival #ECC947
Tints of Festival #ECC947
RGB
CMYK
RGB Variations
Color information
#ECC947 (or 0xECC947) is known color: Festival. HEX triplet: EC, C9 and 47. RGB value is (236,201,71). Sum of RGB (Red+Green+Blue) = 236+201+71=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC947 is #1336B8. Grayscale: #C5C5C5. Windows color (decimal): -1259193 or 4704748. OLE color: 4704748.
HSL color Cylindrical-coordinate representation of color #ECC947: hue angle of 47.27º 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 #ECC947 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 71 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.07 |
| HSL | 47.27º | 0.81% | 0.6% | - |
| HSV(B) | 47.27º | 0.7% | 0.93% | - |
| XYZ | 56.62 | 60.06 | 14.57 | - |
| YUV | 196.65 | 57.1 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 71 | 0 | 0.15 | 0.70 | 0.07 | 47.27 | 0.81 | 0.6 |
| Hex | EC | C9 | 47 | 0 | F | 46 | 7 | 2F | 51 | 3C |
| Octal | 354 | 311 | 107 | 0 | 17 | 106 | 7 | 57 | 121 | 74 |
| Binary | 11101100 | 11001001 | 1000111 | 0 | 1111 | 1000110 | 111 | 101111 | 1010001 | 111100 |
Color Harmonies of #ECC947
Complementary color
Monochromatic Colors of #ECC947
Black with #ECC947
Text Example
Text Example
White with #ECC947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC947; }
p { color: rgb(236,201,71); }
H1.HeaderClassName
{
color: #ECC947;
}
.AnyTagClassName
{
color: #ECC947;
}
</style>
background-color css
<style>
a { background-color: #ECC947; }
a { background-color: rgb(236,201,71); }
div.DivClassName
{
background-color: #ECC947;
}
.BgClassName
{
background-color: #ECC947;
}
</style>
border-color css
<style>
span { border-color: #ECC947; }
span { border-color: rgb(236,201,71); }
td.TdClassName
{
border-color: #ECC947;
}
.TagClassName
{
border-color: #ECC947;
}
</style>