Shades of Golden Poppy #ECB900
Tints of Golden Poppy #ECB900
RGB
CMYK
RGB Variations
Color information
#ECB900 (or 0xECB900) is known color: Golden Poppy. HEX triplet: EC, B9 and 00. RGB value is (236,185,0). Sum of RGB (Red+Green+Blue) = 236+185+0=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB900 is #1346FF. Grayscale: #B3B3B3. Windows color (decimal): -1263360 or 47596. OLE color: 47596.
HSL color Cylindrical-coordinate representation of color #ECB900: hue angle of 47.03º 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 #ECB900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.07 |
| HSL | 47.03º | 1% | 0.46% | - |
| HSV(B) | 47.03º | 1% | 0.93% | - |
| XYZ | 51.94 | 52.53 | 7.4 | - |
| YUV | 179.16 | 26.9 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 0 | 0 | 0.22 | 1 | 0.07 | 47.03 | 1 | 0.46 |
| Hex | EC | B9 | 0 | 0 | 16 | 64 | 7 | 2F | 64 | 2E |
| Octal | 354 | 271 | 0 | 0 | 26 | 144 | 7 | 57 | 144 | 56 |
| Binary | 11101100 | 10111001 | 0 | 0 | 10110 | 1100100 | 111 | 101111 | 1100100 | 101110 |
Color Harmonies of #ECB900
Complementary color
Monochromatic Colors of #ECB900
Black with #ECB900
Text Example
Text Example
White with #ECB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB900; }
p { color: rgb(236,185,0); }
H1.HeaderClassName
{
color: #ECB900;
}
.AnyTagClassName
{
color: #ECB900;
}
</style>
background-color css
<style>
a { background-color: #ECB900; }
a { background-color: rgb(236,185,0); }
div.DivClassName
{
background-color: #ECB900;
}
.BgClassName
{
background-color: #ECB900;
}
</style>
border-color css
<style>
span { border-color: #ECB900; }
span { border-color: rgb(236,185,0); }
td.TdClassName
{
border-color: #ECB900;
}
.TagClassName
{
border-color: #ECB900;
}
</style>