Shades of Golden Poppy #ECBA09
Tints of Golden Poppy #ECBA09
RGB
CMYK
RGB Variations
Color information
#ECBA09 (or 0xECBA09) is known color: Golden Poppy. HEX triplet: EC, BA and 09. RGB value is (236,186,9). Sum of RGB (Red+Green+Blue) = 236+186+9=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA09 is #1345F6. Grayscale: #B5B5B5. Windows color (decimal): -1263095 or 637676. OLE color: 637676.
HSL color Cylindrical-coordinate representation of color #ECBA09: hue angle of 46.78º 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 #ECBA09 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 9 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.07 |
| HSL | 46.78º | 0.93% | 0.48% | - |
| HSV(B) | 46.78º | 0.96% | 0.93% | - |
| XYZ | 52.2 | 52.97 | 7.73 | - |
| YUV | 180.77 | 31.07 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 9 | 0 | 0.21 | 0.96 | 0.07 | 46.78 | 0.93 | 0.48 |
| Hex | EC | BA | 9 | 0 | 15 | 60 | 7 | 2F | 5D | 30 |
| Octal | 354 | 272 | 11 | 0 | 25 | 140 | 7 | 57 | 135 | 60 |
| Binary | 11101100 | 10111010 | 1001 | 0 | 10101 | 1100000 | 111 | 101111 | 1011101 | 110000 |
Color Harmonies of #ECBA09
Complementary color
Monochromatic Colors of #ECBA09
Black with #ECBA09
Text Example
Text Example
White with #ECBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA09; }
p { color: rgb(236,186,9); }
H1.HeaderClassName
{
color: #ECBA09;
}
.AnyTagClassName
{
color: #ECBA09;
}
</style>
background-color css
<style>
a { background-color: #ECBA09; }
a { background-color: rgb(236,186,9); }
div.DivClassName
{
background-color: #ECBA09;
}
.BgClassName
{
background-color: #ECBA09;
}
</style>
border-color css
<style>
span { border-color: #ECBA09; }
span { border-color: rgb(236,186,9); }
td.TdClassName
{
border-color: #ECBA09;
}
.TagClassName
{
border-color: #ECBA09;
}
</style>