Shades of Golden Poppy #E2B800
Tints of Golden Poppy #E2B800
RGB
CMYK
RGB Variations
Color information
#E2B800 (or 0xE2B800) is known color: Golden Poppy. HEX triplet: E2, B8 and 00. RGB value is (226,184,0). Sum of RGB (Red+Green+Blue) = 226+184+0=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B800 is #1D47FF. Grayscale: #B0B0B0. Windows color (decimal): -1918976 or 47330. OLE color: 47330.
HSL color Cylindrical-coordinate representation of color #E2B800: hue angle of 48.85º 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 #E2B800 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.11 |
| HSL | 48.85º | 1% | 0.44% | - |
| HSV(B) | 48.85º | 1% | 0.89% | - |
| XYZ | 48.5 | 50.45 | 7.18 | - |
| YUV | 175.58 | 28.91 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 0 | 0 | 0.19 | 1 | 0.11 | 48.85 | 1 | 0.44 |
| Hex | E2 | B8 | 0 | 0 | 13 | 64 | B | 31 | 64 | 2C |
| Octal | 342 | 270 | 0 | 0 | 23 | 144 | 13 | 61 | 144 | 54 |
| Binary | 11100010 | 10111000 | 0 | 0 | 10011 | 1100100 | 1011 | 110001 | 1100100 | 101100 |
Color Harmonies of #E2B800
Complementary color
Monochromatic Colors of #E2B800
Black with #E2B800
Text Example
Text Example
White with #E2B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B800; }
p { color: rgb(226,184,0); }
H1.HeaderClassName
{
color: #E2B800;
}
.AnyTagClassName
{
color: #E2B800;
}
</style>
background-color css
<style>
a { background-color: #E2B800; }
a { background-color: rgb(226,184,0); }
div.DivClassName
{
background-color: #E2B800;
}
.BgClassName
{
background-color: #E2B800;
}
</style>
border-color css
<style>
span { border-color: #E2B800; }
span { border-color: rgb(226,184,0); }
td.TdClassName
{
border-color: #E2B800;
}
.TagClassName
{
border-color: #E2B800;
}
</style>