Shades of Golden Poppy #ECC709
Tints of Golden Poppy #ECC709
RGB
CMYK
RGB Variations
Color information
#ECC709 (or 0xECC709) is known color: Golden Poppy. HEX triplet: EC, C7 and 09. RGB value is (236,199,9). Sum of RGB (Red+Green+Blue) = 236+199+9=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC709 is #1338F6. Grayscale: #BDBDBD. Windows color (decimal): -1259767 or 641004. OLE color: 641004.
HSL color Cylindrical-coordinate representation of color #ECC709: hue angle of 50.22º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECC709 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 50.22º | 0.93% | 0.48% | - |
| HSV(B) | 50.22º | 0.96% | 0.93% | - |
| XYZ | 55.06 | 58.7 | 8.69 | - |
| YUV | 188.4 | 26.76 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 9 | 0 | 0.16 | 0.96 | 0.07 | 50.22 | 0.93 | 0.48 |
| Hex | EC | C7 | 9 | 0 | 10 | 60 | 7 | 32 | 5D | 30 |
| Octal | 354 | 307 | 11 | 0 | 20 | 140 | 7 | 62 | 135 | 60 |
| Binary | 11101100 | 11000111 | 1001 | 0 | 10000 | 1100000 | 111 | 110010 | 1011101 | 110000 |
Color Harmonies of #ECC709
Complementary color
Monochromatic Colors of #ECC709
Black with #ECC709
Text Example
Text Example
White with #ECC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC709; }
p { color: rgb(236,199,9); }
H1.HeaderClassName
{
color: #ECC709;
}
.AnyTagClassName
{
color: #ECC709;
}
</style>
background-color css
<style>
a { background-color: #ECC709; }
a { background-color: rgb(236,199,9); }
div.DivClassName
{
background-color: #ECC709;
}
.BgClassName
{
background-color: #ECC709;
}
</style>
border-color css
<style>
span { border-color: #ECC709; }
span { border-color: rgb(236,199,9); }
td.TdClassName
{
border-color: #ECC709;
}
.TagClassName
{
border-color: #ECC709;
}
</style>