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