Shades of Golden Poppy #ECC509
Tints of Golden Poppy #ECC509
RGB
CMYK
RGB Variations
Color information
#ECC509 (or 0xECC509) is known color: Golden Poppy. HEX triplet: EC, C5 and 09. RGB value is (236,197,9). Sum of RGB (Red+Green+Blue) = 236+197+9=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 9 (3.91% from 255 or 2.04% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC509 is #133AF6. Grayscale: #BCBCBC. Windows color (decimal): -1260279 or 640492. OLE color: 640492.
HSL color Cylindrical-coordinate representation of color #ECC509: hue angle of 49.69º 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 #ECC509 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.07 |
| HSL | 49.69º | 0.93% | 0.48% | - |
| HSV(B) | 49.69º | 0.96% | 0.93% | - |
| XYZ | 54.61 | 57.79 | 8.53 | - |
| YUV | 187.23 | 27.42 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 9 | 0 | 0.17 | 0.96 | 0.07 | 49.69 | 0.93 | 0.48 |
| Hex | EC | C5 | 9 | 0 | 11 | 60 | 7 | 32 | 5D | 30 |
| Octal | 354 | 305 | 11 | 0 | 21 | 140 | 7 | 62 | 135 | 60 |
| Binary | 11101100 | 11000101 | 1001 | 0 | 10001 | 1100000 | 111 | 110010 | 1011101 | 110000 |
Color Harmonies of #ECC509
Complementary color
Monochromatic Colors of #ECC509
Black with #ECC509
Text Example
Text Example
White with #ECC509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC509; }
p { color: rgb(236,197,9); }
H1.HeaderClassName
{
color: #ECC509;
}
.AnyTagClassName
{
color: #ECC509;
}
</style>
background-color css
<style>
a { background-color: #ECC509; }
a { background-color: rgb(236,197,9); }
div.DivClassName
{
background-color: #ECC509;
}
.BgClassName
{
background-color: #ECC509;
}
</style>
border-color css
<style>
span { border-color: #ECC509; }
span { border-color: rgb(236,197,9); }
td.TdClassName
{
border-color: #ECC509;
}
.TagClassName
{
border-color: #ECC509;
}
</style>