Shades of Gold Tips #E7AF2A
Tints of Gold Tips #E7AF2A
RGB
CMYK
RGB Variations
Color information
#E7AF2A (or 0xE7AF2A) is known color: Gold Tips. HEX triplet: E7, AF and 2A. RGB value is (231,175,42). Sum of RGB (Red+Green+Blue) = 231+175+42=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF2A is #1850D5. Grayscale: #B1B1B1. Windows color (decimal): -1593558 or 2797543. OLE color: 2797543.
HSL color Cylindrical-coordinate representation of color #E7AF2A: hue angle of 42.22º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7AF2A is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 42 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.09 |
| HSL | 42.22º | 0.8% | 0.54% | - |
| HSV(B) | 42.22º | 0.82% | 0.91% | - |
| XYZ | 48.7 | 47.82 | 8.85 | - |
| YUV | 176.58 | 52.05 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 42 | 0 | 0.24 | 0.82 | 0.09 | 42.22 | 0.8 | 0.54 |
| Hex | E7 | AF | 2A | 0 | 18 | 52 | 9 | 2A | 50 | 36 |
| Octal | 347 | 257 | 52 | 0 | 30 | 122 | 11 | 52 | 120 | 66 |
| Binary | 11100111 | 10101111 | 101010 | 0 | 11000 | 1010010 | 1001 | 101010 | 1010000 | 110110 |
Color Harmonies of #E7AF2A
Complementary color
Monochromatic Colors of #E7AF2A
Black with #E7AF2A
Text Example
Text Example
White with #E7AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF2A; }
p { color: rgb(231,175,42); }
H1.HeaderClassName
{
color: #E7AF2A;
}
.AnyTagClassName
{
color: #E7AF2A;
}
</style>
background-color css
<style>
a { background-color: #E7AF2A; }
a { background-color: rgb(231,175,42); }
div.DivClassName
{
background-color: #E7AF2A;
}
.BgClassName
{
background-color: #E7AF2A;
}
</style>
border-color css
<style>
span { border-color: #E7AF2A; }
span { border-color: rgb(231,175,42); }
td.TdClassName
{
border-color: #E7AF2A;
}
.TagClassName
{
border-color: #E7AF2A;
}
</style>