Shades of Festival #ECCE40
Tints of Festival #ECCE40
RGB
CMYK
RGB Variations
Color information
#ECCE40 (or 0xECCE40) is known color: Festival. HEX triplet: EC, CE and 40. RGB value is (236,206,64). Sum of RGB (Red+Green+Blue) = 236+206+64=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 64 (25.39% from 255 or 12.65% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE40 is #1331BF. Grayscale: #C7C7C7. Windows color (decimal): -1257920 or 4247276. OLE color: 4247276.
HSL color Cylindrical-coordinate representation of color #ECCE40: hue angle of 49.53º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECCE40 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 64 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.07 |
| HSL | 49.53º | 0.82% | 0.59% | - |
| HSV(B) | 49.53º | 0.73% | 0.93% | - |
| XYZ | 57.59 | 62.35 | 13.85 | - |
| YUV | 198.78 | 51.94 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 64 | 0 | 0.13 | 0.73 | 0.07 | 49.53 | 0.82 | 0.59 |
| Hex | EC | CE | 40 | 0 | D | 49 | 7 | 32 | 52 | 3B |
| Octal | 354 | 316 | 100 | 0 | 15 | 111 | 7 | 62 | 122 | 73 |
| Binary | 11101100 | 11001110 | 1000000 | 0 | 1101 | 1001001 | 111 | 110010 | 1010010 | 111011 |
Color Harmonies of #ECCE40
Complementary color
Monochromatic Colors of #ECCE40
Black with #ECCE40
Text Example
Text Example
White with #ECCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE40; }
p { color: rgb(236,206,64); }
H1.HeaderClassName
{
color: #ECCE40;
}
.AnyTagClassName
{
color: #ECCE40;
}
</style>
background-color css
<style>
a { background-color: #ECCE40; }
a { background-color: rgb(236,206,64); }
div.DivClassName
{
background-color: #ECCE40;
}
.BgClassName
{
background-color: #ECCE40;
}
</style>
border-color css
<style>
span { border-color: #ECCE40; }
span { border-color: rgb(236,206,64); }
td.TdClassName
{
border-color: #ECCE40;
}
.TagClassName
{
border-color: #ECCE40;
}
</style>