Shades of Gold Tips #E7AA26
Tints of Gold Tips #E7AA26
RGB
CMYK
RGB Variations
Color information
#E7AA26 (or 0xE7AA26) is known color: Gold Tips. HEX triplet: E7, AA and 26. RGB value is (231,170,38). Sum of RGB (Red+Green+Blue) = 231+170+38=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 38 (15.23% from 255 or 8.66% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AA26 is #1855D9. Grayscale: #ADADAD. Windows color (decimal): -1594842 or 2534119. OLE color: 2534119.
HSL color Cylindrical-coordinate representation of color #E7AA26: hue angle of 41.04º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7AA26 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 38 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.09 |
| HSL | 41.04º | 0.8% | 0.53% | - |
| HSV(B) | 41.04º | 0.84% | 0.91% | - |
| XYZ | 47.68 | 45.88 | 8.18 | - |
| YUV | 173.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 38 | 0 | 0.26 | 0.84 | 0.09 | 41.04 | 0.8 | 0.53 |
| Hex | E7 | AA | 26 | 0 | 1A | 54 | 9 | 29 | 50 | 35 |
| Octal | 347 | 252 | 46 | 0 | 32 | 124 | 11 | 51 | 120 | 65 |
| Binary | 11100111 | 10101010 | 100110 | 0 | 11010 | 1010100 | 1001 | 101001 | 1010000 | 110101 |
Color Harmonies of #E7AA26
Complementary color
Monochromatic Colors of #E7AA26
Black with #E7AA26
Text Example
Text Example
White with #E7AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA26; }
p { color: rgb(231,170,38); }
H1.HeaderClassName
{
color: #E7AA26;
}
.AnyTagClassName
{
color: #E7AA26;
}
</style>
background-color css
<style>
a { background-color: #E7AA26; }
a { background-color: rgb(231,170,38); }
div.DivClassName
{
background-color: #E7AA26;
}
.BgClassName
{
background-color: #E7AA26;
}
</style>
border-color css
<style>
span { border-color: #E7AA26; }
span { border-color: rgb(231,170,38); }
td.TdClassName
{
border-color: #E7AA26;
}
.TagClassName
{
border-color: #E7AA26;
}
</style>