Shades of Festival #ECCE49
Tints of Festival #ECCE49
RGB
CMYK
RGB Variations
Color information
#ECCE49 (or 0xECCE49) is known color: Festival. HEX triplet: EC, CE and 49. RGB value is (236,206,73). Sum of RGB (Red+Green+Blue) = 236+206+73=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE49 is #1331B6. Grayscale: #C8C8C8. Windows color (decimal): -1257911 or 4837100. OLE color: 4837100.
HSL color Cylindrical-coordinate representation of color #ECCE49: hue angle of 48.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECCE49 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 73 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.07 |
| HSL | 48.96º | 0.81% | 0.61% | - |
| HSV(B) | 48.96º | 0.69% | 0.93% | - |
| XYZ | 57.87 | 62.46 | 15.31 | - |
| YUV | 199.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 73 | 0 | 0.13 | 0.69 | 0.07 | 48.96 | 0.81 | 0.61 |
| Hex | EC | CE | 49 | 0 | D | 45 | 7 | 31 | 51 | 3D |
| Octal | 354 | 316 | 111 | 0 | 15 | 105 | 7 | 61 | 121 | 75 |
| Binary | 11101100 | 11001110 | 1001001 | 0 | 1101 | 1000101 | 111 | 110001 | 1010001 | 111101 |
Color Harmonies of #ECCE49
Complementary color
Monochromatic Colors of #ECCE49
Black with #ECCE49
Text Example
Text Example
White with #ECCE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE49; }
p { color: rgb(236,206,73); }
H1.HeaderClassName
{
color: #ECCE49;
}
.AnyTagClassName
{
color: #ECCE49;
}
</style>
background-color css
<style>
a { background-color: #ECCE49; }
a { background-color: rgb(236,206,73); }
div.DivClassName
{
background-color: #ECCE49;
}
.BgClassName
{
background-color: #ECCE49;
}
</style>
border-color css
<style>
span { border-color: #ECCE49; }
span { border-color: rgb(236,206,73); }
td.TdClassName
{
border-color: #ECCE49;
}
.TagClassName
{
border-color: #ECCE49;
}
</style>