Shades of Gold Tips #E7B719
Tints of Gold Tips #E7B719
RGB
CMYK
RGB Variations
Color information
#E7B719 (or 0xE7B719) is known color: Gold Tips. HEX triplet: E7, B7 and 19. RGB value is (231,183,25). Sum of RGB (Red+Green+Blue) = 231+183+25=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B719 is #1848E6. Grayscale: #B4B4B4. Windows color (decimal): -1591527 or 1685479. OLE color: 1685479.
HSL color Cylindrical-coordinate representation of color #E7B719: hue angle of 46.02º 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 #E7B719 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 25 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.09 |
| HSL | 46.02º | 0.81% | 0.5% | - |
| HSV(B) | 46.02º | 0.89% | 0.91% | - |
| XYZ | 50.06 | 50.93 | 8.11 | - |
| YUV | 179.34 | 40.9 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 25 | 0 | 0.21 | 0.89 | 0.09 | 46.02 | 0.81 | 0.5 |
| Hex | E7 | B7 | 19 | 0 | 15 | 59 | 9 | 2E | 51 | 32 |
| Octal | 347 | 267 | 31 | 0 | 25 | 131 | 11 | 56 | 121 | 62 |
| Binary | 11100111 | 10110111 | 11001 | 0 | 10101 | 1011001 | 1001 | 101110 | 1010001 | 110010 |
Color Harmonies of #E7B719
Complementary color
Monochromatic Colors of #E7B719
Black with #E7B719
Text Example
Text Example
White with #E7B719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B719; }
p { color: rgb(231,183,25); }
H1.HeaderClassName
{
color: #E7B719;
}
.AnyTagClassName
{
color: #E7B719;
}
</style>
background-color css
<style>
a { background-color: #E7B719; }
a { background-color: rgb(231,183,25); }
div.DivClassName
{
background-color: #E7B719;
}
.BgClassName
{
background-color: #E7B719;
}
</style>
border-color css
<style>
span { border-color: #E7B719; }
span { border-color: rgb(231,183,25); }
td.TdClassName
{
border-color: #E7B719;
}
.TagClassName
{
border-color: #E7B719;
}
</style>