Shades of Festival #ECC740
Tints of Festival #ECC740
RGB
CMYK
RGB Variations
Color information
#ECC740 (or 0xECC740) is known color: Festival. HEX triplet: EC, C7 and 40. RGB value is (236,199,64). Sum of RGB (Red+Green+Blue) = 236+199+64=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC740 is #1338BF. Grayscale: #C3C3C3. Windows color (decimal): -1259712 or 4245484. OLE color: 4245484.
HSL color Cylindrical-coordinate representation of color #ECC740: hue angle of 47.09º 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 #ECC740 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 64 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.07 |
| HSL | 47.09º | 0.82% | 0.59% | - |
| HSV(B) | 47.09º | 0.73% | 0.93% | - |
| XYZ | 55.94 | 59.05 | 13.3 | - |
| YUV | 194.67 | 54.26 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 64 | 0 | 0.16 | 0.73 | 0.07 | 47.09 | 0.82 | 0.59 |
| Hex | EC | C7 | 40 | 0 | 10 | 49 | 7 | 2F | 52 | 3B |
| Octal | 354 | 307 | 100 | 0 | 20 | 111 | 7 | 57 | 122 | 73 |
| Binary | 11101100 | 11000111 | 1000000 | 0 | 10000 | 1001001 | 111 | 101111 | 1010010 | 111011 |
Color Harmonies of #ECC740
Complementary color
Monochromatic Colors of #ECC740
Black with #ECC740
Text Example
Text Example
White with #ECC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC740; }
p { color: rgb(236,199,64); }
H1.HeaderClassName
{
color: #ECC740;
}
.AnyTagClassName
{
color: #ECC740;
}
</style>
background-color css
<style>
a { background-color: #ECC740; }
a { background-color: rgb(236,199,64); }
div.DivClassName
{
background-color: #ECC740;
}
.BgClassName
{
background-color: #ECC740;
}
</style>
border-color css
<style>
span { border-color: #ECC740; }
span { border-color: rgb(236,199,64); }
td.TdClassName
{
border-color: #ECC740;
}
.TagClassName
{
border-color: #ECC740;
}
</style>