Shades of Gold Tips #E7A62B
Tints of Gold Tips #E7A62B
RGB
CMYK
RGB Variations
Color information
#E7A62B (or 0xE7A62B) is known color: Gold Tips. HEX triplet: E7, A6 and 2B. RGB value is (231,166,43). Sum of RGB (Red+Green+Blue) = 231+166+43=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A62B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A62B is #1859D4. Grayscale: #ABABAB. Windows color (decimal): -1595861 or 2860775. OLE color: 2860775.
HSL color Cylindrical-coordinate representation of color #E7A62B: hue angle of 39.26º 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 #E7A62B is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 43 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.09 |
| HSL | 39.26º | 0.8% | 0.54% | - |
| HSV(B) | 39.26º | 0.81% | 0.91% | - |
| XYZ | 47.03 | 44.44 | 8.38 | - |
| YUV | 171.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 43 | 0 | 0.28 | 0.81 | 0.09 | 39.26 | 0.8 | 0.54 |
| Hex | E7 | A6 | 2B | 0 | 1C | 51 | 9 | 27 | 50 | 36 |
| Octal | 347 | 246 | 53 | 0 | 34 | 121 | 11 | 47 | 120 | 66 |
| Binary | 11100111 | 10100110 | 101011 | 0 | 11100 | 1010001 | 1001 | 100111 | 1010000 | 110110 |
Color Harmonies of #E7A62B
Complementary color
Monochromatic Colors of #E7A62B
Black with #E7A62B
Text Example
Text Example
White with #E7A62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A62B; }
p { color: rgb(231,166,43); }
H1.HeaderClassName
{
color: #E7A62B;
}
.AnyTagClassName
{
color: #E7A62B;
}
</style>
background-color css
<style>
a { background-color: #E7A62B; }
a { background-color: rgb(231,166,43); }
div.DivClassName
{
background-color: #E7A62B;
}
.BgClassName
{
background-color: #E7A62B;
}
</style>
border-color css
<style>
span { border-color: #E7A62B; }
span { border-color: rgb(231,166,43); }
td.TdClassName
{
border-color: #E7A62B;
}
.TagClassName
{
border-color: #E7A62B;
}
</style>