Shades of Golden Poppy #ECC805
Tints of Golden Poppy #ECC805
RGB
CMYK
RGB Variations
Color information
#ECC805 (or 0xECC805) is known color: Golden Poppy. HEX triplet: EC, C8 and 05. RGB value is (236,200,5). Sum of RGB (Red+Green+Blue) = 236+200+5=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC805 is #1337FA. Grayscale: #BDBDBD. Windows color (decimal): -1259515 or 379116. OLE color: 379116.
HSL color Cylindrical-coordinate representation of color #ECC805: hue angle of 50.65º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECC805 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 5 | - |
| CMYK | 0 | 0.15 | 0.98 | 0.07 |
| HSL | 50.65º | 0.96% | 0.47% | - |
| HSV(B) | 50.65º | 0.98% | 0.93% | - |
| XYZ | 55.27 | 59.15 | 8.65 | - |
| YUV | 188.53 | 24.43 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 5 | 0 | 0.15 | 0.98 | 0.07 | 50.65 | 0.96 | 0.47 |
| Hex | EC | C8 | 5 | 0 | F | 62 | 7 | 33 | 60 | 2F |
| Octal | 354 | 310 | 5 | 0 | 17 | 142 | 7 | 63 | 140 | 57 |
| Binary | 11101100 | 11001000 | 101 | 0 | 1111 | 1100010 | 111 | 110011 | 1100000 | 101111 |
Color Harmonies of #ECC805
Complementary color
Monochromatic Colors of #ECC805
Black with #ECC805
Text Example
Text Example
White with #ECC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC805; }
p { color: rgb(236,200,5); }
H1.HeaderClassName
{
color: #ECC805;
}
.AnyTagClassName
{
color: #ECC805;
}
</style>
background-color css
<style>
a { background-color: #ECC805; }
a { background-color: rgb(236,200,5); }
div.DivClassName
{
background-color: #ECC805;
}
.BgClassName
{
background-color: #ECC805;
}
</style>
border-color css
<style>
span { border-color: #ECC805; }
span { border-color: rgb(236,200,5); }
td.TdClassName
{
border-color: #ECC805;
}
.TagClassName
{
border-color: #ECC805;
}
</style>