Shades of Golden Poppy #EDB905
Tints of Golden Poppy #EDB905
RGB
CMYK
RGB Variations
Color information
#EDB905 (or 0xEDB905) is known color: Golden Poppy. HEX triplet: ED, B9 and 05. RGB value is (237,185,5). Sum of RGB (Red+Green+Blue) = 237+185+5=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB905 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB905 is #1246FA. Grayscale: #B4B4B4. Windows color (decimal): -1197819 or 375277. OLE color: 375277.
HSL color Cylindrical-coordinate representation of color #EDB905: hue angle of 46.55º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDB905 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.07 |
| HSL | 46.55º | 0.96% | 0.47% | - |
| HSV(B) | 46.55º | 0.98% | 0.93% | - |
| XYZ | 52.3 | 52.71 | 7.56 | - |
| YUV | 180.03 | 29.23 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 5 | 0 | 0.22 | 0.98 | 0.07 | 46.55 | 0.96 | 0.47 |
| Hex | ED | B9 | 5 | 0 | 16 | 62 | 7 | 2F | 60 | 2F |
| Octal | 355 | 271 | 5 | 0 | 26 | 142 | 7 | 57 | 140 | 57 |
| Binary | 11101101 | 10111001 | 101 | 0 | 10110 | 1100010 | 111 | 101111 | 1100000 | 101111 |
Color Harmonies of #EDB905
Complementary color
Monochromatic Colors of #EDB905
Black with #EDB905
Text Example
Text Example
White with #EDB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB905; }
p { color: rgb(237,185,5); }
H1.HeaderClassName
{
color: #EDB905;
}
.AnyTagClassName
{
color: #EDB905;
}
</style>
background-color css
<style>
a { background-color: #EDB905; }
a { background-color: rgb(237,185,5); }
div.DivClassName
{
background-color: #EDB905;
}
.BgClassName
{
background-color: #EDB905;
}
</style>
border-color css
<style>
span { border-color: #EDB905; }
span { border-color: rgb(237,185,5); }
td.TdClassName
{
border-color: #EDB905;
}
.TagClassName
{
border-color: #EDB905;
}
</style>