Shades of Golden Poppy #E5BC02
Tints of Golden Poppy #E5BC02
RGB
CMYK
RGB Variations
Color information
#E5BC02 (or 0xE5BC02) is known color: Golden Poppy. HEX triplet: E5, BC and 02. RGB value is (229,188,2). Sum of RGB (Red+Green+Blue) = 229+188+2=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 2 (1.17% from 255 or 0.48% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BC02 is #1A43FD. Grayscale: #B3B3B3. Windows color (decimal): -1721342 or 179429. OLE color: 179429.
HSL color Cylindrical-coordinate representation of color #E5BC02: hue angle of 49.16º degrees, saturation: 0.98, 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 #E5BC02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.10 |
| HSL | 49.16º | 0.98% | 0.45% | - |
| HSV(B) | 49.16º | 0.99% | 0.9% | - |
| XYZ | 50.31 | 52.63 | 7.56 | - |
| YUV | 179.06 | 28.08 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 2 | 0 | 0.18 | 0.99 | 0.10 | 49.16 | 0.98 | 0.45 |
| Hex | E5 | BC | 2 | 0 | 12 | 63 | A | 31 | 62 | 2D |
| Octal | 345 | 274 | 2 | 0 | 22 | 143 | 12 | 61 | 142 | 55 |
| Binary | 11100101 | 10111100 | 10 | 0 | 10010 | 1100011 | 1010 | 110001 | 1100010 | 101101 |
Color Harmonies of #E5BC02
Complementary color
Monochromatic Colors of #E5BC02
Black with #E5BC02
Text Example
Text Example
White with #E5BC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC02; }
p { color: rgb(229,188,2); }
H1.HeaderClassName
{
color: #E5BC02;
}
.AnyTagClassName
{
color: #E5BC02;
}
</style>
background-color css
<style>
a { background-color: #E5BC02; }
a { background-color: rgb(229,188,2); }
div.DivClassName
{
background-color: #E5BC02;
}
.BgClassName
{
background-color: #E5BC02;
}
</style>
border-color css
<style>
span { border-color: #E5BC02; }
span { border-color: rgb(229,188,2); }
td.TdClassName
{
border-color: #E5BC02;
}
.TagClassName
{
border-color: #E5BC02;
}
</style>