Shades of Golden Poppy #EDC709
Tints of Golden Poppy #EDC709
RGB
CMYK
RGB Variations
Color information
#EDC709 (or 0xEDC709) is known color: Golden Poppy. HEX triplet: ED, C7 and 09. RGB value is (237,199,9). Sum of RGB (Red+Green+Blue) = 237+199+9=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 9 (3.91% from 255 or 2.02% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC709 is #1238F6. Grayscale: #BDBDBD. Windows color (decimal): -1194231 or 641005. OLE color: 641005.
HSL color Cylindrical-coordinate representation of color #EDC709: hue angle of 50º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDC709 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 50º | 0.93% | 0.48% | - |
| HSV(B) | 50º | 0.96% | 0.93% | - |
| XYZ | 55.4 | 58.87 | 8.7 | - |
| YUV | 188.7 | 26.59 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 9 | 0 | 0.16 | 0.96 | 0.07 | 50 | 0.93 | 0.48 |
| Hex | ED | C7 | 9 | 0 | 10 | 60 | 7 | 32 | 5D | 30 |
| Octal | 355 | 307 | 11 | 0 | 20 | 140 | 7 | 62 | 135 | 60 |
| Binary | 11101101 | 11000111 | 1001 | 0 | 10000 | 1100000 | 111 | 110010 | 1011101 | 110000 |
Color Harmonies of #EDC709
Complementary color
Monochromatic Colors of #EDC709
Black with #EDC709
Text Example
Text Example
White with #EDC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC709; }
p { color: rgb(237,199,9); }
H1.HeaderClassName
{
color: #EDC709;
}
.AnyTagClassName
{
color: #EDC709;
}
</style>
background-color css
<style>
a { background-color: #EDC709; }
a { background-color: rgb(237,199,9); }
div.DivClassName
{
background-color: #EDC709;
}
.BgClassName
{
background-color: #EDC709;
}
</style>
border-color css
<style>
span { border-color: #EDC709; }
span { border-color: rgb(237,199,9); }
td.TdClassName
{
border-color: #EDC709;
}
.TagClassName
{
border-color: #EDC709;
}
</style>