Shades of Golden Poppy #E5B402
Tints of Golden Poppy #E5B402
RGB
CMYK
RGB Variations
Color information
#E5B402 (or 0xE5B402) is known color: Golden Poppy. HEX triplet: E5, B4 and 02. RGB value is (229,180,2). Sum of RGB (Red+Green+Blue) = 229+180+2=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B402 is #1A4BFD. Grayscale: #AFAFAF. Windows color (decimal): -1723390 or 177381. OLE color: 177381.
HSL color Cylindrical-coordinate representation of color #E5B402: hue angle of 47.05º 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 #E5B402 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 180 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.10 |
| HSL | 47.05º | 0.98% | 0.45% | - |
| HSV(B) | 47.05º | 0.99% | 0.9% | - |
| XYZ | 48.65 | 49.3 | 7.01 | - |
| YUV | 174.36 | 30.73 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 180 | 2 | 0 | 0.21 | 0.99 | 0.10 | 47.05 | 0.98 | 0.45 |
| Hex | E5 | B4 | 2 | 0 | 15 | 63 | A | 2F | 62 | 2D |
| Octal | 345 | 264 | 2 | 0 | 25 | 143 | 12 | 57 | 142 | 55 |
| Binary | 11100101 | 10110100 | 10 | 0 | 10101 | 1100011 | 1010 | 101111 | 1100010 | 101101 |
Color Harmonies of #E5B402
Complementary color
Monochromatic Colors of #E5B402
Black with #E5B402
Text Example
Text Example
White with #E5B402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B402; }
p { color: rgb(229,180,2); }
H1.HeaderClassName
{
color: #E5B402;
}
.AnyTagClassName
{
color: #E5B402;
}
</style>
background-color css
<style>
a { background-color: #E5B402; }
a { background-color: rgb(229,180,2); }
div.DivClassName
{
background-color: #E5B402;
}
.BgClassName
{
background-color: #E5B402;
}
</style>
border-color css
<style>
span { border-color: #E5B402; }
span { border-color: rgb(229,180,2); }
td.TdClassName
{
border-color: #E5B402;
}
.TagClassName
{
border-color: #E5B402;
}
</style>