Shades of Festival #ECC73F
Tints of Festival #ECC73F
RGB
CMYK
RGB Variations
Color information
#ECC73F (or 0xECC73F) is known color: Festival. HEX triplet: EC, C7 and 3F. RGB value is (236,199,63). Sum of RGB (Red+Green+Blue) = 236+199+63=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC73F is #1338C0. Grayscale: #C3C3C3. Windows color (decimal): -1259713 or 4179948. OLE color: 4179948.
HSL color Cylindrical-coordinate representation of color #ECC73F: hue angle of 47.17º 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 #ECC73F is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 63 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.07 |
| HSL | 47.17º | 0.82% | 0.59% | - |
| HSV(B) | 47.17º | 0.73% | 0.93% | - |
| XYZ | 55.91 | 59.04 | 13.15 | - |
| YUV | 194.56 | 53.76 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 63 | 0 | 0.16 | 0.73 | 0.07 | 47.17 | 0.82 | 0.59 |
| Hex | EC | C7 | 3F | 0 | 10 | 49 | 7 | 2F | 52 | 3B |
| Octal | 354 | 307 | 77 | 0 | 20 | 111 | 7 | 57 | 122 | 73 |
| Binary | 11101100 | 11000111 | 111111 | 0 | 10000 | 1001001 | 111 | 101111 | 1010010 | 111011 |
Color Harmonies of #ECC73F
Complementary color
Monochromatic Colors of #ECC73F
Black with #ECC73F
Text Example
Text Example
White with #ECC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC73F; }
p { color: rgb(236,199,63); }
H1.HeaderClassName
{
color: #ECC73F;
}
.AnyTagClassName
{
color: #ECC73F;
}
</style>
background-color css
<style>
a { background-color: #ECC73F; }
a { background-color: rgb(236,199,63); }
div.DivClassName
{
background-color: #ECC73F;
}
.BgClassName
{
background-color: #ECC73F;
}
</style>
border-color css
<style>
span { border-color: #ECC73F; }
span { border-color: rgb(236,199,63); }
td.TdClassName
{
border-color: #ECC73F;
}
.TagClassName
{
border-color: #ECC73F;
}
</style>