Shades of Golden Poppy #E3BC01
Tints of Golden Poppy #E3BC01
RGB
CMYK
RGB Variations
Color information
#E3BC01 (or 0xE3BC01) is known color: Golden Poppy. HEX triplet: E3, BC and 01. RGB value is (227,188,1). Sum of RGB (Red+Green+Blue) = 227+188+1=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BC01 is #1C43FE. Grayscale: #B3B3B3. Windows color (decimal): -1852415 or 113891. OLE color: 113891.
HSL color Cylindrical-coordinate representation of color #E3BC01: hue angle of 49.65º 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 #E3BC01 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.11 |
| HSL | 49.65º | 0.99% | 0.45% | - |
| HSV(B) | 49.65º | 1% | 0.89% | - |
| XYZ | 49.67 | 52.3 | 7.51 | - |
| YUV | 178.34 | 27.92 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 1 | 0 | 0.17 | 1.00 | 0.11 | 49.65 | 0.99 | 0.45 |
| Hex | E3 | BC | 1 | 0 | 11 | 64 | B | 32 | 63 | 2D |
| Octal | 343 | 274 | 1 | 0 | 21 | 144 | 13 | 62 | 143 | 55 |
| Binary | 11100011 | 10111100 | 1 | 0 | 10001 | 1100100 | 1011 | 110010 | 1100011 | 101101 |
Color Harmonies of #E3BC01
Complementary color
Monochromatic Colors of #E3BC01
Black with #E3BC01
Text Example
Text Example
White with #E3BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC01; }
p { color: rgb(227,188,1); }
H1.HeaderClassName
{
color: #E3BC01;
}
.AnyTagClassName
{
color: #E3BC01;
}
</style>
background-color css
<style>
a { background-color: #E3BC01; }
a { background-color: rgb(227,188,1); }
div.DivClassName
{
background-color: #E3BC01;
}
.BgClassName
{
background-color: #E3BC01;
}
</style>
border-color css
<style>
span { border-color: #E3BC01; }
span { border-color: rgb(227,188,1); }
td.TdClassName
{
border-color: #E3BC01;
}
.TagClassName
{
border-color: #E3BC01;
}
</style>