Shades of Golden Poppy #ECB701
Tints of Golden Poppy #ECB701
RGB
CMYK
RGB Variations
Color information
#ECB701 (or 0xECB701) is known color: Golden Poppy. HEX triplet: EC, B7 and 01. RGB value is (236,183,1). Sum of RGB (Red+Green+Blue) = 236+183+1=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB701 is #1348FE. Grayscale: #B2B2B2. Windows color (decimal): -1263871 or 112620. OLE color: 112620.
HSL color Cylindrical-coordinate representation of color #ECB701: hue angle of 46.47º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECB701 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.07 |
| HSL | 46.47º | 0.99% | 0.46% | - |
| HSV(B) | 46.47º | 1% | 0.93% | - |
| XYZ | 51.53 | 51.7 | 7.29 | - |
| YUV | 178.1 | 28.06 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 1 | 0 | 0.22 | 1.00 | 0.07 | 46.47 | 0.99 | 0.46 |
| Hex | EC | B7 | 1 | 0 | 16 | 64 | 7 | 2E | 63 | 2E |
| Octal | 354 | 267 | 1 | 0 | 26 | 144 | 7 | 56 | 143 | 56 |
| Binary | 11101100 | 10110111 | 1 | 0 | 10110 | 1100100 | 111 | 101110 | 1100011 | 101110 |
Color Harmonies of #ECB701
Complementary color
Monochromatic Colors of #ECB701
Black with #ECB701
Text Example
Text Example
White with #ECB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB701; }
p { color: rgb(236,183,1); }
H1.HeaderClassName
{
color: #ECB701;
}
.AnyTagClassName
{
color: #ECB701;
}
</style>
background-color css
<style>
a { background-color: #ECB701; }
a { background-color: rgb(236,183,1); }
div.DivClassName
{
background-color: #ECB701;
}
.BgClassName
{
background-color: #ECB701;
}
</style>
border-color css
<style>
span { border-color: #ECB701; }
span { border-color: rgb(236,183,1); }
td.TdClassName
{
border-color: #ECB701;
}
.TagClassName
{
border-color: #ECB701;
}
</style>