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