Shades of Festival #ECD03C
Tints of Festival #ECD03C
RGB
CMYK
RGB Variations
Color information
#ECD03C (or 0xECD03C) is known color: Festival. HEX triplet: EC, D0 and 3C. RGB value is (236,208,60). Sum of RGB (Red+Green+Blue) = 236+208+60=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD03C is #132FC3. Grayscale: #C8C8C8. Windows color (decimal): -1257412 or 3985644. OLE color: 3985644.
HSL color Cylindrical-coordinate representation of color #ECD03C: hue angle of 50.45º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECD03C is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 60 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.07 |
| HSL | 50.45º | 0.82% | 0.58% | - |
| HSV(B) | 50.45º | 0.75% | 0.93% | - |
| XYZ | 57.96 | 63.27 | 13.43 | - |
| YUV | 199.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 60 | 0 | 0.12 | 0.75 | 0.07 | 50.45 | 0.82 | 0.58 |
| Hex | EC | D0 | 3C | 0 | C | 4B | 7 | 32 | 52 | 3A |
| Octal | 354 | 320 | 74 | 0 | 14 | 113 | 7 | 62 | 122 | 72 |
| Binary | 11101100 | 11010000 | 111100 | 0 | 1100 | 1001011 | 111 | 110010 | 1010010 | 111010 |
Color Harmonies of #ECD03C
Complementary color
Monochromatic Colors of #ECD03C
Black with #ECD03C
Text Example
Text Example
White with #ECD03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD03C; }
p { color: rgb(236,208,60); }
H1.HeaderClassName
{
color: #ECD03C;
}
.AnyTagClassName
{
color: #ECD03C;
}
</style>
background-color css
<style>
a { background-color: #ECD03C; }
a { background-color: rgb(236,208,60); }
div.DivClassName
{
background-color: #ECD03C;
}
.BgClassName
{
background-color: #ECD03C;
}
</style>
border-color css
<style>
span { border-color: #ECD03C; }
span { border-color: rgb(236,208,60); }
td.TdClassName
{
border-color: #ECD03C;
}
.TagClassName
{
border-color: #ECD03C;
}
</style>