Shades of Golden Poppy #E5B504
Tints of Golden Poppy #E5B504
RGB
CMYK
RGB Variations
Color information
#E5B504 (or 0xE5B504) is known color: Golden Poppy. HEX triplet: E5, B5 and 04. RGB value is (229,181,4). Sum of RGB (Red+Green+Blue) = 229+181+4=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B504 is #1A4AFB. Grayscale: #AFAFAF. Windows color (decimal): -1723132 or 308709. OLE color: 308709.
HSL color Cylindrical-coordinate representation of color #E5B504: hue angle of 47.2º 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 #E5B504 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.10 |
| HSL | 47.2º | 0.97% | 0.46% | - |
| HSV(B) | 47.2º | 0.98% | 0.9% | - |
| XYZ | 48.86 | 49.71 | 7.14 | - |
| YUV | 175.17 | 31.4 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 4 | 0 | 0.21 | 0.98 | 0.10 | 47.2 | 0.97 | 0.46 |
| Hex | E5 | B5 | 4 | 0 | 15 | 62 | A | 2F | 61 | 2E |
| Octal | 345 | 265 | 4 | 0 | 25 | 142 | 12 | 57 | 141 | 56 |
| Binary | 11100101 | 10110101 | 100 | 0 | 10101 | 1100010 | 1010 | 101111 | 1100001 | 101110 |
Color Harmonies of #E5B504
Complementary color
Monochromatic Colors of #E5B504
Black with #E5B504
Text Example
Text Example
White with #E5B504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B504; }
p { color: rgb(229,181,4); }
H1.HeaderClassName
{
color: #E5B504;
}
.AnyTagClassName
{
color: #E5B504;
}
</style>
background-color css
<style>
a { background-color: #E5B504; }
a { background-color: rgb(229,181,4); }
div.DivClassName
{
background-color: #E5B504;
}
.BgClassName
{
background-color: #E5B504;
}
</style>
border-color css
<style>
span { border-color: #E5B504; }
span { border-color: rgb(229,181,4); }
td.TdClassName
{
border-color: #E5B504;
}
.TagClassName
{
border-color: #E5B504;
}
</style>