Shades of Golden Poppy #EDB808
Tints of Golden Poppy #EDB808
RGB
CMYK
RGB Variations
Color information
#EDB808 (or 0xEDB808) is known color: Golden Poppy. HEX triplet: ED, B8 and 08. RGB value is (237,184,8). Sum of RGB (Red+Green+Blue) = 237+184+8=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB808 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB808 is #1247F7. Grayscale: #B4B4B4. Windows color (decimal): -1198072 or 571629. OLE color: 571629.
HSL color Cylindrical-coordinate representation of color #EDB808: hue angle of 46.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDB808 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 8 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.07 |
| HSL | 46.11º | 0.93% | 0.48% | - |
| HSV(B) | 46.11º | 0.97% | 0.93% | - |
| XYZ | 52.11 | 52.3 | 7.58 | - |
| YUV | 179.78 | 31.06 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 8 | 0 | 0.22 | 0.97 | 0.07 | 46.11 | 0.93 | 0.48 |
| Hex | ED | B8 | 8 | 0 | 16 | 61 | 7 | 2E | 5D | 30 |
| Octal | 355 | 270 | 10 | 0 | 26 | 141 | 7 | 56 | 135 | 60 |
| Binary | 11101101 | 10111000 | 1000 | 0 | 10110 | 1100001 | 111 | 101110 | 1011101 | 110000 |
Color Harmonies of #EDB808
Complementary color
Monochromatic Colors of #EDB808
Black with #EDB808
Text Example
Text Example
White with #EDB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB808; }
p { color: rgb(237,184,8); }
H1.HeaderClassName
{
color: #EDB808;
}
.AnyTagClassName
{
color: #EDB808;
}
</style>
background-color css
<style>
a { background-color: #EDB808; }
a { background-color: rgb(237,184,8); }
div.DivClassName
{
background-color: #EDB808;
}
.BgClassName
{
background-color: #EDB808;
}
</style>
border-color css
<style>
span { border-color: #EDB808; }
span { border-color: rgb(237,184,8); }
td.TdClassName
{
border-color: #EDB808;
}
.TagClassName
{
border-color: #EDB808;
}
</style>