Shades of Golden Poppy #EDC909
Tints of Golden Poppy #EDC909
RGB
CMYK
RGB Variations
Color information
#EDC909 (or 0xEDC909) is known color: Golden Poppy. HEX triplet: ED, C9 and 09. RGB value is (237,201,9). Sum of RGB (Red+Green+Blue) = 237+201+9=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC909 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC909 is #1236F6. Grayscale: #BEBEBE. Windows color (decimal): -1193719 or 641517. OLE color: 641517.
HSL color Cylindrical-coordinate representation of color #EDC909: hue angle of 50.53º 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 #EDC909 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 9 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.07 |
| HSL | 50.53º | 0.93% | 0.48% | - |
| HSV(B) | 50.53º | 0.96% | 0.93% | - |
| XYZ | 55.86 | 59.8 | 8.86 | - |
| YUV | 189.88 | 25.93 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 9 | 0 | 0.15 | 0.96 | 0.07 | 50.53 | 0.93 | 0.48 |
| Hex | ED | C9 | 9 | 0 | F | 60 | 7 | 33 | 5D | 30 |
| Octal | 355 | 311 | 11 | 0 | 17 | 140 | 7 | 63 | 135 | 60 |
| Binary | 11101101 | 11001001 | 1001 | 0 | 1111 | 1100000 | 111 | 110011 | 1011101 | 110000 |
Color Harmonies of #EDC909
Complementary color
Monochromatic Colors of #EDC909
Black with #EDC909
Text Example
Text Example
White with #EDC909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC909; }
p { color: rgb(237,201,9); }
H1.HeaderClassName
{
color: #EDC909;
}
.AnyTagClassName
{
color: #EDC909;
}
</style>
background-color css
<style>
a { background-color: #EDC909; }
a { background-color: rgb(237,201,9); }
div.DivClassName
{
background-color: #EDC909;
}
.BgClassName
{
background-color: #EDC909;
}
</style>
border-color css
<style>
span { border-color: #EDC909; }
span { border-color: rgb(237,201,9); }
td.TdClassName
{
border-color: #EDC909;
}
.TagClassName
{
border-color: #EDC909;
}
</style>