Shades of Gold Tips #E7B113
Tints of Gold Tips #E7B113
RGB
CMYK
RGB Variations
Color information
#E7B113 (or 0xE7B113) is known color: Gold Tips. HEX triplet: E7, B1 and 13. RGB value is (231,177,19). Sum of RGB (Red+Green+Blue) = 231+177+19=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B113 is #184EEC. Grayscale: #AFAFAF. Windows color (decimal): -1593069 or 1290727. OLE color: 1290727.
HSL color Cylindrical-coordinate representation of color #E7B113: hue angle of 44.72º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7B113 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 19 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.09 |
| HSL | 44.72º | 0.85% | 0.49% | - |
| HSV(B) | 44.72º | 0.92% | 0.91% | - |
| XYZ | 48.79 | 48.48 | 7.4 | - |
| YUV | 175.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 19 | 0 | 0.23 | 0.92 | 0.09 | 44.72 | 0.85 | 0.49 |
| Hex | E7 | B1 | 13 | 0 | 17 | 5C | 9 | 2D | 55 | 31 |
| Octal | 347 | 261 | 23 | 0 | 27 | 134 | 11 | 55 | 125 | 61 |
| Binary | 11100111 | 10110001 | 10011 | 0 | 10111 | 1011100 | 1001 | 101101 | 1010101 | 110001 |
Color Harmonies of #E7B113
Complementary color
Monochromatic Colors of #E7B113
Black with #E7B113
Text Example
Text Example
White with #E7B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B113; }
p { color: rgb(231,177,19); }
H1.HeaderClassName
{
color: #E7B113;
}
.AnyTagClassName
{
color: #E7B113;
}
</style>
background-color css
<style>
a { background-color: #E7B113; }
a { background-color: rgb(231,177,19); }
div.DivClassName
{
background-color: #E7B113;
}
.BgClassName
{
background-color: #E7B113;
}
</style>
border-color css
<style>
span { border-color: #E7B113; }
span { border-color: rgb(231,177,19); }
td.TdClassName
{
border-color: #E7B113;
}
.TagClassName
{
border-color: #E7B113;
}
</style>