Shades of Golden Poppy #ECC000
Tints of Golden Poppy #ECC000
RGB
CMYK
RGB Variations
Color information
#ECC000 (or 0xECC000) is known color: Golden Poppy. HEX triplet: EC, C0 and 00. RGB value is (236,192,0). Sum of RGB (Red+Green+Blue) = 236+192+0=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC000 is #133FFF. Grayscale: #B8B8B8. Windows color (decimal): -1261568 or 49388. OLE color: 49388.
HSL color Cylindrical-coordinate representation of color #ECC000: hue angle of 48.81º 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 #ECC000 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.07 |
| HSL | 48.81º | 1% | 0.46% | - |
| HSV(B) | 48.81º | 1% | 0.93% | - |
| XYZ | 53.44 | 55.53 | 7.9 | - |
| YUV | 183.27 | 24.58 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 0 | 0 | 0.19 | 1 | 0.07 | 48.81 | 1 | 0.46 |
| Hex | EC | C0 | 0 | 0 | 13 | 64 | 7 | 31 | 64 | 2E |
| Octal | 354 | 300 | 0 | 0 | 23 | 144 | 7 | 61 | 144 | 56 |
| Binary | 11101100 | 11000000 | 0 | 0 | 10011 | 1100100 | 111 | 110001 | 1100100 | 101110 |
Color Harmonies of #ECC000
Complementary color
Monochromatic Colors of #ECC000
Black with #ECC000
Text Example
Text Example
White with #ECC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC000; }
p { color: rgb(236,192,0); }
H1.HeaderClassName
{
color: #ECC000;
}
.AnyTagClassName
{
color: #ECC000;
}
</style>
background-color css
<style>
a { background-color: #ECC000; }
a { background-color: rgb(236,192,0); }
div.DivClassName
{
background-color: #ECC000;
}
.BgClassName
{
background-color: #ECC000;
}
</style>
border-color css
<style>
span { border-color: #ECC000; }
span { border-color: rgb(236,192,0); }
td.TdClassName
{
border-color: #ECC000;
}
.TagClassName
{
border-color: #ECC000;
}
</style>