Shades of Golden Poppy #EDC000
Tints of Golden Poppy #EDC000
RGB
CMYK
RGB Variations
Color information
#EDC000 (or 0xEDC000) is known color: Golden Poppy. HEX triplet: ED, C0 and 00. RGB value is (237,192,0). Sum of RGB (Red+Green+Blue) = 237+192+0=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC000 is #123FFF. Grayscale: #B8B8B8. Windows color (decimal): -1196032 or 49389. OLE color: 49389.
HSL color Cylindrical-coordinate representation of color #EDC000: hue angle of 48.61º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDC000 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.07 |
| HSL | 48.61º | 1% | 0.46% | - |
| HSV(B) | 48.61º | 1% | 0.93% | - |
| XYZ | 53.77 | 55.7 | 7.92 | - |
| YUV | 183.57 | 24.41 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 0 | 0 | 0.19 | 1 | 0.07 | 48.61 | 1 | 0.46 |
| Hex | ED | C0 | 0 | 0 | 13 | 64 | 7 | 31 | 64 | 2E |
| Octal | 355 | 300 | 0 | 0 | 23 | 144 | 7 | 61 | 144 | 56 |
| Binary | 11101101 | 11000000 | 0 | 0 | 10011 | 1100100 | 111 | 110001 | 1100100 | 101110 |
Color Harmonies of #EDC000
Complementary color
Monochromatic Colors of #EDC000
Black with #EDC000
Text Example
Text Example
White with #EDC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC000; }
p { color: rgb(237,192,0); }
H1.HeaderClassName
{
color: #EDC000;
}
.AnyTagClassName
{
color: #EDC000;
}
</style>
background-color css
<style>
a { background-color: #EDC000; }
a { background-color: rgb(237,192,0); }
div.DivClassName
{
background-color: #EDC000;
}
.BgClassName
{
background-color: #EDC000;
}
</style>
border-color css
<style>
span { border-color: #EDC000; }
span { border-color: rgb(237,192,0); }
td.TdClassName
{
border-color: #EDC000;
}
.TagClassName
{
border-color: #EDC000;
}
</style>