Shades of Gold Tips #E7B819
Tints of Gold Tips #E7B819
RGB
CMYK
RGB Variations
Color information
#E7B819 (or 0xE7B819) is known color: Gold Tips. HEX triplet: E7, B8 and 19. RGB value is (231,184,25). Sum of RGB (Red+Green+Blue) = 231+184+25=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B819 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B819 is #1847E6. Grayscale: #B4B4B4. Windows color (decimal): -1591271 or 1685735. OLE color: 1685735.
HSL color Cylindrical-coordinate representation of color #E7B819: hue angle of 46.31º 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 #E7B819 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 25 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.09 |
| HSL | 46.31º | 0.81% | 0.5% | - |
| HSV(B) | 46.31º | 0.89% | 0.91% | - |
| XYZ | 50.27 | 51.34 | 8.18 | - |
| YUV | 179.93 | 40.57 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 25 | 0 | 0.20 | 0.89 | 0.09 | 46.31 | 0.81 | 0.5 |
| Hex | E7 | B8 | 19 | 0 | 14 | 59 | 9 | 2E | 51 | 32 |
| Octal | 347 | 270 | 31 | 0 | 24 | 131 | 11 | 56 | 121 | 62 |
| Binary | 11100111 | 10111000 | 11001 | 0 | 10100 | 1011001 | 1001 | 101110 | 1010001 | 110010 |
Color Harmonies of #E7B819
Complementary color
Monochromatic Colors of #E7B819
Black with #E7B819
Text Example
Text Example
White with #E7B819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B819; }
p { color: rgb(231,184,25); }
H1.HeaderClassName
{
color: #E7B819;
}
.AnyTagClassName
{
color: #E7B819;
}
</style>
background-color css
<style>
a { background-color: #E7B819; }
a { background-color: rgb(231,184,25); }
div.DivClassName
{
background-color: #E7B819;
}
.BgClassName
{
background-color: #E7B819;
}
</style>
border-color css
<style>
span { border-color: #E7B819; }
span { border-color: rgb(231,184,25); }
td.TdClassName
{
border-color: #E7B819;
}
.TagClassName
{
border-color: #E7B819;
}
</style>