Shades of Gold Tips #E7B617
Tints of Gold Tips #E7B617
RGB
CMYK
RGB Variations
Color information
#E7B617 (or 0xE7B617) is known color: Gold Tips. HEX triplet: E7, B6 and 17. RGB value is (231,182,23). Sum of RGB (Red+Green+Blue) = 231+182+23=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B617 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B617 is #1849E8. Grayscale: #B3B3B3. Windows color (decimal): -1591785 or 1554151. OLE color: 1554151.
HSL color Cylindrical-coordinate representation of color #E7B617: hue angle of 45.87º 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 #E7B617 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 23 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.09 |
| HSL | 45.87º | 0.82% | 0.5% | - |
| HSV(B) | 45.87º | 0.9% | 0.91% | - |
| XYZ | 49.84 | 50.51 | 7.93 | - |
| YUV | 178.53 | 40.23 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 23 | 0 | 0.21 | 0.90 | 0.09 | 45.87 | 0.82 | 0.5 |
| Hex | E7 | B6 | 17 | 0 | 15 | 5A | 9 | 2E | 52 | 32 |
| Octal | 347 | 266 | 27 | 0 | 25 | 132 | 11 | 56 | 122 | 62 |
| Binary | 11100111 | 10110110 | 10111 | 0 | 10101 | 1011010 | 1001 | 101110 | 1010010 | 110010 |
Color Harmonies of #E7B617
Complementary color
Monochromatic Colors of #E7B617
Black with #E7B617
Text Example
Text Example
White with #E7B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B617; }
p { color: rgb(231,182,23); }
H1.HeaderClassName
{
color: #E7B617;
}
.AnyTagClassName
{
color: #E7B617;
}
</style>
background-color css
<style>
a { background-color: #E7B617; }
a { background-color: rgb(231,182,23); }
div.DivClassName
{
background-color: #E7B617;
}
.BgClassName
{
background-color: #E7B617;
}
</style>
border-color css
<style>
span { border-color: #E7B617; }
span { border-color: rgb(231,182,23); }
td.TdClassName
{
border-color: #E7B617;
}
.TagClassName
{
border-color: #E7B617;
}
</style>