Shades of Festival #ECC952
Tints of Festival #ECC952
RGB
CMYK
RGB Variations
Color information
#ECC952 (or 0xECC952) is known color: Festival. HEX triplet: EC, C9 and 52. RGB value is (236,201,82). Sum of RGB (Red+Green+Blue) = 236+201+82=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 82 (32.42% from 255 or 15.80% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC952 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC952 is #1336AD. Grayscale: #C6C6C6. Windows color (decimal): -1259182 or 5425644. OLE color: 5425644.
HSL color Cylindrical-coordinate representation of color #ECC952: hue angle of 46.36º 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 #ECC952 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 82 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.07 |
| HSL | 46.36º | 0.8% | 0.62% | - |
| HSV(B) | 46.36º | 0.65% | 0.93% | - |
| XYZ | 57 | 60.22 | 16.6 | - |
| YUV | 197.9 | 62.6 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 82 | 0 | 0.15 | 0.65 | 0.07 | 46.36 | 0.8 | 0.62 |
| Hex | EC | C9 | 52 | 0 | F | 41 | 7 | 2E | 50 | 3E |
| Octal | 354 | 311 | 122 | 0 | 17 | 101 | 7 | 56 | 120 | 76 |
| Binary | 11101100 | 11001001 | 1010010 | 0 | 1111 | 1000001 | 111 | 101110 | 1010000 | 111110 |
Color Harmonies of #ECC952
Complementary color
Monochromatic Colors of #ECC952
Black with #ECC952
Text Example
Text Example
White with #ECC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC952; }
p { color: rgb(236,201,82); }
H1.HeaderClassName
{
color: #ECC952;
}
.AnyTagClassName
{
color: #ECC952;
}
</style>
background-color css
<style>
a { background-color: #ECC952; }
a { background-color: rgb(236,201,82); }
div.DivClassName
{
background-color: #ECC952;
}
.BgClassName
{
background-color: #ECC952;
}
</style>
border-color css
<style>
span { border-color: #ECC952; }
span { border-color: rgb(236,201,82); }
td.TdClassName
{
border-color: #ECC952;
}
.TagClassName
{
border-color: #ECC952;
}
</style>