Shades of Festival #ECD944
Tints of Festival #ECD944
RGB
CMYK
RGB Variations
Color information
#ECD944 (or 0xECD944) is known color: Festival. HEX triplet: EC, D9 and 44. RGB value is (236,217,68). Sum of RGB (Red+Green+Blue) = 236+217+68=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD944 is #1326BB. Grayscale: #CECECE. Windows color (decimal): -1255100 or 4512236. OLE color: 4512236.
HSL color Cylindrical-coordinate representation of color #ECD944: hue angle of 53.21º 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 #ECD944 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 217 | 68 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.07 |
| HSL | 53.21º | 0.82% | 0.6% | - |
| HSV(B) | 53.21º | 0.71% | 0.93% | - |
| XYZ | 60.45 | 67.88 | 15.38 | - |
| YUV | 205.7 | 50.29 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 217 | 68 | 0 | 0.08 | 0.71 | 0.07 | 53.21 | 0.82 | 0.6 |
| Hex | EC | D9 | 44 | 0 | 8 | 47 | 7 | 35 | 52 | 3C |
| Octal | 354 | 331 | 104 | 0 | 10 | 107 | 7 | 65 | 122 | 74 |
| Binary | 11101100 | 11011001 | 1000100 | 0 | 1000 | 1000111 | 111 | 110101 | 1010010 | 111100 |
Color Harmonies of #ECD944
Complementary color
Monochromatic Colors of #ECD944
Black with #ECD944
Text Example
Text Example
White with #ECD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD944; }
p { color: rgb(236,217,68); }
H1.HeaderClassName
{
color: #ECD944;
}
.AnyTagClassName
{
color: #ECD944;
}
</style>
background-color css
<style>
a { background-color: #ECD944; }
a { background-color: rgb(236,217,68); }
div.DivClassName
{
background-color: #ECD944;
}
.BgClassName
{
background-color: #ECD944;
}
</style>
border-color css
<style>
span { border-color: #ECD944; }
span { border-color: rgb(236,217,68); }
td.TdClassName
{
border-color: #ECD944;
}
.TagClassName
{
border-color: #ECD944;
}
</style>