Shades of Golden Poppy #ECBA07
Tints of Golden Poppy #ECBA07
RGB
CMYK
RGB Variations
Color information
#ECBA07 (or 0xECBA07) is known color: Golden Poppy. HEX triplet: EC, BA and 07. RGB value is (236,186,7). Sum of RGB (Red+Green+Blue) = 236+186+7=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA07 is #1345F8. Grayscale: #B5B5B5. Windows color (decimal): -1263097 or 506604. OLE color: 506604.
HSL color Cylindrical-coordinate representation of color #ECBA07: hue angle of 46.9º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECBA07 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.07 |
| HSL | 46.9º | 0.94% | 0.48% | - |
| HSV(B) | 46.9º | 0.97% | 0.93% | - |
| XYZ | 52.19 | 52.97 | 7.67 | - |
| YUV | 180.54 | 30.07 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 7 | 0 | 0.21 | 0.97 | 0.07 | 46.9 | 0.94 | 0.48 |
| Hex | EC | BA | 7 | 0 | 15 | 61 | 7 | 2F | 5E | 30 |
| Octal | 354 | 272 | 7 | 0 | 25 | 141 | 7 | 57 | 136 | 60 |
| Binary | 11101100 | 10111010 | 111 | 0 | 10101 | 1100001 | 111 | 101111 | 1011110 | 110000 |
Color Harmonies of #ECBA07
Complementary color
Monochromatic Colors of #ECBA07
Black with #ECBA07
Text Example
Text Example
White with #ECBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA07; }
p { color: rgb(236,186,7); }
H1.HeaderClassName
{
color: #ECBA07;
}
.AnyTagClassName
{
color: #ECBA07;
}
</style>
background-color css
<style>
a { background-color: #ECBA07; }
a { background-color: rgb(236,186,7); }
div.DivClassName
{
background-color: #ECBA07;
}
.BgClassName
{
background-color: #ECBA07;
}
</style>
border-color css
<style>
span { border-color: #ECBA07; }
span { border-color: rgb(236,186,7); }
td.TdClassName
{
border-color: #ECBA07;
}
.TagClassName
{
border-color: #ECBA07;
}
</style>