Shades of Golden Poppy #ECC807
Tints of Golden Poppy #ECC807
RGB
CMYK
RGB Variations
Color information
#ECC807 (or 0xECC807) is known color: Golden Poppy. HEX triplet: EC, C8 and 07. RGB value is (236,200,7). Sum of RGB (Red+Green+Blue) = 236+200+7=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 7 (3.12% from 255 or 1.58% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC807 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC807 is #1337F8. Grayscale: #BDBDBD. Windows color (decimal): -1259513 or 510188. OLE color: 510188.
HSL color Cylindrical-coordinate representation of color #ECC807: hue angle of 50.57º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECC807 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.07 |
| HSL | 50.57º | 0.94% | 0.48% | - |
| HSV(B) | 50.57º | 0.97% | 0.93% | - |
| XYZ | 55.28 | 59.16 | 8.71 | - |
| YUV | 188.76 | 25.43 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 7 | 0 | 0.15 | 0.97 | 0.07 | 50.57 | 0.94 | 0.48 |
| Hex | EC | C8 | 7 | 0 | F | 61 | 7 | 33 | 5E | 30 |
| Octal | 354 | 310 | 7 | 0 | 17 | 141 | 7 | 63 | 136 | 60 |
| Binary | 11101100 | 11001000 | 111 | 0 | 1111 | 1100001 | 111 | 110011 | 1011110 | 110000 |
Color Harmonies of #ECC807
Complementary color
Monochromatic Colors of #ECC807
Black with #ECC807
Text Example
Text Example
White with #ECC807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC807; }
p { color: rgb(236,200,7); }
H1.HeaderClassName
{
color: #ECC807;
}
.AnyTagClassName
{
color: #ECC807;
}
</style>
background-color css
<style>
a { background-color: #ECC807; }
a { background-color: rgb(236,200,7); }
div.DivClassName
{
background-color: #ECC807;
}
.BgClassName
{
background-color: #ECC807;
}
</style>
border-color css
<style>
span { border-color: #ECC807; }
span { border-color: rgb(236,200,7); }
td.TdClassName
{
border-color: #ECC807;
}
.TagClassName
{
border-color: #ECC807;
}
</style>