Shades of Golden Poppy #E2B400
Tints of Golden Poppy #E2B400
RGB
CMYK
RGB Variations
Color information
#E2B400 (or 0xE2B400) is known color: Golden Poppy. HEX triplet: E2, B4 and 00. RGB value is (226,180,0). Sum of RGB (Red+Green+Blue) = 226+180+0=406 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.67% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B400 is #1D4BFF. Grayscale: #AEAEAE. Windows color (decimal): -1920000 or 46306. OLE color: 46306.
HSL color Cylindrical-coordinate representation of color #E2B400: hue angle of 47.79º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2B400 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.11 |
| HSL | 47.79º | 1% | 0.44% | - |
| HSV(B) | 47.79º | 1% | 0.89% | - |
| XYZ | 47.69 | 48.81 | 6.91 | - |
| YUV | 173.23 | 30.24 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 0 | 0 | 0.20 | 1 | 0.11 | 47.79 | 1 | 0.44 |
| Hex | E2 | B4 | 0 | 0 | 14 | 64 | B | 30 | 64 | 2C |
| Octal | 342 | 264 | 0 | 0 | 24 | 144 | 13 | 60 | 144 | 54 |
| Binary | 11100010 | 10110100 | 0 | 0 | 10100 | 1100100 | 1011 | 110000 | 1100100 | 101100 |
Color Harmonies of #E2B400
Complementary color
Monochromatic Colors of #E2B400
Black with #E2B400
Text Example
Text Example
White with #E2B400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B400; }
p { color: rgb(226,180,0); }
H1.HeaderClassName
{
color: #E2B400;
}
.AnyTagClassName
{
color: #E2B400;
}
</style>
background-color css
<style>
a { background-color: #E2B400; }
a { background-color: rgb(226,180,0); }
div.DivClassName
{
background-color: #E2B400;
}
.BgClassName
{
background-color: #E2B400;
}
</style>
border-color css
<style>
span { border-color: #E2B400; }
span { border-color: rgb(226,180,0); }
td.TdClassName
{
border-color: #E2B400;
}
.TagClassName
{
border-color: #E2B400;
}
</style>