Shades of Festival #ECCC52
Tints of Festival #ECCC52
RGB
CMYK
RGB Variations
Color information
#ECCC52 (or 0xECCC52) is known color: Festival. HEX triplet: EC, CC and 52. RGB value is (236,204,82). Sum of RGB (Red+Green+Blue) = 236+204+82=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC52 is #1333AD. Grayscale: #C8C8C8. Windows color (decimal): -1258414 or 5426412. OLE color: 5426412.
HSL color Cylindrical-coordinate representation of color #ECCC52: hue angle of 47.53º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECCC52 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 82 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.07 |
| HSL | 47.53º | 0.8% | 0.62% | - |
| HSV(B) | 47.53º | 0.65% | 0.93% | - |
| XYZ | 57.71 | 61.63 | 16.84 | - |
| YUV | 199.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 82 | 0 | 0.14 | 0.65 | 0.07 | 47.53 | 0.8 | 0.62 |
| Hex | EC | CC | 52 | 0 | E | 41 | 7 | 30 | 50 | 3E |
| Octal | 354 | 314 | 122 | 0 | 16 | 101 | 7 | 60 | 120 | 76 |
| Binary | 11101100 | 11001100 | 1010010 | 0 | 1110 | 1000001 | 111 | 110000 | 1010000 | 111110 |
Color Harmonies of #ECCC52
Complementary color
Monochromatic Colors of #ECCC52
Black with #ECCC52
Text Example
Text Example
White with #ECCC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC52; }
p { color: rgb(236,204,82); }
H1.HeaderClassName
{
color: #ECCC52;
}
.AnyTagClassName
{
color: #ECCC52;
}
</style>
background-color css
<style>
a { background-color: #ECCC52; }
a { background-color: rgb(236,204,82); }
div.DivClassName
{
background-color: #ECCC52;
}
.BgClassName
{
background-color: #ECCC52;
}
</style>
border-color css
<style>
span { border-color: #ECCC52; }
span { border-color: rgb(236,204,82); }
td.TdClassName
{
border-color: #ECCC52;
}
.TagClassName
{
border-color: #ECCC52;
}
</style>