Shades of Golden Poppy #E7B700
Tints of Golden Poppy #E7B700
RGB
CMYK
RGB Variations
Color information
#E7B700 (or 0xE7B700) is known color: Golden Poppy. HEX triplet: E7, B7 and 00. RGB value is (231,183,0). Sum of RGB (Red+Green+Blue) = 231+183+0=414 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.80% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B700 is #1848FF. Grayscale: #B1B1B1. Windows color (decimal): -1591552 or 47079. OLE color: 47079.
HSL color Cylindrical-coordinate representation of color #E7B700: hue angle of 47.53º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7B700 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.09 |
| HSL | 47.53º | 1% | 0.45% | - |
| HSV(B) | 47.53º | 1% | 0.91% | - |
| XYZ | 49.89 | 50.86 | 7.19 | - |
| YUV | 176.49 | 28.4 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 0 | 0 | 0.21 | 1 | 0.09 | 47.53 | 1 | 0.45 |
| Hex | E7 | B7 | 0 | 0 | 15 | 64 | 9 | 30 | 64 | 2D |
| Octal | 347 | 267 | 0 | 0 | 25 | 144 | 11 | 60 | 144 | 55 |
| Binary | 11100111 | 10110111 | 0 | 0 | 10101 | 1100100 | 1001 | 110000 | 1100100 | 101101 |
Color Harmonies of #E7B700
Complementary color
Monochromatic Colors of #E7B700
Black with #E7B700
Text Example
Text Example
White with #E7B700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B700; }
p { color: rgb(231,183,0); }
H1.HeaderClassName
{
color: #E7B700;
}
.AnyTagClassName
{
color: #E7B700;
}
</style>
background-color css
<style>
a { background-color: #E7B700; }
a { background-color: rgb(231,183,0); }
div.DivClassName
{
background-color: #E7B700;
}
.BgClassName
{
background-color: #E7B700;
}
</style>
border-color css
<style>
span { border-color: #E7B700; }
span { border-color: rgb(231,183,0); }
td.TdClassName
{
border-color: #E7B700;
}
.TagClassName
{
border-color: #E7B700;
}
</style>