Shades of Golden Poppy #E7BC07
Tints of Golden Poppy #E7BC07
RGB
CMYK
RGB Variations
Color information
#E7BC07 (or 0xE7BC07) is known color: Golden Poppy. HEX triplet: E7, BC and 07. RGB value is (231,188,7). Sum of RGB (Red+Green+Blue) = 231+188+7=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BC07 is #1843F8. Grayscale: #B4B4B4. Windows color (decimal): -1590265 or 507111. OLE color: 507111.
HSL color Cylindrical-coordinate representation of color #E7BC07: hue angle of 48.48º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7BC07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 7 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.09 |
| HSL | 48.48º | 0.94% | 0.47% | - |
| HSV(B) | 48.48º | 0.97% | 0.91% | - |
| XYZ | 50.98 | 52.97 | 7.74 | - |
| YUV | 180.22 | 30.25 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 7 | 0 | 0.19 | 0.97 | 0.09 | 48.48 | 0.94 | 0.47 |
| Hex | E7 | BC | 7 | 0 | 13 | 61 | 9 | 30 | 5E | 2F |
| Octal | 347 | 274 | 7 | 0 | 23 | 141 | 11 | 60 | 136 | 57 |
| Binary | 11100111 | 10111100 | 111 | 0 | 10011 | 1100001 | 1001 | 110000 | 1011110 | 101111 |
Color Harmonies of #E7BC07
Complementary color
Monochromatic Colors of #E7BC07
Black with #E7BC07
Text Example
Text Example
White with #E7BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC07; }
p { color: rgb(231,188,7); }
H1.HeaderClassName
{
color: #E7BC07;
}
.AnyTagClassName
{
color: #E7BC07;
}
</style>
background-color css
<style>
a { background-color: #E7BC07; }
a { background-color: rgb(231,188,7); }
div.DivClassName
{
background-color: #E7BC07;
}
.BgClassName
{
background-color: #E7BC07;
}
</style>
border-color css
<style>
span { border-color: #E7BC07; }
span { border-color: rgb(231,188,7); }
td.TdClassName
{
border-color: #E7BC07;
}
.TagClassName
{
border-color: #E7BC07;
}
</style>