Shades of Golden Poppy #ECC909
Tints of Golden Poppy #ECC909
RGB
CMYK
RGB Variations
Color information
#ECC909 (or 0xECC909) is known color: Golden Poppy. HEX triplet: EC, C9 and 09. RGB value is (236,201,9). Sum of RGB (Red+Green+Blue) = 236+201+9=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 9 (3.91% from 255 or 2.02% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC909 is #1336F6. Grayscale: #BEBEBE. Windows color (decimal): -1259255 or 641516. OLE color: 641516.
HSL color Cylindrical-coordinate representation of color #ECC909: hue angle of 50.75º 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 #ECC909 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.07 |
| HSL | 50.75º | 0.93% | 0.48% | - |
| HSV(B) | 50.75º | 0.96% | 0.93% | - |
| XYZ | 55.53 | 59.63 | 8.84 | - |
| YUV | 189.58 | 26.1 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 9 | 0 | 0.15 | 0.96 | 0.07 | 50.75 | 0.93 | 0.48 |
| Hex | EC | C9 | 9 | 0 | F | 60 | 7 | 33 | 5D | 30 |
| Octal | 354 | 311 | 11 | 0 | 17 | 140 | 7 | 63 | 135 | 60 |
| Binary | 11101100 | 11001001 | 1001 | 0 | 1111 | 1100000 | 111 | 110011 | 1011101 | 110000 |
Color Harmonies of #ECC909
Complementary color
Monochromatic Colors of #ECC909
Black with #ECC909
Text Example
Text Example
White with #ECC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC909; }
p { color: rgb(236,201,9); }
H1.HeaderClassName
{
color: #ECC909;
}
.AnyTagClassName
{
color: #ECC909;
}
</style>
background-color css
<style>
a { background-color: #ECC909; }
a { background-color: rgb(236,201,9); }
div.DivClassName
{
background-color: #ECC909;
}
.BgClassName
{
background-color: #ECC909;
}
</style>
border-color css
<style>
span { border-color: #ECC909; }
span { border-color: rgb(236,201,9); }
td.TdClassName
{
border-color: #ECC909;
}
.TagClassName
{
border-color: #ECC909;
}
</style>