Shades of Festival #ECCC47
Tints of Festival #ECCC47
RGB
CMYK
RGB Variations
Color information
#ECCC47 (or 0xECCC47) is known color: Festival. HEX triplet: EC, CC and 47. RGB value is (236,204,71). Sum of RGB (Red+Green+Blue) = 236+204+71=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC47 is #1333B8. Grayscale: #C6C6C6. Windows color (decimal): -1258425 or 4705516. OLE color: 4705516.
HSL color Cylindrical-coordinate representation of color #ECCC47: hue angle of 48.36º 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 #ECCC47 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 71 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.07 |
| HSL | 48.36º | 0.81% | 0.6% | - |
| HSV(B) | 48.36º | 0.7% | 0.93% | - |
| XYZ | 57.32 | 61.47 | 14.81 | - |
| YUV | 198.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 71 | 0 | 0.14 | 0.70 | 0.07 | 48.36 | 0.81 | 0.6 |
| Hex | EC | CC | 47 | 0 | E | 46 | 7 | 30 | 51 | 3C |
| Octal | 354 | 314 | 107 | 0 | 16 | 106 | 7 | 60 | 121 | 74 |
| Binary | 11101100 | 11001100 | 1000111 | 0 | 1110 | 1000110 | 111 | 110000 | 1010001 | 111100 |
Color Harmonies of #ECCC47
Complementary color
Monochromatic Colors of #ECCC47
Black with #ECCC47
Text Example
Text Example
White with #ECCC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC47; }
p { color: rgb(236,204,71); }
H1.HeaderClassName
{
color: #ECCC47;
}
.AnyTagClassName
{
color: #ECCC47;
}
</style>
background-color css
<style>
a { background-color: #ECCC47; }
a { background-color: rgb(236,204,71); }
div.DivClassName
{
background-color: #ECCC47;
}
.BgClassName
{
background-color: #ECCC47;
}
</style>
border-color css
<style>
span { border-color: #ECCC47; }
span { border-color: rgb(236,204,71); }
td.TdClassName
{
border-color: #ECCC47;
}
.TagClassName
{
border-color: #ECCC47;
}
</style>