Shades of Golden Poppy #E5BF01
Tints of Golden Poppy #E5BF01
RGB
CMYK
RGB Variations
Color information
#E5BF01 (or 0xE5BF01) is known color: Golden Poppy. HEX triplet: E5, BF and 01. RGB value is (229,191,1). Sum of RGB (Red+Green+Blue) = 229+191+1=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BF01 is #1A40FE. Grayscale: #B5B5B5. Windows color (decimal): -1720575 or 114661. OLE color: 114661.
HSL color Cylindrical-coordinate representation of color #E5BF01: hue angle of 50º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5BF01 is Cyan = 0, Magento = 0.17, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 1 | - |
| CMYK | 0 | 0.17 | 1.00 | 0.10 |
| HSL | 50º | 0.99% | 0.45% | - |
| HSV(B) | 50º | 1% | 0.9% | - |
| XYZ | 50.95 | 53.92 | 7.75 | - |
| YUV | 180.7 | 26.59 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 1 | 0 | 0.17 | 1.00 | 0.10 | 50 | 0.99 | 0.45 |
| Hex | E5 | BF | 1 | 0 | 11 | 64 | A | 32 | 63 | 2D |
| Octal | 345 | 277 | 1 | 0 | 21 | 144 | 12 | 62 | 143 | 55 |
| Binary | 11100101 | 10111111 | 1 | 0 | 10001 | 1100100 | 1010 | 110010 | 1100011 | 101101 |
Color Harmonies of #E5BF01
Complementary color
Monochromatic Colors of #E5BF01
Black with #E5BF01
Text Example
Text Example
White with #E5BF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF01; }
p { color: rgb(229,191,1); }
H1.HeaderClassName
{
color: #E5BF01;
}
.AnyTagClassName
{
color: #E5BF01;
}
</style>
background-color css
<style>
a { background-color: #E5BF01; }
a { background-color: rgb(229,191,1); }
div.DivClassName
{
background-color: #E5BF01;
}
.BgClassName
{
background-color: #E5BF01;
}
</style>
border-color css
<style>
span { border-color: #E5BF01; }
span { border-color: rgb(229,191,1); }
td.TdClassName
{
border-color: #E5BF01;
}
.TagClassName
{
border-color: #E5BF01;
}
</style>