Shades of Gold Tips #E7A82C
Tints of Gold Tips #E7A82C
RGB
CMYK
RGB Variations
Color information
#E7A82C (or 0xE7A82C) is known color: Gold Tips. HEX triplet: E7, A8 and 2C. RGB value is (231,168,44). Sum of RGB (Red+Green+Blue) = 231+168+44=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 44 (17.58% from 255 or 9.93% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A82C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A82C is #1857D3. Grayscale: #ADADAD. Windows color (decimal): -1595348 or 2926823. OLE color: 2926823.
HSL color Cylindrical-coordinate representation of color #E7A82C: hue angle of 39.79º 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 #E7A82C is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 44 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.09 |
| HSL | 39.79º | 0.8% | 0.54% | - |
| HSV(B) | 39.79º | 0.81% | 0.91% | - |
| XYZ | 47.41 | 45.18 | 8.6 | - |
| YUV | 172.7 | 55.37 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 44 | 0 | 0.27 | 0.81 | 0.09 | 39.79 | 0.8 | 0.54 |
| Hex | E7 | A8 | 2C | 0 | 1B | 51 | 9 | 28 | 50 | 36 |
| Octal | 347 | 250 | 54 | 0 | 33 | 121 | 11 | 50 | 120 | 66 |
| Binary | 11100111 | 10101000 | 101100 | 0 | 11011 | 1010001 | 1001 | 101000 | 1010000 | 110110 |
Color Harmonies of #E7A82C
Complementary color
Monochromatic Colors of #E7A82C
Black with #E7A82C
Text Example
Text Example
White with #E7A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A82C; }
p { color: rgb(231,168,44); }
H1.HeaderClassName
{
color: #E7A82C;
}
.AnyTagClassName
{
color: #E7A82C;
}
</style>
background-color css
<style>
a { background-color: #E7A82C; }
a { background-color: rgb(231,168,44); }
div.DivClassName
{
background-color: #E7A82C;
}
.BgClassName
{
background-color: #E7A82C;
}
</style>
border-color css
<style>
span { border-color: #E7A82C; }
span { border-color: rgb(231,168,44); }
td.TdClassName
{
border-color: #E7A82C;
}
.TagClassName
{
border-color: #E7A82C;
}
</style>