Shades of Golden Poppy #ECC901
Tints of Golden Poppy #ECC901
RGB
CMYK
RGB Variations
Color information
#ECC901 (or 0xECC901) is known color: Golden Poppy. HEX triplet: EC, C9 and 01. RGB value is (236,201,1). Sum of RGB (Red+Green+Blue) = 236+201+1=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC901 is #1336FE. Grayscale: #BDBDBD. Windows color (decimal): -1259263 or 117228. OLE color: 117228.
HSL color Cylindrical-coordinate representation of color #ECC901: hue angle of 51.06º 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 #ECC901 is Cyan = 0, Magento = 0.15, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 1 | - |
| CMYK | 0 | 0.15 | 1.00 | 0.07 |
| HSL | 51.06º | 0.99% | 0.46% | - |
| HSV(B) | 51.06º | 1% | 0.93% | - |
| XYZ | 55.48 | 59.61 | 8.61 | - |
| YUV | 188.67 | 22.1 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 1 | 0 | 0.15 | 1.00 | 0.07 | 51.06 | 0.99 | 0.46 |
| Hex | EC | C9 | 1 | 0 | F | 64 | 7 | 33 | 63 | 2E |
| Octal | 354 | 311 | 1 | 0 | 17 | 144 | 7 | 63 | 143 | 56 |
| Binary | 11101100 | 11001001 | 1 | 0 | 1111 | 1100100 | 111 | 110011 | 1100011 | 101110 |
Color Harmonies of #ECC901
Complementary color
Monochromatic Colors of #ECC901
Black with #ECC901
Text Example
Text Example
White with #ECC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC901; }
p { color: rgb(236,201,1); }
H1.HeaderClassName
{
color: #ECC901;
}
.AnyTagClassName
{
color: #ECC901;
}
</style>
background-color css
<style>
a { background-color: #ECC901; }
a { background-color: rgb(236,201,1); }
div.DivClassName
{
background-color: #ECC901;
}
.BgClassName
{
background-color: #ECC901;
}
</style>
border-color css
<style>
span { border-color: #ECC901; }
span { border-color: rgb(236,201,1); }
td.TdClassName
{
border-color: #ECC901;
}
.TagClassName
{
border-color: #ECC901;
}
</style>