Shades of Golden Poppy #E7B604
Tints of Golden Poppy #E7B604
RGB
CMYK
RGB Variations
Color information
#E7B604 (or 0xE7B604) is known color: Golden Poppy. HEX triplet: E7, B6 and 04. RGB value is (231,182,4). Sum of RGB (Red+Green+Blue) = 231+182+4=417 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.40% from 417); Green value is 182 (71.48% from 255 or 43.65% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B604 is #1849FB. Grayscale: #B1B1B1. Windows color (decimal): -1591804 or 308967. OLE color: 308967.
HSL color Cylindrical-coordinate representation of color #E7B604: hue angle of 47.05º degrees, saturation: 0.97, 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 #E7B604 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.09 |
| HSL | 47.05º | 0.97% | 0.46% | - |
| HSV(B) | 47.05º | 0.98% | 0.91% | - |
| XYZ | 49.7 | 50.45 | 7.23 | - |
| YUV | 176.36 | 30.73 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 4 | 0 | 0.21 | 0.98 | 0.09 | 47.05 | 0.97 | 0.46 |
| Hex | E7 | B6 | 4 | 0 | 15 | 62 | 9 | 2F | 61 | 2E |
| Octal | 347 | 266 | 4 | 0 | 25 | 142 | 11 | 57 | 141 | 56 |
| Binary | 11100111 | 10110110 | 100 | 0 | 10101 | 1100010 | 1001 | 101111 | 1100001 | 101110 |
Color Harmonies of #E7B604
Complementary color
Monochromatic Colors of #E7B604
Black with #E7B604
Text Example
Text Example
White with #E7B604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B604; }
p { color: rgb(231,182,4); }
H1.HeaderClassName
{
color: #E7B604;
}
.AnyTagClassName
{
color: #E7B604;
}
</style>
background-color css
<style>
a { background-color: #E7B604; }
a { background-color: rgb(231,182,4); }
div.DivClassName
{
background-color: #E7B604;
}
.BgClassName
{
background-color: #E7B604;
}
</style>
border-color css
<style>
span { border-color: #E7B604; }
span { border-color: rgb(231,182,4); }
td.TdClassName
{
border-color: #E7B604;
}
.TagClassName
{
border-color: #E7B604;
}
</style>