Shades of Golden Poppy #E5BC03
Tints of Golden Poppy #E5BC03
RGB
CMYK
RGB Variations
Color information
#E5BC03 (or 0xE5BC03) is known color: Golden Poppy. HEX triplet: E5, BC and 03. RGB value is (229,188,3). Sum of RGB (Red+Green+Blue) = 229+188+3=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BC03 is #1A43FC. Grayscale: #B3B3B3. Windows color (decimal): -1721341 or 244965. OLE color: 244965.
HSL color Cylindrical-coordinate representation of color #E5BC03: hue angle of 49.12º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E5BC03 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.10 |
| HSL | 49.12º | 0.97% | 0.45% | - |
| HSV(B) | 49.12º | 0.99% | 0.9% | - |
| XYZ | 50.31 | 52.63 | 7.59 | - |
| YUV | 179.17 | 28.58 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 3 | 0 | 0.18 | 0.99 | 0.10 | 49.12 | 0.97 | 0.45 |
| Hex | E5 | BC | 3 | 0 | 12 | 63 | A | 31 | 61 | 2D |
| Octal | 345 | 274 | 3 | 0 | 22 | 143 | 12 | 61 | 141 | 55 |
| Binary | 11100101 | 10111100 | 11 | 0 | 10010 | 1100011 | 1010 | 110001 | 1100001 | 101101 |
Color Harmonies of #E5BC03
Complementary color
Monochromatic Colors of #E5BC03
Black with #E5BC03
Text Example
Text Example
White with #E5BC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC03; }
p { color: rgb(229,188,3); }
H1.HeaderClassName
{
color: #E5BC03;
}
.AnyTagClassName
{
color: #E5BC03;
}
</style>
background-color css
<style>
a { background-color: #E5BC03; }
a { background-color: rgb(229,188,3); }
div.DivClassName
{
background-color: #E5BC03;
}
.BgClassName
{
background-color: #E5BC03;
}
</style>
border-color css
<style>
span { border-color: #E5BC03; }
span { border-color: rgb(229,188,3); }
td.TdClassName
{
border-color: #E5BC03;
}
.TagClassName
{
border-color: #E5BC03;
}
</style>