Shades of Festival #ECCE44
Tints of Festival #ECCE44
RGB
CMYK
RGB Variations
Color information
#ECCE44 (or 0xECCE44) is known color: Festival. HEX triplet: EC, CE and 44. RGB value is (236,206,68). Sum of RGB (Red+Green+Blue) = 236+206+68=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 68 (26.95% from 255 or 13.33% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE44 is #1331BB. Grayscale: #C7C7C7. Windows color (decimal): -1257916 or 4509420. OLE color: 4509420.
HSL color Cylindrical-coordinate representation of color #ECCE44: hue angle of 49.29º degrees, saturation: 0.82, 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 #ECCE44 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 68 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.07 |
| HSL | 49.29º | 0.82% | 0.6% | - |
| HSV(B) | 49.29º | 0.71% | 0.93% | - |
| XYZ | 57.71 | 62.39 | 14.47 | - |
| YUV | 199.24 | 53.94 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 68 | 0 | 0.13 | 0.71 | 0.07 | 49.29 | 0.82 | 0.6 |
| Hex | EC | CE | 44 | 0 | D | 47 | 7 | 31 | 52 | 3C |
| Octal | 354 | 316 | 104 | 0 | 15 | 107 | 7 | 61 | 122 | 74 |
| Binary | 11101100 | 11001110 | 1000100 | 0 | 1101 | 1000111 | 111 | 110001 | 1010010 | 111100 |
Color Harmonies of #ECCE44
Complementary color
Monochromatic Colors of #ECCE44
Black with #ECCE44
Text Example
Text Example
White with #ECCE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE44; }
p { color: rgb(236,206,68); }
H1.HeaderClassName
{
color: #ECCE44;
}
.AnyTagClassName
{
color: #ECCE44;
}
</style>
background-color css
<style>
a { background-color: #ECCE44; }
a { background-color: rgb(236,206,68); }
div.DivClassName
{
background-color: #ECCE44;
}
.BgClassName
{
background-color: #ECCE44;
}
</style>
border-color css
<style>
span { border-color: #ECCE44; }
span { border-color: rgb(236,206,68); }
td.TdClassName
{
border-color: #ECCE44;
}
.TagClassName
{
border-color: #ECCE44;
}
</style>