Shades of Golden Poppy #EDB804
Tints of Golden Poppy #EDB804
RGB
CMYK
RGB Variations
Color information
#EDB804 (or 0xEDB804) is known color: Golden Poppy. HEX triplet: ED, B8 and 04. RGB value is (237,184,4). Sum of RGB (Red+Green+Blue) = 237+184+4=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB804 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB804 is #1247FB. Grayscale: #B4B4B4. Windows color (decimal): -1198076 or 309485. OLE color: 309485.
HSL color Cylindrical-coordinate representation of color #EDB804: hue angle of 46.35º degrees, saturation: 0.97, 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 #EDB804 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.07 |
| HSL | 46.35º | 0.97% | 0.47% | - |
| HSV(B) | 46.35º | 0.98% | 0.93% | - |
| XYZ | 52.09 | 52.29 | 7.46 | - |
| YUV | 179.33 | 29.06 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 4 | 0 | 0.22 | 0.98 | 0.07 | 46.35 | 0.97 | 0.47 |
| Hex | ED | B8 | 4 | 0 | 16 | 62 | 7 | 2E | 61 | 2F |
| Octal | 355 | 270 | 4 | 0 | 26 | 142 | 7 | 56 | 141 | 57 |
| Binary | 11101101 | 10111000 | 100 | 0 | 10110 | 1100010 | 111 | 101110 | 1100001 | 101111 |
Color Harmonies of #EDB804
Complementary color
Monochromatic Colors of #EDB804
Black with #EDB804
Text Example
Text Example
White with #EDB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB804; }
p { color: rgb(237,184,4); }
H1.HeaderClassName
{
color: #EDB804;
}
.AnyTagClassName
{
color: #EDB804;
}
</style>
background-color css
<style>
a { background-color: #EDB804; }
a { background-color: rgb(237,184,4); }
div.DivClassName
{
background-color: #EDB804;
}
.BgClassName
{
background-color: #EDB804;
}
</style>
border-color css
<style>
span { border-color: #EDB804; }
span { border-color: rgb(237,184,4); }
td.TdClassName
{
border-color: #EDB804;
}
.TagClassName
{
border-color: #EDB804;
}
</style>