Shades of Golden Poppy #E2B600
Tints of Golden Poppy #E2B600
RGB
CMYK
RGB Variations
Color information
#E2B600 (or 0xE2B600) is known color: Golden Poppy. HEX triplet: E2, B6 and 00. RGB value is (226,182,0). Sum of RGB (Red+Green+Blue) = 226+182+0=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B600 is #1D49FF. Grayscale: #AFAFAF. Windows color (decimal): -1919488 or 46818. OLE color: 46818.
HSL color Cylindrical-coordinate representation of color #E2B600: hue angle of 48.32º 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 #E2B600 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.11 |
| HSL | 48.32º | 1% | 0.44% | - |
| HSV(B) | 48.32º | 1% | 0.89% | - |
| XYZ | 48.09 | 49.62 | 7.04 | - |
| YUV | 174.41 | 29.58 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 0 | 0 | 0.19 | 1 | 0.11 | 48.32 | 1 | 0.44 |
| Hex | E2 | B6 | 0 | 0 | 13 | 64 | B | 30 | 64 | 2C |
| Octal | 342 | 266 | 0 | 0 | 23 | 144 | 13 | 60 | 144 | 54 |
| Binary | 11100010 | 10110110 | 0 | 0 | 10011 | 1100100 | 1011 | 110000 | 1100100 | 101100 |
Color Harmonies of #E2B600
Complementary color
Monochromatic Colors of #E2B600
Black with #E2B600
Text Example
Text Example
White with #E2B600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B600; }
p { color: rgb(226,182,0); }
H1.HeaderClassName
{
color: #E2B600;
}
.AnyTagClassName
{
color: #E2B600;
}
</style>
background-color css
<style>
a { background-color: #E2B600; }
a { background-color: rgb(226,182,0); }
div.DivClassName
{
background-color: #E2B600;
}
.BgClassName
{
background-color: #E2B600;
}
</style>
border-color css
<style>
span { border-color: #E2B600; }
span { border-color: rgb(226,182,0); }
td.TdClassName
{
border-color: #E2B600;
}
.TagClassName
{
border-color: #E2B600;
}
</style>