Shades of Golden Poppy #E5B904
Tints of Golden Poppy #E5B904
RGB
CMYK
RGB Variations
Color information
#E5B904 (or 0xE5B904) is known color: Golden Poppy. HEX triplet: E5, B9 and 04. RGB value is (229,185,4). Sum of RGB (Red+Green+Blue) = 229+185+4=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B904 is #1A46FB. Grayscale: #B2B2B2. Windows color (decimal): -1722108 or 309733. OLE color: 309733.
HSL color Cylindrical-coordinate representation of color #E5B904: hue angle of 48.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5B904 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.10 |
| HSL | 48.27º | 0.97% | 0.46% | - |
| HSV(B) | 48.27º | 0.98% | 0.9% | - |
| XYZ | 49.68 | 51.36 | 7.41 | - |
| YUV | 177.52 | 30.08 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 4 | 0 | 0.19 | 0.98 | 0.10 | 48.27 | 0.97 | 0.46 |
| Hex | E5 | B9 | 4 | 0 | 13 | 62 | A | 30 | 61 | 2E |
| Octal | 345 | 271 | 4 | 0 | 23 | 142 | 12 | 60 | 141 | 56 |
| Binary | 11100101 | 10111001 | 100 | 0 | 10011 | 1100010 | 1010 | 110000 | 1100001 | 101110 |
Color Harmonies of #E5B904
Complementary color
Monochromatic Colors of #E5B904
Black with #E5B904
Text Example
Text Example
White with #E5B904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B904; }
p { color: rgb(229,185,4); }
H1.HeaderClassName
{
color: #E5B904;
}
.AnyTagClassName
{
color: #E5B904;
}
</style>
background-color css
<style>
a { background-color: #E5B904; }
a { background-color: rgb(229,185,4); }
div.DivClassName
{
background-color: #E5B904;
}
.BgClassName
{
background-color: #E5B904;
}
</style>
border-color css
<style>
span { border-color: #E5B904; }
span { border-color: rgb(229,185,4); }
td.TdClassName
{
border-color: #E5B904;
}
.TagClassName
{
border-color: #E5B904;
}
</style>