Shades of Golden Poppy #E3BB00
Tints of Golden Poppy #E3BB00
RGB
CMYK
RGB Variations
Color information
#E3BB00 (or 0xE3BB00) is known color: Golden Poppy. HEX triplet: E3, BB and 00. RGB value is (227,187,0). Sum of RGB (Red+Green+Blue) = 227+187+0=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BB00 is #1C44FF. Grayscale: #B2B2B2. Windows color (decimal): -1852672 or 48099. OLE color: 48099.
HSL color Cylindrical-coordinate representation of color #E3BB00: hue angle of 49.43º 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 #E3BB00 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 187 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.11 |
| HSL | 49.43º | 1% | 0.45% | - |
| HSV(B) | 49.43º | 1% | 0.89% | - |
| XYZ | 49.45 | 51.87 | 7.41 | - |
| YUV | 177.64 | 27.75 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 187 | 0 | 0 | 0.18 | 1 | 0.11 | 49.43 | 1 | 0.45 |
| Hex | E3 | BB | 0 | 0 | 12 | 64 | B | 31 | 64 | 2D |
| Octal | 343 | 273 | 0 | 0 | 22 | 144 | 13 | 61 | 144 | 55 |
| Binary | 11100011 | 10111011 | 0 | 0 | 10010 | 1100100 | 1011 | 110001 | 1100100 | 101101 |
Color Harmonies of #E3BB00
Complementary color
Monochromatic Colors of #E3BB00
Black with #E3BB00
Text Example
Text Example
White with #E3BB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BB00; }
p { color: rgb(227,187,0); }
H1.HeaderClassName
{
color: #E3BB00;
}
.AnyTagClassName
{
color: #E3BB00;
}
</style>
background-color css
<style>
a { background-color: #E3BB00; }
a { background-color: rgb(227,187,0); }
div.DivClassName
{
background-color: #E3BB00;
}
.BgClassName
{
background-color: #E3BB00;
}
</style>
border-color css
<style>
span { border-color: #E3BB00; }
span { border-color: rgb(227,187,0); }
td.TdClassName
{
border-color: #E3BB00;
}
.TagClassName
{
border-color: #E3BB00;
}
</style>