Shades of Golden Poppy #E3B901
Tints of Golden Poppy #E3B901
RGB
CMYK
RGB Variations
Color information
#E3B901 (or 0xE3B901) is known color: Golden Poppy. HEX triplet: E3, B9 and 01. RGB value is (227,185,1). Sum of RGB (Red+Green+Blue) = 227+185+1=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B901 is #1C46FE. Grayscale: #B1B1B1. Windows color (decimal): -1853183 or 113123. OLE color: 113123.
HSL color Cylindrical-coordinate representation of color #E3B901: hue angle of 48.85º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3B901 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 185 | 1 | - |
| CMYK | 0 | 0.19 | 1.00 | 0.11 |
| HSL | 48.85º | 0.99% | 0.45% | - |
| HSV(B) | 48.85º | 1% | 0.89% | - |
| XYZ | 49.03 | 51.03 | 7.29 | - |
| YUV | 176.58 | 28.91 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 185 | 1 | 0 | 0.19 | 1.00 | 0.11 | 48.85 | 0.99 | 0.45 |
| Hex | E3 | B9 | 1 | 0 | 13 | 64 | B | 31 | 63 | 2D |
| Octal | 343 | 271 | 1 | 0 | 23 | 144 | 13 | 61 | 143 | 55 |
| Binary | 11100011 | 10111001 | 1 | 0 | 10011 | 1100100 | 1011 | 110001 | 1100011 | 101101 |
Color Harmonies of #E3B901
Complementary color
Monochromatic Colors of #E3B901
Black with #E3B901
Text Example
Text Example
White with #E3B901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B901; }
p { color: rgb(227,185,1); }
H1.HeaderClassName
{
color: #E3B901;
}
.AnyTagClassName
{
color: #E3B901;
}
</style>
background-color css
<style>
a { background-color: #E3B901; }
a { background-color: rgb(227,185,1); }
div.DivClassName
{
background-color: #E3B901;
}
.BgClassName
{
background-color: #E3B901;
}
</style>
border-color css
<style>
span { border-color: #E3B901; }
span { border-color: rgb(227,185,1); }
td.TdClassName
{
border-color: #E3B901;
}
.TagClassName
{
border-color: #E3B901;
}
</style>