Shades of Golden Poppy #E5B903
Tints of Golden Poppy #E5B903
RGB
CMYK
RGB Variations
Color information
#E5B903 (or 0xE5B903) is known color: Golden Poppy. HEX triplet: E5, B9 and 03. RGB value is (229,185,3). Sum of RGB (Red+Green+Blue) = 229+185+3=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 185 (72.66% from 255 or 44.36% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B903 is #1A46FC. Grayscale: #B2B2B2. Windows color (decimal): -1722109 or 244197. OLE color: 244197.
HSL color Cylindrical-coordinate representation of color #E5B903: hue angle of 48.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5B903 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.10 |
| HSL | 48.32º | 0.97% | 0.45% | - |
| HSV(B) | 48.32º | 0.99% | 0.9% | - |
| XYZ | 49.68 | 51.36 | 7.38 | - |
| YUV | 177.41 | 29.58 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 3 | 0 | 0.19 | 0.99 | 0.10 | 48.32 | 0.97 | 0.45 |
| Hex | E5 | B9 | 3 | 0 | 13 | 63 | A | 30 | 61 | 2D |
| Octal | 345 | 271 | 3 | 0 | 23 | 143 | 12 | 60 | 141 | 55 |
| Binary | 11100101 | 10111001 | 11 | 0 | 10011 | 1100011 | 1010 | 110000 | 1100001 | 101101 |
Color Harmonies of #E5B903
Complementary color
Monochromatic Colors of #E5B903
Black with #E5B903
Text Example
Text Example
White with #E5B903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B903; }
p { color: rgb(229,185,3); }
H1.HeaderClassName
{
color: #E5B903;
}
.AnyTagClassName
{
color: #E5B903;
}
</style>
background-color css
<style>
a { background-color: #E5B903; }
a { background-color: rgb(229,185,3); }
div.DivClassName
{
background-color: #E5B903;
}
.BgClassName
{
background-color: #E5B903;
}
</style>
border-color css
<style>
span { border-color: #E5B903; }
span { border-color: rgb(229,185,3); }
td.TdClassName
{
border-color: #E5B903;
}
.TagClassName
{
border-color: #E5B903;
}
</style>