Shades of Festival #ECC73E
Tints of Festival #ECC73E
RGB
CMYK
RGB Variations
Color information
#ECC73E (or 0xECC73E) is known color: Festival. HEX triplet: EC, C7 and 3E. RGB value is (236,199,62). Sum of RGB (Red+Green+Blue) = 236+199+62=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC73E is #1338C1. Grayscale: #C3C3C3. Windows color (decimal): -1259714 or 4114412. OLE color: 4114412.
HSL color Cylindrical-coordinate representation of color #ECC73E: hue angle of 47.24º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECC73E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 62 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.07 |
| HSL | 47.24º | 0.82% | 0.58% | - |
| HSV(B) | 47.24º | 0.74% | 0.93% | - |
| XYZ | 55.88 | 59.03 | 13.01 | - |
| YUV | 194.45 | 53.26 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 62 | 0 | 0.16 | 0.74 | 0.07 | 47.24 | 0.82 | 0.58 |
| Hex | EC | C7 | 3E | 0 | 10 | 4A | 7 | 2F | 52 | 3A |
| Octal | 354 | 307 | 76 | 0 | 20 | 112 | 7 | 57 | 122 | 72 |
| Binary | 11101100 | 11000111 | 111110 | 0 | 10000 | 1001010 | 111 | 101111 | 1010010 | 111010 |
Color Harmonies of #ECC73E
Complementary color
Monochromatic Colors of #ECC73E
Black with #ECC73E
Text Example
Text Example
White with #ECC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC73E; }
p { color: rgb(236,199,62); }
H1.HeaderClassName
{
color: #ECC73E;
}
.AnyTagClassName
{
color: #ECC73E;
}
</style>
background-color css
<style>
a { background-color: #ECC73E; }
a { background-color: rgb(236,199,62); }
div.DivClassName
{
background-color: #ECC73E;
}
.BgClassName
{
background-color: #ECC73E;
}
</style>
border-color css
<style>
span { border-color: #ECC73E; }
span { border-color: rgb(236,199,62); }
td.TdClassName
{
border-color: #ECC73E;
}
.TagClassName
{
border-color: #ECC73E;
}
</style>