Shades of Golden Poppy #E7B805
Tints of Golden Poppy #E7B805
RGB
CMYK
RGB Variations
Color information
#E7B805 (or 0xE7B805) is known color: Golden Poppy. HEX triplet: E7, B8 and 05. RGB value is (231,184,5). Sum of RGB (Red+Green+Blue) = 231+184+5=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B805 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B805 is #1847FA. Grayscale: #B2B2B2. Windows color (decimal): -1591291 or 375015. OLE color: 375015.
HSL color Cylindrical-coordinate representation of color #E7B805: hue angle of 47.52º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E7B805 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.09 |
| HSL | 47.52º | 0.96% | 0.46% | - |
| HSV(B) | 47.52º | 0.98% | 0.91% | - |
| XYZ | 50.12 | 51.28 | 7.4 | - |
| YUV | 177.65 | 30.57 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 5 | 0 | 0.20 | 0.98 | 0.09 | 47.52 | 0.96 | 0.46 |
| Hex | E7 | B8 | 5 | 0 | 14 | 62 | 9 | 30 | 60 | 2E |
| Octal | 347 | 270 | 5 | 0 | 24 | 142 | 11 | 60 | 140 | 56 |
| Binary | 11100111 | 10111000 | 101 | 0 | 10100 | 1100010 | 1001 | 110000 | 1100000 | 101110 |
Color Harmonies of #E7B805
Complementary color
Monochromatic Colors of #E7B805
Black with #E7B805
Text Example
Text Example
White with #E7B805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B805; }
p { color: rgb(231,184,5); }
H1.HeaderClassName
{
color: #E7B805;
}
.AnyTagClassName
{
color: #E7B805;
}
</style>
background-color css
<style>
a { background-color: #E7B805; }
a { background-color: rgb(231,184,5); }
div.DivClassName
{
background-color: #E7B805;
}
.BgClassName
{
background-color: #E7B805;
}
</style>
border-color css
<style>
span { border-color: #E7B805; }
span { border-color: rgb(231,184,5); }
td.TdClassName
{
border-color: #E7B805;
}
.TagClassName
{
border-color: #E7B805;
}
</style>