Shades of Gold Tips #E7A42C
Tints of Gold Tips #E7A42C
RGB
CMYK
RGB Variations
Color information
#E7A42C (or 0xE7A42C) is known color: Gold Tips. HEX triplet: E7, A4 and 2C. RGB value is (231,164,44). Sum of RGB (Red+Green+Blue) = 231+164+44=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A42C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A42C is #185BD3. Grayscale: #AAAAAA. Windows color (decimal): -1596372 or 2925799. OLE color: 2925799.
HSL color Cylindrical-coordinate representation of color #E7A42C: hue angle of 38.5º 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 #E7A42C is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 164 | 44 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.09 |
| HSL | 38.5º | 0.8% | 0.54% | - |
| HSV(B) | 38.5º | 0.81% | 0.91% | - |
| XYZ | 46.69 | 43.72 | 8.36 | - |
| YUV | 170.35 | 56.7 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 164 | 44 | 0 | 0.29 | 0.81 | 0.09 | 38.5 | 0.8 | 0.54 |
| Hex | E7 | A4 | 2C | 0 | 1D | 51 | 9 | 27 | 50 | 36 |
| Octal | 347 | 244 | 54 | 0 | 35 | 121 | 11 | 47 | 120 | 66 |
| Binary | 11100111 | 10100100 | 101100 | 0 | 11101 | 1010001 | 1001 | 100111 | 1010000 | 110110 |
Color Harmonies of #E7A42C
Complementary color
Monochromatic Colors of #E7A42C
Black with #E7A42C
Text Example
Text Example
White with #E7A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A42C; }
p { color: rgb(231,164,44); }
H1.HeaderClassName
{
color: #E7A42C;
}
.AnyTagClassName
{
color: #E7A42C;
}
</style>
background-color css
<style>
a { background-color: #E7A42C; }
a { background-color: rgb(231,164,44); }
div.DivClassName
{
background-color: #E7A42C;
}
.BgClassName
{
background-color: #E7A42C;
}
</style>
border-color css
<style>
span { border-color: #E7A42C; }
span { border-color: rgb(231,164,44); }
td.TdClassName
{
border-color: #E7A42C;
}
.TagClassName
{
border-color: #E7A42C;
}
</style>