Shades of Golden Poppy #ECC706
Tints of Golden Poppy #ECC706
RGB
CMYK
RGB Variations
Color information
#ECC706 (or 0xECC706) is known color: Golden Poppy. HEX triplet: EC, C7 and 06. RGB value is (236,199,6). Sum of RGB (Red+Green+Blue) = 236+199+6=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC706 is #1338F9. Grayscale: #BCBCBC. Windows color (decimal): -1259770 or 444396. OLE color: 444396.
HSL color Cylindrical-coordinate representation of color #ECC706: hue angle of 50.35º 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 #ECC706 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.07 |
| HSL | 50.35º | 0.95% | 0.47% | - |
| HSV(B) | 50.35º | 0.97% | 0.93% | - |
| XYZ | 55.05 | 58.69 | 8.6 | - |
| YUV | 188.06 | 25.26 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 6 | 0 | 0.16 | 0.97 | 0.07 | 50.35 | 0.95 | 0.47 |
| Hex | EC | C7 | 6 | 0 | 10 | 61 | 7 | 32 | 5F | 2F |
| Octal | 354 | 307 | 6 | 0 | 20 | 141 | 7 | 62 | 137 | 57 |
| Binary | 11101100 | 11000111 | 110 | 0 | 10000 | 1100001 | 111 | 110010 | 1011111 | 101111 |
Color Harmonies of #ECC706
Complementary color
Monochromatic Colors of #ECC706
Black with #ECC706
Text Example
Text Example
White with #ECC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC706; }
p { color: rgb(236,199,6); }
H1.HeaderClassName
{
color: #ECC706;
}
.AnyTagClassName
{
color: #ECC706;
}
</style>
background-color css
<style>
a { background-color: #ECC706; }
a { background-color: rgb(236,199,6); }
div.DivClassName
{
background-color: #ECC706;
}
.BgClassName
{
background-color: #ECC706;
}
</style>
border-color css
<style>
span { border-color: #ECC706; }
span { border-color: rgb(236,199,6); }
td.TdClassName
{
border-color: #ECC706;
}
.TagClassName
{
border-color: #ECC706;
}
</style>