Shades of Golden Poppy #EDB90B
Tints of Golden Poppy #EDB90B
RGB
CMYK
RGB Variations
Color information
#EDB90B (or 0xEDB90B) is known color: Golden Poppy. HEX triplet: ED, B9 and 0B. RGB value is (237,185,11). Sum of RGB (Red+Green+Blue) = 237+185+11=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB90B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB90B is #1246F4. Grayscale: #B5B5B5. Windows color (decimal): -1197813 or 768493. OLE color: 768493.
HSL color Cylindrical-coordinate representation of color #EDB90B: hue angle of 46.19º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDB90B is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 11 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.07 |
| HSL | 46.19º | 0.91% | 0.49% | - |
| HSV(B) | 46.19º | 0.95% | 0.93% | - |
| XYZ | 52.33 | 52.73 | 7.74 | - |
| YUV | 180.71 | 32.23 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 11 | 0 | 0.22 | 0.95 | 0.07 | 46.19 | 0.91 | 0.49 |
| Hex | ED | B9 | B | 0 | 16 | 5F | 7 | 2E | 5B | 31 |
| Octal | 355 | 271 | 13 | 0 | 26 | 137 | 7 | 56 | 133 | 61 |
| Binary | 11101101 | 10111001 | 1011 | 0 | 10110 | 1011111 | 111 | 101110 | 1011011 | 110001 |
Color Harmonies of #EDB90B
Complementary color
Monochromatic Colors of #EDB90B
Black with #EDB90B
Text Example
Text Example
White with #EDB90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB90B; }
p { color: rgb(237,185,11); }
H1.HeaderClassName
{
color: #EDB90B;
}
.AnyTagClassName
{
color: #EDB90B;
}
</style>
background-color css
<style>
a { background-color: #EDB90B; }
a { background-color: rgb(237,185,11); }
div.DivClassName
{
background-color: #EDB90B;
}
.BgClassName
{
background-color: #EDB90B;
}
</style>
border-color css
<style>
span { border-color: #EDB90B; }
span { border-color: rgb(237,185,11); }
td.TdClassName
{
border-color: #EDB90B;
}
.TagClassName
{
border-color: #EDB90B;
}
</style>