Shades of Gold Tips #E7B111
Tints of Gold Tips #E7B111
RGB
CMYK
RGB Variations
Color information
#E7B111 (or 0xE7B111) is known color: Gold Tips. HEX triplet: E7, B1 and 11. RGB value is (231,177,17). Sum of RGB (Red+Green+Blue) = 231+177+17=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B111 is #184EEE. Grayscale: #AFAFAF. Windows color (decimal): -1593071 or 1159655. OLE color: 1159655.
HSL color Cylindrical-coordinate representation of color #E7B111: hue angle of 44.86º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7B111 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 17 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.09 |
| HSL | 44.86º | 0.86% | 0.49% | - |
| HSV(B) | 44.86º | 0.93% | 0.91% | - |
| XYZ | 48.78 | 48.47 | 7.32 | - |
| YUV | 174.91 | 38.89 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 17 | 0 | 0.23 | 0.93 | 0.09 | 44.86 | 0.86 | 0.49 |
| Hex | E7 | B1 | 11 | 0 | 17 | 5D | 9 | 2D | 56 | 31 |
| Octal | 347 | 261 | 21 | 0 | 27 | 135 | 11 | 55 | 126 | 61 |
| Binary | 11100111 | 10110001 | 10001 | 0 | 10111 | 1011101 | 1001 | 101101 | 1010110 | 110001 |
Color Harmonies of #E7B111
Complementary color
Monochromatic Colors of #E7B111
Black with #E7B111
Text Example
Text Example
White with #E7B111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B111; }
p { color: rgb(231,177,17); }
H1.HeaderClassName
{
color: #E7B111;
}
.AnyTagClassName
{
color: #E7B111;
}
</style>
background-color css
<style>
a { background-color: #E7B111; }
a { background-color: rgb(231,177,17); }
div.DivClassName
{
background-color: #E7B111;
}
.BgClassName
{
background-color: #E7B111;
}
</style>
border-color css
<style>
span { border-color: #E7B111; }
span { border-color: rgb(231,177,17); }
td.TdClassName
{
border-color: #E7B111;
}
.TagClassName
{
border-color: #E7B111;
}
</style>