Shades of Festival #ECD53F
Tints of Festival #ECD53F
RGB
CMYK
RGB Variations
Color information
#ECD53F (or 0xECD53F) is known color: Festival. HEX triplet: EC, D5 and 3F. RGB value is (236,213,63). Sum of RGB (Red+Green+Blue) = 236+213+63=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD53F is #132AC0. Grayscale: #CBCBCB. Windows color (decimal): -1256129 or 4183532. OLE color: 4183532.
HSL color Cylindrical-coordinate representation of color #ECD53F: hue angle of 52.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECD53F is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 63 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.07 |
| HSL | 52.02º | 0.82% | 0.59% | - |
| HSV(B) | 52.02º | 0.73% | 0.93% | - |
| XYZ | 59.28 | 65.78 | 14.27 | - |
| YUV | 202.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 63 | 0 | 0.10 | 0.73 | 0.07 | 52.02 | 0.82 | 0.59 |
| Hex | EC | D5 | 3F | 0 | A | 49 | 7 | 34 | 52 | 3B |
| Octal | 354 | 325 | 77 | 0 | 12 | 111 | 7 | 64 | 122 | 73 |
| Binary | 11101100 | 11010101 | 111111 | 0 | 1010 | 1001001 | 111 | 110100 | 1010010 | 111011 |
Color Harmonies of #ECD53F
Complementary color
Monochromatic Colors of #ECD53F
Black with #ECD53F
Text Example
Text Example
White with #ECD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD53F; }
p { color: rgb(236,213,63); }
H1.HeaderClassName
{
color: #ECD53F;
}
.AnyTagClassName
{
color: #ECD53F;
}
</style>
background-color css
<style>
a { background-color: #ECD53F; }
a { background-color: rgb(236,213,63); }
div.DivClassName
{
background-color: #ECD53F;
}
.BgClassName
{
background-color: #ECD53F;
}
</style>
border-color css
<style>
span { border-color: #ECD53F; }
span { border-color: rgb(236,213,63); }
td.TdClassName
{
border-color: #ECD53F;
}
.TagClassName
{
border-color: #ECD53F;
}
</style>