Shades of Golden Poppy #ECC70A
Tints of Golden Poppy #ECC70A
RGB
CMYK
RGB Variations
Color information
#ECC70A (or 0xECC70A) is known color: Golden Poppy. HEX triplet: EC, C7 and 0A. RGB value is (236,199,10). Sum of RGB (Red+Green+Blue) = 236+199+10=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC70A is #1338F5. Grayscale: #BDBDBD. Windows color (decimal): -1259766 or 706540. OLE color: 706540.
HSL color Cylindrical-coordinate representation of color #ECC70A: hue angle of 50.18º 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 #ECC70A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 50.18º | 0.92% | 0.48% | - |
| HSV(B) | 50.18º | 0.96% | 0.93% | - |
| XYZ | 55.07 | 58.7 | 8.72 | - |
| YUV | 188.52 | 27.26 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 10 | 0 | 0.16 | 0.96 | 0.07 | 50.18 | 0.92 | 0.48 |
| Hex | EC | C7 | A | 0 | 10 | 60 | 7 | 32 | 5C | 30 |
| Octal | 354 | 307 | 12 | 0 | 20 | 140 | 7 | 62 | 134 | 60 |
| Binary | 11101100 | 11000111 | 1010 | 0 | 10000 | 1100000 | 111 | 110010 | 1011100 | 110000 |
Color Harmonies of #ECC70A
Complementary color
Monochromatic Colors of #ECC70A
Black with #ECC70A
Text Example
Text Example
White with #ECC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC70A; }
p { color: rgb(236,199,10); }
H1.HeaderClassName
{
color: #ECC70A;
}
.AnyTagClassName
{
color: #ECC70A;
}
</style>
background-color css
<style>
a { background-color: #ECC70A; }
a { background-color: rgb(236,199,10); }
div.DivClassName
{
background-color: #ECC70A;
}
.BgClassName
{
background-color: #ECC70A;
}
</style>
border-color css
<style>
span { border-color: #ECC70A; }
span { border-color: rgb(236,199,10); }
td.TdClassName
{
border-color: #ECC70A;
}
.TagClassName
{
border-color: #ECC70A;
}
</style>