Shades of Golden Poppy #E5B703
Tints of Golden Poppy #E5B703
RGB
CMYK
RGB Variations
Color information
#E5B703 (or 0xE5B703) is known color: Golden Poppy. HEX triplet: E5, B7 and 03. RGB value is (229,183,3). Sum of RGB (Red+Green+Blue) = 229+183+3=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B703 is #1A48FC. Grayscale: #B1B1B1. Windows color (decimal): -1722621 or 243685. OLE color: 243685.
HSL color Cylindrical-coordinate representation of color #E5B703: hue angle of 47.79º 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 #E5B703 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 183 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.10 |
| HSL | 47.79º | 0.97% | 0.45% | - |
| HSV(B) | 47.79º | 0.99% | 0.9% | - |
| XYZ | 49.26 | 50.53 | 7.24 | - |
| YUV | 176.23 | 30.24 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 183 | 3 | 0 | 0.20 | 0.99 | 0.10 | 47.79 | 0.97 | 0.45 |
| Hex | E5 | B7 | 3 | 0 | 14 | 63 | A | 30 | 61 | 2D |
| Octal | 345 | 267 | 3 | 0 | 24 | 143 | 12 | 60 | 141 | 55 |
| Binary | 11100101 | 10110111 | 11 | 0 | 10100 | 1100011 | 1010 | 110000 | 1100001 | 101101 |
Color Harmonies of #E5B703
Complementary color
Monochromatic Colors of #E5B703
Black with #E5B703
Text Example
Text Example
White with #E5B703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B703; }
p { color: rgb(229,183,3); }
H1.HeaderClassName
{
color: #E5B703;
}
.AnyTagClassName
{
color: #E5B703;
}
</style>
background-color css
<style>
a { background-color: #E5B703; }
a { background-color: rgb(229,183,3); }
div.DivClassName
{
background-color: #E5B703;
}
.BgClassName
{
background-color: #E5B703;
}
</style>
border-color css
<style>
span { border-color: #E5B703; }
span { border-color: rgb(229,183,3); }
td.TdClassName
{
border-color: #E5B703;
}
.TagClassName
{
border-color: #E5B703;
}
</style>