Shades of Gold Tips #E7B717
Tints of Gold Tips #E7B717
RGB
CMYK
RGB Variations
Color information
#E7B717 (or 0xE7B717) is known color: Gold Tips. HEX triplet: E7, B7 and 17. RGB value is (231,183,23). Sum of RGB (Red+Green+Blue) = 231+183+23=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B717 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B717 is #1848E8. Grayscale: #B3B3B3. Windows color (decimal): -1591529 or 1554407. OLE color: 1554407.
HSL color Cylindrical-coordinate representation of color #E7B717: hue angle of 46.15º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7B717 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 23 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.09 |
| HSL | 46.15º | 0.82% | 0.5% | - |
| HSV(B) | 46.15º | 0.9% | 0.91% | - |
| XYZ | 50.04 | 50.92 | 8 | - |
| YUV | 179.11 | 39.9 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 23 | 0 | 0.21 | 0.90 | 0.09 | 46.15 | 0.82 | 0.5 |
| Hex | E7 | B7 | 17 | 0 | 15 | 5A | 9 | 2E | 52 | 32 |
| Octal | 347 | 267 | 27 | 0 | 25 | 132 | 11 | 56 | 122 | 62 |
| Binary | 11100111 | 10110111 | 10111 | 0 | 10101 | 1011010 | 1001 | 101110 | 1010010 | 110010 |
Color Harmonies of #E7B717
Complementary color
Monochromatic Colors of #E7B717
Black with #E7B717
Text Example
Text Example
White with #E7B717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B717; }
p { color: rgb(231,183,23); }
H1.HeaderClassName
{
color: #E7B717;
}
.AnyTagClassName
{
color: #E7B717;
}
</style>
background-color css
<style>
a { background-color: #E7B717; }
a { background-color: rgb(231,183,23); }
div.DivClassName
{
background-color: #E7B717;
}
.BgClassName
{
background-color: #E7B717;
}
</style>
border-color css
<style>
span { border-color: #E7B717; }
span { border-color: rgb(231,183,23); }
td.TdClassName
{
border-color: #E7B717;
}
.TagClassName
{
border-color: #E7B717;
}
</style>