Shades of Festival #ECC03F
Tints of Festival #ECC03F
RGB
CMYK
RGB Variations
Color information
#ECC03F (or 0xECC03F) is known color: Festival. HEX triplet: EC, C0 and 3F. RGB value is (236,192,63). Sum of RGB (Red+Green+Blue) = 236+192+63=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC03F is #133FC0. Grayscale: #BFBFBF. Windows color (decimal): -1261505 or 4178156. OLE color: 4178156.
HSL color Cylindrical-coordinate representation of color #ECC03F: hue angle of 44.74º 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 #ECC03F is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 63 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.07 |
| HSL | 44.74º | 0.82% | 0.59% | - |
| HSV(B) | 44.74º | 0.73% | 0.93% | - |
| XYZ | 54.34 | 55.89 | 12.63 | - |
| YUV | 190.45 | 56.08 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 63 | 0 | 0.19 | 0.73 | 0.07 | 44.74 | 0.82 | 0.59 |
| Hex | EC | C0 | 3F | 0 | 13 | 49 | 7 | 2D | 52 | 3B |
| Octal | 354 | 300 | 77 | 0 | 23 | 111 | 7 | 55 | 122 | 73 |
| Binary | 11101100 | 11000000 | 111111 | 0 | 10011 | 1001001 | 111 | 101101 | 1010010 | 111011 |
Color Harmonies of #ECC03F
Complementary color
Monochromatic Colors of #ECC03F
Black with #ECC03F
Text Example
Text Example
White with #ECC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC03F; }
p { color: rgb(236,192,63); }
H1.HeaderClassName
{
color: #ECC03F;
}
.AnyTagClassName
{
color: #ECC03F;
}
</style>
background-color css
<style>
a { background-color: #ECC03F; }
a { background-color: rgb(236,192,63); }
div.DivClassName
{
background-color: #ECC03F;
}
.BgClassName
{
background-color: #ECC03F;
}
</style>
border-color css
<style>
span { border-color: #ECC03F; }
span { border-color: rgb(236,192,63); }
td.TdClassName
{
border-color: #ECC03F;
}
.TagClassName
{
border-color: #ECC03F;
}
</style>