Shades of Gold Tips #E7A71E
Tints of Gold Tips #E7A71E
RGB
CMYK
RGB Variations
Color information
#E7A71E (or 0xE7A71E) is known color: Gold Tips. HEX triplet: E7, A7 and 1E. RGB value is (231,167,30). Sum of RGB (Red+Green+Blue) = 231+167+30=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A71E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A71E is #1858E1. Grayscale: #ABABAB. Windows color (decimal): -1595618 or 2009063. OLE color: 2009063.
HSL color Cylindrical-coordinate representation of color #E7A71E: hue angle of 40.9º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7A71E is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 30 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.09 |
| HSL | 40.9º | 0.81% | 0.51% | - |
| HSV(B) | 40.9º | 0.87% | 0.91% | - |
| XYZ | 47.01 | 44.72 | 7.38 | - |
| YUV | 170.52 | 48.7 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 30 | 0 | 0.28 | 0.87 | 0.09 | 40.9 | 0.81 | 0.51 |
| Hex | E7 | A7 | 1E | 0 | 1C | 57 | 9 | 29 | 51 | 33 |
| Octal | 347 | 247 | 36 | 0 | 34 | 127 | 11 | 51 | 121 | 63 |
| Binary | 11100111 | 10100111 | 11110 | 0 | 11100 | 1010111 | 1001 | 101001 | 1010001 | 110011 |
Color Harmonies of #E7A71E
Complementary color
Monochromatic Colors of #E7A71E
Black with #E7A71E
Text Example
Text Example
White with #E7A71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A71E; }
p { color: rgb(231,167,30); }
H1.HeaderClassName
{
color: #E7A71E;
}
.AnyTagClassName
{
color: #E7A71E;
}
</style>
background-color css
<style>
a { background-color: #E7A71E; }
a { background-color: rgb(231,167,30); }
div.DivClassName
{
background-color: #E7A71E;
}
.BgClassName
{
background-color: #E7A71E;
}
</style>
border-color css
<style>
span { border-color: #E7A71E; }
span { border-color: rgb(231,167,30); }
td.TdClassName
{
border-color: #E7A71E;
}
.TagClassName
{
border-color: #E7A71E;
}
</style>