Shades of Golden Poppy #EDB900
Tints of Golden Poppy #EDB900
RGB
CMYK
RGB Variations
Color information
#EDB900 (or 0xEDB900) is known color: Golden Poppy. HEX triplet: ED, B9 and 00. RGB value is (237,185,0). Sum of RGB (Red+Green+Blue) = 237+185+0=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB900 is #1246FF. Grayscale: #B4B4B4. Windows color (decimal): -1197824 or 47597. OLE color: 47597.
HSL color Cylindrical-coordinate representation of color #EDB900: hue angle of 46.84º 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 #EDB900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.07 |
| HSL | 46.84º | 1% | 0.46% | - |
| HSV(B) | 46.84º | 1% | 0.93% | - |
| XYZ | 52.27 | 52.7 | 7.42 | - |
| YUV | 179.46 | 26.73 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 0 | 0 | 0.22 | 1 | 0.07 | 46.84 | 1 | 0.46 |
| Hex | ED | B9 | 0 | 0 | 16 | 64 | 7 | 2F | 64 | 2E |
| Octal | 355 | 271 | 0 | 0 | 26 | 144 | 7 | 57 | 144 | 56 |
| Binary | 11101101 | 10111001 | 0 | 0 | 10110 | 1100100 | 111 | 101111 | 1100100 | 101110 |
Color Harmonies of #EDB900
Complementary color
Monochromatic Colors of #EDB900
Black with #EDB900
Text Example
Text Example
White with #EDB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB900; }
p { color: rgb(237,185,0); }
H1.HeaderClassName
{
color: #EDB900;
}
.AnyTagClassName
{
color: #EDB900;
}
</style>
background-color css
<style>
a { background-color: #EDB900; }
a { background-color: rgb(237,185,0); }
div.DivClassName
{
background-color: #EDB900;
}
.BgClassName
{
background-color: #EDB900;
}
</style>
border-color css
<style>
span { border-color: #EDB900; }
span { border-color: rgb(237,185,0); }
td.TdClassName
{
border-color: #EDB900;
}
.TagClassName
{
border-color: #EDB900;
}
</style>