Shades of Festival #ECCE45
Tints of Festival #ECCE45
RGB
CMYK
RGB Variations
Color information
#ECCE45 (or 0xECCE45) is known color: Festival. HEX triplet: EC, CE and 45. RGB value is (236,206,69). Sum of RGB (Red+Green+Blue) = 236+206+69=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE45 is #1331BA. Grayscale: #C7C7C7. Windows color (decimal): -1257915 or 4574956. OLE color: 4574956.
HSL color Cylindrical-coordinate representation of color #ECCE45: hue angle of 49.22º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECCE45 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 69 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.07 |
| HSL | 49.22º | 0.81% | 0.6% | - |
| HSV(B) | 49.22º | 0.71% | 0.93% | - |
| XYZ | 57.74 | 62.41 | 14.63 | - |
| YUV | 199.35 | 54.44 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 69 | 0 | 0.13 | 0.71 | 0.07 | 49.22 | 0.81 | 0.6 |
| Hex | EC | CE | 45 | 0 | D | 47 | 7 | 31 | 51 | 3C |
| Octal | 354 | 316 | 105 | 0 | 15 | 107 | 7 | 61 | 121 | 74 |
| Binary | 11101100 | 11001110 | 1000101 | 0 | 1101 | 1000111 | 111 | 110001 | 1010001 | 111100 |
Color Harmonies of #ECCE45
Complementary color
Monochromatic Colors of #ECCE45
Black with #ECCE45
Text Example
Text Example
White with #ECCE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE45; }
p { color: rgb(236,206,69); }
H1.HeaderClassName
{
color: #ECCE45;
}
.AnyTagClassName
{
color: #ECCE45;
}
</style>
background-color css
<style>
a { background-color: #ECCE45; }
a { background-color: rgb(236,206,69); }
div.DivClassName
{
background-color: #ECCE45;
}
.BgClassName
{
background-color: #ECCE45;
}
</style>
border-color css
<style>
span { border-color: #ECCE45; }
span { border-color: rgb(236,206,69); }
td.TdClassName
{
border-color: #ECCE45;
}
.TagClassName
{
border-color: #ECCE45;
}
</style>