Shades of Festival #ECCC51
Tints of Festival #ECCC51
RGB
CMYK
RGB Variations
Color information
#ECCC51 (or 0xECCC51) is known color: Festival. HEX triplet: EC, CC and 51. RGB value is (236,204,81). Sum of RGB (Red+Green+Blue) = 236+204+81=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC51 is #1333AE. Grayscale: #C8C8C8. Windows color (decimal): -1258415 or 5360876. OLE color: 5360876.
HSL color Cylindrical-coordinate representation of color #ECCC51: hue angle of 47.61º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECCC51 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 81 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.07 |
| HSL | 47.61º | 0.8% | 0.62% | - |
| HSV(B) | 47.61º | 0.66% | 0.93% | - |
| XYZ | 57.67 | 61.61 | 16.64 | - |
| YUV | 199.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 81 | 0 | 0.14 | 0.66 | 0.07 | 47.61 | 0.8 | 0.62 |
| Hex | EC | CC | 51 | 0 | E | 42 | 7 | 30 | 50 | 3E |
| Octal | 354 | 314 | 121 | 0 | 16 | 102 | 7 | 60 | 120 | 76 |
| Binary | 11101100 | 11001100 | 1010001 | 0 | 1110 | 1000010 | 111 | 110000 | 1010000 | 111110 |
Color Harmonies of #ECCC51
Complementary color
Monochromatic Colors of #ECCC51
Black with #ECCC51
Text Example
Text Example
White with #ECCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC51; }
p { color: rgb(236,204,81); }
H1.HeaderClassName
{
color: #ECCC51;
}
.AnyTagClassName
{
color: #ECCC51;
}
</style>
background-color css
<style>
a { background-color: #ECCC51; }
a { background-color: rgb(236,204,81); }
div.DivClassName
{
background-color: #ECCC51;
}
.BgClassName
{
background-color: #ECCC51;
}
</style>
border-color css
<style>
span { border-color: #ECCC51; }
span { border-color: rgb(236,204,81); }
td.TdClassName
{
border-color: #ECCC51;
}
.TagClassName
{
border-color: #ECCC51;
}
</style>