Shades of Gold Tips #E7A62C
Tints of Gold Tips #E7A62C
RGB
CMYK
RGB Variations
Color information
#E7A62C (or 0xE7A62C) is known color: Gold Tips. HEX triplet: E7, A6 and 2C. RGB value is (231,166,44). Sum of RGB (Red+Green+Blue) = 231+166+44=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A62C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A62C is #1859D3. Grayscale: #ACACAC. Windows color (decimal): -1595860 or 2926311. OLE color: 2926311.
HSL color Cylindrical-coordinate representation of color #E7A62C: hue angle of 39.14º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7A62C is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 44 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.09 |
| HSL | 39.14º | 0.8% | 0.54% | - |
| HSV(B) | 39.14º | 0.81% | 0.91% | - |
| XYZ | 47.05 | 44.44 | 8.48 | - |
| YUV | 171.53 | 56.03 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 44 | 0 | 0.28 | 0.81 | 0.09 | 39.14 | 0.8 | 0.54 |
| Hex | E7 | A6 | 2C | 0 | 1C | 51 | 9 | 27 | 50 | 36 |
| Octal | 347 | 246 | 54 | 0 | 34 | 121 | 11 | 47 | 120 | 66 |
| Binary | 11100111 | 10100110 | 101100 | 0 | 11100 | 1010001 | 1001 | 100111 | 1010000 | 110110 |
Color Harmonies of #E7A62C
Complementary color
Monochromatic Colors of #E7A62C
Black with #E7A62C
Text Example
Text Example
White with #E7A62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A62C; }
p { color: rgb(231,166,44); }
H1.HeaderClassName
{
color: #E7A62C;
}
.AnyTagClassName
{
color: #E7A62C;
}
</style>
background-color css
<style>
a { background-color: #E7A62C; }
a { background-color: rgb(231,166,44); }
div.DivClassName
{
background-color: #E7A62C;
}
.BgClassName
{
background-color: #E7A62C;
}
</style>
border-color css
<style>
span { border-color: #E7A62C; }
span { border-color: rgb(231,166,44); }
td.TdClassName
{
border-color: #E7A62C;
}
.TagClassName
{
border-color: #E7A62C;
}
</style>