Shades of Golden Poppy #ECC806
Tints of Golden Poppy #ECC806
RGB
CMYK
RGB Variations
Color information
#ECC806 (or 0xECC806) is known color: Golden Poppy. HEX triplet: EC, C8 and 06. RGB value is (236,200,6). Sum of RGB (Red+Green+Blue) = 236+200+6=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC806 is #1337F9. Grayscale: #BDBDBD. Windows color (decimal): -1259514 or 444652. OLE color: 444652.
HSL color Cylindrical-coordinate representation of color #ECC806: hue angle of 50.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECC806 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.07 |
| HSL | 50.61º | 0.95% | 0.47% | - |
| HSV(B) | 50.61º | 0.97% | 0.93% | - |
| XYZ | 55.28 | 59.15 | 8.68 | - |
| YUV | 188.65 | 24.93 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 6 | 0 | 0.15 | 0.97 | 0.07 | 50.61 | 0.95 | 0.47 |
| Hex | EC | C8 | 6 | 0 | F | 61 | 7 | 33 | 5F | 2F |
| Octal | 354 | 310 | 6 | 0 | 17 | 141 | 7 | 63 | 137 | 57 |
| Binary | 11101100 | 11001000 | 110 | 0 | 1111 | 1100001 | 111 | 110011 | 1011111 | 101111 |
Color Harmonies of #ECC806
Complementary color
Monochromatic Colors of #ECC806
Black with #ECC806
Text Example
Text Example
White with #ECC806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC806; }
p { color: rgb(236,200,6); }
H1.HeaderClassName
{
color: #ECC806;
}
.AnyTagClassName
{
color: #ECC806;
}
</style>
background-color css
<style>
a { background-color: #ECC806; }
a { background-color: rgb(236,200,6); }
div.DivClassName
{
background-color: #ECC806;
}
.BgClassName
{
background-color: #ECC806;
}
</style>
border-color css
<style>
span { border-color: #ECC806; }
span { border-color: rgb(236,200,6); }
td.TdClassName
{
border-color: #ECC806;
}
.TagClassName
{
border-color: #ECC806;
}
</style>