Shades of Golden Poppy #ECC907
Tints of Golden Poppy #ECC907
RGB
CMYK
RGB Variations
Color information
#ECC907 (or 0xECC907) is known color: Golden Poppy. HEX triplet: EC, C9 and 07. RGB value is (236,201,7). Sum of RGB (Red+Green+Blue) = 236+201+7=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 7 (3.12% from 255 or 1.58% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC907 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC907 is #1336F8. Grayscale: #BEBEBE. Windows color (decimal): -1259257 or 510444. OLE color: 510444.
HSL color Cylindrical-coordinate representation of color #ECC907: hue angle of 50.83º 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 #ECC907 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.07 |
| HSL | 50.83º | 0.94% | 0.48% | - |
| HSV(B) | 50.83º | 0.97% | 0.93% | - |
| XYZ | 55.52 | 59.62 | 8.78 | - |
| YUV | 189.35 | 25.1 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 7 | 0 | 0.15 | 0.97 | 0.07 | 50.83 | 0.94 | 0.48 |
| Hex | EC | C9 | 7 | 0 | F | 61 | 7 | 33 | 5E | 30 |
| Octal | 354 | 311 | 7 | 0 | 17 | 141 | 7 | 63 | 136 | 60 |
| Binary | 11101100 | 11001001 | 111 | 0 | 1111 | 1100001 | 111 | 110011 | 1011110 | 110000 |
Color Harmonies of #ECC907
Complementary color
Monochromatic Colors of #ECC907
Black with #ECC907
Text Example
Text Example
White with #ECC907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC907; }
p { color: rgb(236,201,7); }
H1.HeaderClassName
{
color: #ECC907;
}
.AnyTagClassName
{
color: #ECC907;
}
</style>
background-color css
<style>
a { background-color: #ECC907; }
a { background-color: rgb(236,201,7); }
div.DivClassName
{
background-color: #ECC907;
}
.BgClassName
{
background-color: #ECC907;
}
</style>
border-color css
<style>
span { border-color: #ECC907; }
span { border-color: rgb(236,201,7); }
td.TdClassName
{
border-color: #ECC907;
}
.TagClassName
{
border-color: #ECC907;
}
</style>