Shades of Golden Poppy #E7BE06
Tints of Golden Poppy #E7BE06
RGB
CMYK
RGB Variations
Color information
#E7BE06 (or 0xE7BE06) is known color: Golden Poppy. HEX triplet: E7, BE and 06. RGB value is (231,190,6). Sum of RGB (Red+Green+Blue) = 231+190+6=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BE06 is #1841F9. Grayscale: #B6B6B6. Windows color (decimal): -1589754 or 442087. OLE color: 442087.
HSL color Cylindrical-coordinate representation of color #E7BE06: hue angle of 49.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7BE06 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.09 |
| HSL | 49.07º | 0.95% | 0.46% | - |
| HSV(B) | 49.07º | 0.97% | 0.91% | - |
| XYZ | 51.4 | 53.83 | 7.85 | - |
| YUV | 181.28 | 29.08 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 6 | 0 | 0.18 | 0.97 | 0.09 | 49.07 | 0.95 | 0.46 |
| Hex | E7 | BE | 6 | 0 | 12 | 61 | 9 | 31 | 5F | 2E |
| Octal | 347 | 276 | 6 | 0 | 22 | 141 | 11 | 61 | 137 | 56 |
| Binary | 11100111 | 10111110 | 110 | 0 | 10010 | 1100001 | 1001 | 110001 | 1011111 | 101110 |
Color Harmonies of #E7BE06
Complementary color
Monochromatic Colors of #E7BE06
Black with #E7BE06
Text Example
Text Example
White with #E7BE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BE06; }
p { color: rgb(231,190,6); }
H1.HeaderClassName
{
color: #E7BE06;
}
.AnyTagClassName
{
color: #E7BE06;
}
</style>
background-color css
<style>
a { background-color: #E7BE06; }
a { background-color: rgb(231,190,6); }
div.DivClassName
{
background-color: #E7BE06;
}
.BgClassName
{
background-color: #E7BE06;
}
</style>
border-color css
<style>
span { border-color: #E7BE06; }
span { border-color: rgb(231,190,6); }
td.TdClassName
{
border-color: #E7BE06;
}
.TagClassName
{
border-color: #E7BE06;
}
</style>