Shades of Festival #ECCE3C
Tints of Festival #ECCE3C
RGB
CMYK
RGB Variations
Color information
#ECCE3C (or 0xECCE3C) is known color: Festival. HEX triplet: EC, CE and 3C. RGB value is (236,206,60). Sum of RGB (Red+Green+Blue) = 236+206+60=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE3C is #1331C3. Grayscale: #C6C6C6. Windows color (decimal): -1257924 or 3985132. OLE color: 3985132.
HSL color Cylindrical-coordinate representation of color #ECCE3C: hue angle of 49.77º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECCE3C is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 60 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.07 |
| HSL | 49.77º | 0.82% | 0.58% | - |
| HSV(B) | 49.77º | 0.75% | 0.93% | - |
| XYZ | 57.48 | 62.3 | 13.27 | - |
| YUV | 198.33 | 49.94 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 60 | 0 | 0.13 | 0.75 | 0.07 | 49.77 | 0.82 | 0.58 |
| Hex | EC | CE | 3C | 0 | D | 4B | 7 | 32 | 52 | 3A |
| Octal | 354 | 316 | 74 | 0 | 15 | 113 | 7 | 62 | 122 | 72 |
| Binary | 11101100 | 11001110 | 111100 | 0 | 1101 | 1001011 | 111 | 110010 | 1010010 | 111010 |
Color Harmonies of #ECCE3C
Complementary color
Monochromatic Colors of #ECCE3C
Black with #ECCE3C
Text Example
Text Example
White with #ECCE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE3C; }
p { color: rgb(236,206,60); }
H1.HeaderClassName
{
color: #ECCE3C;
}
.AnyTagClassName
{
color: #ECCE3C;
}
</style>
background-color css
<style>
a { background-color: #ECCE3C; }
a { background-color: rgb(236,206,60); }
div.DivClassName
{
background-color: #ECCE3C;
}
.BgClassName
{
background-color: #ECCE3C;
}
</style>
border-color css
<style>
span { border-color: #ECCE3C; }
span { border-color: rgb(236,206,60); }
td.TdClassName
{
border-color: #ECCE3C;
}
.TagClassName
{
border-color: #ECCE3C;
}
</style>