Shades of Golden Poppy #E5BF03
Tints of Golden Poppy #E5BF03
RGB
CMYK
RGB Variations
Color information
#E5BF03 (or 0xE5BF03) is known color: Golden Poppy. HEX triplet: E5, BF and 03. RGB value is (229,191,3). Sum of RGB (Red+Green+Blue) = 229+191+3=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BF03 is #1A40FC. Grayscale: #B5B5B5. Windows color (decimal): -1720573 or 245733. OLE color: 245733.
HSL color Cylindrical-coordinate representation of color #E5BF03: hue angle of 49.91º 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 #E5BF03 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.10 |
| HSL | 49.91º | 0.97% | 0.45% | - |
| HSV(B) | 49.91º | 0.99% | 0.9% | - |
| XYZ | 50.96 | 53.93 | 7.81 | - |
| YUV | 180.93 | 27.59 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 3 | 0 | 0.17 | 0.99 | 0.10 | 49.91 | 0.97 | 0.45 |
| Hex | E5 | BF | 3 | 0 | 11 | 63 | A | 32 | 61 | 2D |
| Octal | 345 | 277 | 3 | 0 | 21 | 143 | 12 | 62 | 141 | 55 |
| Binary | 11100101 | 10111111 | 11 | 0 | 10001 | 1100011 | 1010 | 110010 | 1100001 | 101101 |
Color Harmonies of #E5BF03
Complementary color
Monochromatic Colors of #E5BF03
Black with #E5BF03
Text Example
Text Example
White with #E5BF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF03; }
p { color: rgb(229,191,3); }
H1.HeaderClassName
{
color: #E5BF03;
}
.AnyTagClassName
{
color: #E5BF03;
}
</style>
background-color css
<style>
a { background-color: #E5BF03; }
a { background-color: rgb(229,191,3); }
div.DivClassName
{
background-color: #E5BF03;
}
.BgClassName
{
background-color: #E5BF03;
}
</style>
border-color css
<style>
span { border-color: #E5BF03; }
span { border-color: rgb(229,191,3); }
td.TdClassName
{
border-color: #E5BF03;
}
.TagClassName
{
border-color: #E5BF03;
}
</style>