Shades of Gold Tips #E7B019
Tints of Gold Tips #E7B019
RGB
CMYK
RGB Variations
Color information
#E7B019 (or 0xE7B019) is known color: Gold Tips. HEX triplet: E7, B0 and 19. RGB value is (231,176,25). Sum of RGB (Red+Green+Blue) = 231+176+25=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 25 (10.16% from 255 or 5.79% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B019 is #184FE6. Grayscale: #AFAFAF. Windows color (decimal): -1593319 or 1683687. OLE color: 1683687.
HSL color Cylindrical-coordinate representation of color #E7B019: hue angle of 43.98º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7B019 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.09 |
| HSL | 43.98º | 0.81% | 0.5% | - |
| HSV(B) | 43.98º | 0.89% | 0.91% | - |
| XYZ | 48.66 | 48.11 | 7.64 | - |
| YUV | 175.23 | 43.22 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 25 | 0 | 0.24 | 0.89 | 0.09 | 43.98 | 0.81 | 0.5 |
| Hex | E7 | B0 | 19 | 0 | 18 | 59 | 9 | 2C | 51 | 32 |
| Octal | 347 | 260 | 31 | 0 | 30 | 131 | 11 | 54 | 121 | 62 |
| Binary | 11100111 | 10110000 | 11001 | 0 | 11000 | 1011001 | 1001 | 101100 | 1010001 | 110010 |
Color Harmonies of #E7B019
Complementary color
Monochromatic Colors of #E7B019
Black with #E7B019
Text Example
Text Example
White with #E7B019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B019; }
p { color: rgb(231,176,25); }
H1.HeaderClassName
{
color: #E7B019;
}
.AnyTagClassName
{
color: #E7B019;
}
</style>
background-color css
<style>
a { background-color: #E7B019; }
a { background-color: rgb(231,176,25); }
div.DivClassName
{
background-color: #E7B019;
}
.BgClassName
{
background-color: #E7B019;
}
</style>
border-color css
<style>
span { border-color: #E7B019; }
span { border-color: rgb(231,176,25); }
td.TdClassName
{
border-color: #E7B019;
}
.TagClassName
{
border-color: #E7B019;
}
</style>