Shades of Golden Poppy #E5B400
Tints of Golden Poppy #E5B400
RGB
CMYK
RGB Variations
Color information
#E5B400 (or 0xE5B400) is known color: Golden Poppy. HEX triplet: E5, B4 and 00. RGB value is (229,180,0). Sum of RGB (Red+Green+Blue) = 229+180+0=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B400 is #1A4BFF. Grayscale: #AEAEAE. Windows color (decimal): -1723392 or 46309. OLE color: 46309.
HSL color Cylindrical-coordinate representation of color #E5B400: hue angle of 47.16º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5B400 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.10 |
| HSL | 47.16º | 1% | 0.45% | - |
| HSV(B) | 47.16º | 1% | 0.9% | - |
| XYZ | 48.63 | 49.3 | 6.95 | - |
| YUV | 174.13 | 29.73 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 0 | 0 | 0.21 | 1 | 0.10 | 47.16 | 1 | 0.45 |
| Hex | E5 | B4 | 0 | 0 | 15 | 64 | A | 2F | 64 | 2D |
| Octal | 345 | 264 | 0 | 0 | 25 | 144 | 12 | 57 | 144 | 55 |
| Binary | 11100101 | 10110100 | 0 | 0 | 10101 | 1100100 | 1010 | 101111 | 1100100 | 101101 |
Color Harmonies of #E5B400
Complementary color
Monochromatic Colors of #E5B400
Black with #E5B400
Text Example
Text Example
White with #E5B400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B400; }
p { color: rgb(229,180,0); }
H1.HeaderClassName
{
color: #E5B400;
}
.AnyTagClassName
{
color: #E5B400;
}
</style>
background-color css
<style>
a { background-color: #E5B400; }
a { background-color: rgb(229,180,0); }
div.DivClassName
{
background-color: #E5B400;
}
.BgClassName
{
background-color: #E5B400;
}
</style>
border-color css
<style>
span { border-color: #E5B400; }
span { border-color: rgb(229,180,0); }
td.TdClassName
{
border-color: #E5B400;
}
.TagClassName
{
border-color: #E5B400;
}
</style>