Shades of Festival #ECD544
Tints of Festival #ECD544
RGB
CMYK
RGB Variations
Color information
#ECD544 (or 0xECD544) is known color: Festival. HEX triplet: EC, D5 and 44. RGB value is (236,213,68). Sum of RGB (Red+Green+Blue) = 236+213+68=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD544 is #132ABB. Grayscale: #CBCBCB. Windows color (decimal): -1256124 or 4511212. OLE color: 4511212.
HSL color Cylindrical-coordinate representation of color #ECD544: hue angle of 51.79º 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 #ECD544 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 68 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.07 |
| HSL | 51.79º | 0.82% | 0.6% | - |
| HSV(B) | 51.79º | 0.71% | 0.93% | - |
| XYZ | 59.43 | 65.84 | 15.04 | - |
| YUV | 203.35 | 51.62 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 68 | 0 | 0.10 | 0.71 | 0.07 | 51.79 | 0.82 | 0.6 |
| Hex | EC | D5 | 44 | 0 | A | 47 | 7 | 34 | 52 | 3C |
| Octal | 354 | 325 | 104 | 0 | 12 | 107 | 7 | 64 | 122 | 74 |
| Binary | 11101100 | 11010101 | 1000100 | 0 | 1010 | 1000111 | 111 | 110100 | 1010010 | 111100 |
Color Harmonies of #ECD544
Complementary color
Monochromatic Colors of #ECD544
Black with #ECD544
Text Example
Text Example
White with #ECD544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD544; }
p { color: rgb(236,213,68); }
H1.HeaderClassName
{
color: #ECD544;
}
.AnyTagClassName
{
color: #ECD544;
}
</style>
background-color css
<style>
a { background-color: #ECD544; }
a { background-color: rgb(236,213,68); }
div.DivClassName
{
background-color: #ECD544;
}
.BgClassName
{
background-color: #ECD544;
}
</style>
border-color css
<style>
span { border-color: #ECD544; }
span { border-color: rgb(236,213,68); }
td.TdClassName
{
border-color: #ECD544;
}
.TagClassName
{
border-color: #ECD544;
}
</style>