Shades of Golden Poppy #ECBA00
Tints of Golden Poppy #ECBA00
RGB
CMYK
RGB Variations
Color information
#ECBA00 (or 0xECBA00) is known color: Golden Poppy. HEX triplet: EC, BA and 00. RGB value is (236,186,0). Sum of RGB (Red+Green+Blue) = 236+186+0=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBA00 is #1345FF. Grayscale: #B4B4B4. Windows color (decimal): -1263104 or 47852. OLE color: 47852.
HSL color Cylindrical-coordinate representation of color #ECBA00: hue angle of 47.29º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECBA00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.07 |
| HSL | 47.29º | 1% | 0.46% | - |
| HSV(B) | 47.29º | 1% | 0.93% | - |
| XYZ | 52.15 | 52.95 | 7.47 | - |
| YUV | 179.75 | 26.57 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 0 | 0 | 0.21 | 1 | 0.07 | 47.29 | 1 | 0.46 |
| Hex | EC | BA | 0 | 0 | 15 | 64 | 7 | 2F | 64 | 2E |
| Octal | 354 | 272 | 0 | 0 | 25 | 144 | 7 | 57 | 144 | 56 |
| Binary | 11101100 | 10111010 | 0 | 0 | 10101 | 1100100 | 111 | 101111 | 1100100 | 101110 |
Color Harmonies of #ECBA00
Complementary color
Monochromatic Colors of #ECBA00
Black with #ECBA00
Text Example
Text Example
White with #ECBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA00; }
p { color: rgb(236,186,0); }
H1.HeaderClassName
{
color: #ECBA00;
}
.AnyTagClassName
{
color: #ECBA00;
}
</style>
background-color css
<style>
a { background-color: #ECBA00; }
a { background-color: rgb(236,186,0); }
div.DivClassName
{
background-color: #ECBA00;
}
.BgClassName
{
background-color: #ECBA00;
}
</style>
border-color css
<style>
span { border-color: #ECBA00; }
span { border-color: rgb(236,186,0); }
td.TdClassName
{
border-color: #ECBA00;
}
.TagClassName
{
border-color: #ECBA00;
}
</style>