Shades of Golden Poppy #E7BE01
Tints of Golden Poppy #E7BE01
RGB
CMYK
RGB Variations
Color information
#E7BE01 (or 0xE7BE01) is known color: Golden Poppy. HEX triplet: E7, BE and 01. RGB value is (231,190,1). Sum of RGB (Red+Green+Blue) = 231+190+1=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BE01 is #1841FE. Grayscale: #B5B5B5. Windows color (decimal): -1589759 or 114407. OLE color: 114407.
HSL color Cylindrical-coordinate representation of color #E7BE01: hue angle of 49.3º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7BE01 is Cyan = 0, Magento = 0.18, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 1 | - |
| CMYK | 0 | 0.18 | 1.00 | 0.09 |
| HSL | 49.3º | 0.99% | 0.45% | - |
| HSV(B) | 49.3º | 1% | 0.91% | - |
| XYZ | 51.37 | 53.82 | 7.71 | - |
| YUV | 180.71 | 26.58 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 1 | 0 | 0.18 | 1.00 | 0.09 | 49.3 | 0.99 | 0.45 |
| Hex | E7 | BE | 1 | 0 | 12 | 64 | 9 | 31 | 63 | 2D |
| Octal | 347 | 276 | 1 | 0 | 22 | 144 | 11 | 61 | 143 | 55 |
| Binary | 11100111 | 10111110 | 1 | 0 | 10010 | 1100100 | 1001 | 110001 | 1100011 | 101101 |
Color Harmonies of #E7BE01
Complementary color
Monochromatic Colors of #E7BE01
Black with #E7BE01
Text Example
Text Example
White with #E7BE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE01; }
p { color: rgb(231,190,1); }
H1.HeaderClassName
{
color: #E7BE01;
}
.AnyTagClassName
{
color: #E7BE01;
}
</style>
background-color css
<style>
a { background-color: #E7BE01; }
a { background-color: rgb(231,190,1); }
div.DivClassName
{
background-color: #E7BE01;
}
.BgClassName
{
background-color: #E7BE01;
}
</style>
border-color css
<style>
span { border-color: #E7BE01; }
span { border-color: rgb(231,190,1); }
td.TdClassName
{
border-color: #E7BE01;
}
.TagClassName
{
border-color: #E7BE01;
}
</style>