Shades of Golden Poppy #ECC00A
Tints of Golden Poppy #ECC00A
RGB
CMYK
RGB Variations
Color information
#ECC00A (or 0xECC00A) is known color: Golden Poppy. HEX triplet: EC, C0 and 0A. RGB value is (236,192,10). Sum of RGB (Red+Green+Blue) = 236+192+10=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC00A is #133FF5. Grayscale: #B9B9B9. Windows color (decimal): -1261558 or 704748. OLE color: 704748.
HSL color Cylindrical-coordinate representation of color #ECC00A: hue angle of 48.32º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECC00A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 192 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.07 |
| HSL | 48.32º | 0.92% | 0.48% | - |
| HSV(B) | 48.32º | 0.96% | 0.93% | - |
| XYZ | 53.5 | 55.55 | 8.19 | - |
| YUV | 184.41 | 29.58 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 192 | 10 | 0 | 0.19 | 0.96 | 0.07 | 48.32 | 0.92 | 0.48 |
| Hex | EC | C0 | A | 0 | 13 | 60 | 7 | 30 | 5C | 30 |
| Octal | 354 | 300 | 12 | 0 | 23 | 140 | 7 | 60 | 134 | 60 |
| Binary | 11101100 | 11000000 | 1010 | 0 | 10011 | 1100000 | 111 | 110000 | 1011100 | 110000 |
Color Harmonies of #ECC00A
Complementary color
Monochromatic Colors of #ECC00A
Black with #ECC00A
Text Example
Text Example
White with #ECC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC00A; }
p { color: rgb(236,192,10); }
H1.HeaderClassName
{
color: #ECC00A;
}
.AnyTagClassName
{
color: #ECC00A;
}
</style>
background-color css
<style>
a { background-color: #ECC00A; }
a { background-color: rgb(236,192,10); }
div.DivClassName
{
background-color: #ECC00A;
}
.BgClassName
{
background-color: #ECC00A;
}
</style>
border-color css
<style>
span { border-color: #ECC00A; }
span { border-color: rgb(236,192,10); }
td.TdClassName
{
border-color: #ECC00A;
}
.TagClassName
{
border-color: #ECC00A;
}
</style>