Shades of Golden Poppy #EDC209
Tints of Golden Poppy #EDC209
RGB
CMYK
RGB Variations
Color information
#EDC209 (or 0xEDC209) is known color: Golden Poppy. HEX triplet: ED, C2 and 09. RGB value is (237,194,9). Sum of RGB (Red+Green+Blue) = 237+194+9=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 9 (3.91% from 255 or 2.05% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC209 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC209 is #123DF6. Grayscale: #BABABA. Windows color (decimal): -1195511 or 639725. OLE color: 639725.
HSL color Cylindrical-coordinate representation of color #EDC209: hue angle of 48.68º 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 #EDC209 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.07 |
| HSL | 48.68º | 0.93% | 0.48% | - |
| HSV(B) | 48.68º | 0.96% | 0.93% | - |
| XYZ | 54.27 | 56.61 | 8.32 | - |
| YUV | 185.77 | 28.25 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 9 | 0 | 0.18 | 0.96 | 0.07 | 48.68 | 0.93 | 0.48 |
| Hex | ED | C2 | 9 | 0 | 12 | 60 | 7 | 31 | 5D | 30 |
| Octal | 355 | 302 | 11 | 0 | 22 | 140 | 7 | 61 | 135 | 60 |
| Binary | 11101101 | 11000010 | 1001 | 0 | 10010 | 1100000 | 111 | 110001 | 1011101 | 110000 |
Color Harmonies of #EDC209
Complementary color
Monochromatic Colors of #EDC209
Black with #EDC209
Text Example
Text Example
White with #EDC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC209; }
p { color: rgb(237,194,9); }
H1.HeaderClassName
{
color: #EDC209;
}
.AnyTagClassName
{
color: #EDC209;
}
</style>
background-color css
<style>
a { background-color: #EDC209; }
a { background-color: rgb(237,194,9); }
div.DivClassName
{
background-color: #EDC209;
}
.BgClassName
{
background-color: #EDC209;
}
</style>
border-color css
<style>
span { border-color: #EDC209; }
span { border-color: rgb(237,194,9); }
td.TdClassName
{
border-color: #EDC209;
}
.TagClassName
{
border-color: #EDC209;
}
</style>