Shades of Golden Poppy #E5B403
Tints of Golden Poppy #E5B403
RGB
CMYK
RGB Variations
Color information
#E5B403 (or 0xE5B403) is known color: Golden Poppy. HEX triplet: E5, B4 and 03. RGB value is (229,180,3). Sum of RGB (Red+Green+Blue) = 229+180+3=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B403 is #1A4BFC. Grayscale: #AFAFAF. Windows color (decimal): -1723389 or 242917. OLE color: 242917.
HSL color Cylindrical-coordinate representation of color #E5B403: hue angle of 46.99º 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 #E5B403 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.10 |
| HSL | 46.99º | 0.97% | 0.45% | - |
| HSV(B) | 46.99º | 0.99% | 0.9% | - |
| XYZ | 48.65 | 49.31 | 7.04 | - |
| YUV | 174.47 | 31.23 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 3 | 0 | 0.21 | 0.99 | 0.10 | 46.99 | 0.97 | 0.45 |
| Hex | E5 | B4 | 3 | 0 | 15 | 63 | A | 2F | 61 | 2D |
| Octal | 345 | 264 | 3 | 0 | 25 | 143 | 12 | 57 | 141 | 55 |
| Binary | 11100101 | 10110100 | 11 | 0 | 10101 | 1100011 | 1010 | 101111 | 1100001 | 101101 |
Color Harmonies of #E5B403
Complementary color
Monochromatic Colors of #E5B403
Black with #E5B403
Text Example
Text Example
White with #E5B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B403; }
p { color: rgb(229,180,3); }
H1.HeaderClassName
{
color: #E5B403;
}
.AnyTagClassName
{
color: #E5B403;
}
</style>
background-color css
<style>
a { background-color: #E5B403; }
a { background-color: rgb(229,180,3); }
div.DivClassName
{
background-color: #E5B403;
}
.BgClassName
{
background-color: #E5B403;
}
</style>
border-color css
<style>
span { border-color: #E5B403; }
span { border-color: rgb(229,180,3); }
td.TdClassName
{
border-color: #E5B403;
}
.TagClassName
{
border-color: #E5B403;
}
</style>