Shades of Golden Poppy #E5B602
Tints of Golden Poppy #E5B602
RGB
CMYK
RGB Variations
Color information
#E5B602 (or 0xE5B602) is known color: Golden Poppy. HEX triplet: E5, B6 and 02. RGB value is (229,182,2). Sum of RGB (Red+Green+Blue) = 229+182+2=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B602 is #1A49FD. Grayscale: #B0B0B0. Windows color (decimal): -1722878 or 177893. OLE color: 177893.
HSL color Cylindrical-coordinate representation of color #E5B602: hue angle of 47.58º degrees, saturation: 0.98, 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 #E5B602 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 182 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.10 |
| HSL | 47.58º | 0.98% | 0.45% | - |
| HSV(B) | 47.58º | 0.99% | 0.9% | - |
| XYZ | 49.05 | 50.12 | 7.15 | - |
| YUV | 175.53 | 30.07 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 2 | 0 | 0.21 | 0.99 | 0.10 | 47.58 | 0.98 | 0.45 |
| Hex | E5 | B6 | 2 | 0 | 15 | 63 | A | 30 | 62 | 2D |
| Octal | 345 | 266 | 2 | 0 | 25 | 143 | 12 | 60 | 142 | 55 |
| Binary | 11100101 | 10110110 | 10 | 0 | 10101 | 1100011 | 1010 | 110000 | 1100010 | 101101 |
Color Harmonies of #E5B602
Complementary color
Monochromatic Colors of #E5B602
Black with #E5B602
Text Example
Text Example
White with #E5B602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B602; }
p { color: rgb(229,182,2); }
H1.HeaderClassName
{
color: #E5B602;
}
.AnyTagClassName
{
color: #E5B602;
}
</style>
background-color css
<style>
a { background-color: #E5B602; }
a { background-color: rgb(229,182,2); }
div.DivClassName
{
background-color: #E5B602;
}
.BgClassName
{
background-color: #E5B602;
}
</style>
border-color css
<style>
span { border-color: #E5B602; }
span { border-color: rgb(229,182,2); }
td.TdClassName
{
border-color: #E5B602;
}
.TagClassName
{
border-color: #E5B602;
}
</style>