Shades of Golden Poppy #E7B606
Tints of Golden Poppy #E7B606
RGB
CMYK
RGB Variations
Color information
#E7B606 (or 0xE7B606) is known color: Golden Poppy. HEX triplet: E7, B6 and 06. RGB value is (231,182,6). Sum of RGB (Red+Green+Blue) = 231+182+6=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B606 is #1849F9. Grayscale: #B1B1B1. Windows color (decimal): -1591802 or 440039. OLE color: 440039.
HSL color Cylindrical-coordinate representation of color #E7B606: hue angle of 46.93º 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 #E7B606 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.09 |
| HSL | 46.93º | 0.95% | 0.46% | - |
| HSV(B) | 46.93º | 0.97% | 0.91% | - |
| XYZ | 49.72 | 50.46 | 7.29 | - |
| YUV | 176.59 | 31.73 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 6 | 0 | 0.21 | 0.97 | 0.09 | 46.93 | 0.95 | 0.46 |
| Hex | E7 | B6 | 6 | 0 | 15 | 61 | 9 | 2F | 5F | 2E |
| Octal | 347 | 266 | 6 | 0 | 25 | 141 | 11 | 57 | 137 | 56 |
| Binary | 11100111 | 10110110 | 110 | 0 | 10101 | 1100001 | 1001 | 101111 | 1011111 | 101110 |
Color Harmonies of #E7B606
Complementary color
Monochromatic Colors of #E7B606
Black with #E7B606
Text Example
Text Example
White with #E7B606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B606; }
p { color: rgb(231,182,6); }
H1.HeaderClassName
{
color: #E7B606;
}
.AnyTagClassName
{
color: #E7B606;
}
</style>
background-color css
<style>
a { background-color: #E7B606; }
a { background-color: rgb(231,182,6); }
div.DivClassName
{
background-color: #E7B606;
}
.BgClassName
{
background-color: #E7B606;
}
</style>
border-color css
<style>
span { border-color: #E7B606; }
span { border-color: rgb(231,182,6); }
td.TdClassName
{
border-color: #E7B606;
}
.TagClassName
{
border-color: #E7B606;
}
</style>