Shades of Golden Poppy #EDC609
Tints of Golden Poppy #EDC609
RGB
CMYK
RGB Variations
Color information
#EDC609 (or 0xEDC609) is known color: Golden Poppy. HEX triplet: ED, C6 and 09. RGB value is (237,198,9). Sum of RGB (Red+Green+Blue) = 237+198+9=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 198 (77.73% from 255 or 44.59% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC609 is #1239F6. Grayscale: #BCBCBC. Windows color (decimal): -1194487 or 640749. OLE color: 640749.
HSL color Cylindrical-coordinate representation of color #EDC609: hue angle of 49.74º 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 #EDC609 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 9 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.07 |
| HSL | 49.74º | 0.93% | 0.48% | - |
| HSV(B) | 49.74º | 0.96% | 0.93% | - |
| XYZ | 55.17 | 58.41 | 8.63 | - |
| YUV | 188.12 | 26.92 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 9 | 0 | 0.16 | 0.96 | 0.07 | 49.74 | 0.93 | 0.48 |
| Hex | ED | C6 | 9 | 0 | 10 | 60 | 7 | 32 | 5D | 30 |
| Octal | 355 | 306 | 11 | 0 | 20 | 140 | 7 | 62 | 135 | 60 |
| Binary | 11101101 | 11000110 | 1001 | 0 | 10000 | 1100000 | 111 | 110010 | 1011101 | 110000 |
Color Harmonies of #EDC609
Complementary color
Monochromatic Colors of #EDC609
Black with #EDC609
Text Example
Text Example
White with #EDC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC609; }
p { color: rgb(237,198,9); }
H1.HeaderClassName
{
color: #EDC609;
}
.AnyTagClassName
{
color: #EDC609;
}
</style>
background-color css
<style>
a { background-color: #EDC609; }
a { background-color: rgb(237,198,9); }
div.DivClassName
{
background-color: #EDC609;
}
.BgClassName
{
background-color: #EDC609;
}
</style>
border-color css
<style>
span { border-color: #EDC609; }
span { border-color: rgb(237,198,9); }
td.TdClassName
{
border-color: #EDC609;
}
.TagClassName
{
border-color: #EDC609;
}
</style>