Shades of Golden Poppy #ECC906
Tints of Golden Poppy #ECC906
RGB
CMYK
RGB Variations
Color information
#ECC906 (or 0xECC906) is known color: Golden Poppy. HEX triplet: EC, C9 and 06. RGB value is (236,201,6). Sum of RGB (Red+Green+Blue) = 236+201+6=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC906 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC906 is #1336F9. Grayscale: #BEBEBE. Windows color (decimal): -1259258 or 444908. OLE color: 444908.
HSL color Cylindrical-coordinate representation of color #ECC906: hue angle of 50.87º 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 #ECC906 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.07 |
| HSL | 50.87º | 0.95% | 0.47% | - |
| HSV(B) | 50.87º | 0.97% | 0.93% | - |
| XYZ | 55.51 | 59.62 | 8.75 | - |
| YUV | 189.24 | 24.6 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 6 | 0 | 0.15 | 0.97 | 0.07 | 50.87 | 0.95 | 0.47 |
| Hex | EC | C9 | 6 | 0 | F | 61 | 7 | 33 | 5F | 2F |
| Octal | 354 | 311 | 6 | 0 | 17 | 141 | 7 | 63 | 137 | 57 |
| Binary | 11101100 | 11001001 | 110 | 0 | 1111 | 1100001 | 111 | 110011 | 1011111 | 101111 |
Color Harmonies of #ECC906
Complementary color
Monochromatic Colors of #ECC906
Black with #ECC906
Text Example
Text Example
White with #ECC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC906; }
p { color: rgb(236,201,6); }
H1.HeaderClassName
{
color: #ECC906;
}
.AnyTagClassName
{
color: #ECC906;
}
</style>
background-color css
<style>
a { background-color: #ECC906; }
a { background-color: rgb(236,201,6); }
div.DivClassName
{
background-color: #ECC906;
}
.BgClassName
{
background-color: #ECC906;
}
</style>
border-color css
<style>
span { border-color: #ECC906; }
span { border-color: rgb(236,201,6); }
td.TdClassName
{
border-color: #ECC906;
}
.TagClassName
{
border-color: #ECC906;
}
</style>