Shades of Festival #ECC74F
Tints of Festival #ECC74F
RGB
CMYK
RGB Variations
Color information
#ECC74F (or 0xECC74F) is known color: Festival. HEX triplet: EC, C7 and 4F. RGB value is (236,199,79). Sum of RGB (Red+Green+Blue) = 236+199+79=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC74F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC74F is #1338B0. Grayscale: #C4C4C4. Windows color (decimal): -1259697 or 5228524. OLE color: 5228524.
HSL color Cylindrical-coordinate representation of color #ECC74F: hue angle of 45.86º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECC74F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 79 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.07 |
| HSL | 45.86º | 0.81% | 0.62% | - |
| HSV(B) | 45.86º | 0.67% | 0.93% | - |
| XYZ | 56.43 | 59.24 | 15.86 | - |
| YUV | 196.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 79 | 0 | 0.16 | 0.67 | 0.07 | 45.86 | 0.81 | 0.62 |
| Hex | EC | C7 | 4F | 0 | 10 | 43 | 7 | 2E | 51 | 3E |
| Octal | 354 | 307 | 117 | 0 | 20 | 103 | 7 | 56 | 121 | 76 |
| Binary | 11101100 | 11000111 | 1001111 | 0 | 10000 | 1000011 | 111 | 101110 | 1010001 | 111110 |
Color Harmonies of #ECC74F
Complementary color
Monochromatic Colors of #ECC74F
Black with #ECC74F
Text Example
Text Example
White with #ECC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC74F; }
p { color: rgb(236,199,79); }
H1.HeaderClassName
{
color: #ECC74F;
}
.AnyTagClassName
{
color: #ECC74F;
}
</style>
background-color css
<style>
a { background-color: #ECC74F; }
a { background-color: rgb(236,199,79); }
div.DivClassName
{
background-color: #ECC74F;
}
.BgClassName
{
background-color: #ECC74F;
}
</style>
border-color css
<style>
span { border-color: #ECC74F; }
span { border-color: rgb(236,199,79); }
td.TdClassName
{
border-color: #ECC74F;
}
.TagClassName
{
border-color: #ECC74F;
}
</style>