Shades of Golden Poppy #ECBC09
Tints of Golden Poppy #ECBC09
RGB
CMYK
RGB Variations
Color information
#ECBC09 (or 0xECBC09) is known color: Golden Poppy. HEX triplet: EC, BC and 09. RGB value is (236,188,9). Sum of RGB (Red+Green+Blue) = 236+188+9=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC09 is #1343F6. Grayscale: #B6B6B6. Windows color (decimal): -1262583 or 638188. OLE color: 638188.
HSL color Cylindrical-coordinate representation of color #ECBC09: hue angle of 47.31º 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 #ECBC09 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.07 |
| HSL | 47.31º | 0.93% | 0.48% | - |
| HSV(B) | 47.31º | 0.96% | 0.93% | - |
| XYZ | 52.62 | 53.82 | 7.87 | - |
| YUV | 181.95 | 30.4 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 9 | 0 | 0.20 | 0.96 | 0.07 | 47.31 | 0.93 | 0.48 |
| Hex | EC | BC | 9 | 0 | 14 | 60 | 7 | 2F | 5D | 30 |
| Octal | 354 | 274 | 11 | 0 | 24 | 140 | 7 | 57 | 135 | 60 |
| Binary | 11101100 | 10111100 | 1001 | 0 | 10100 | 1100000 | 111 | 101111 | 1011101 | 110000 |
Color Harmonies of #ECBC09
Complementary color
Monochromatic Colors of #ECBC09
Black with #ECBC09
Text Example
Text Example
White with #ECBC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC09; }
p { color: rgb(236,188,9); }
H1.HeaderClassName
{
color: #ECBC09;
}
.AnyTagClassName
{
color: #ECBC09;
}
</style>
background-color css
<style>
a { background-color: #ECBC09; }
a { background-color: rgb(236,188,9); }
div.DivClassName
{
background-color: #ECBC09;
}
.BgClassName
{
background-color: #ECBC09;
}
</style>
border-color css
<style>
span { border-color: #ECBC09; }
span { border-color: rgb(236,188,9); }
td.TdClassName
{
border-color: #ECBC09;
}
.TagClassName
{
border-color: #ECBC09;
}
</style>