Shades of Gold Tips #E7AA24
Tints of Gold Tips #E7AA24
RGB
CMYK
RGB Variations
Color information
#E7AA24 (or 0xE7AA24) is known color: Gold Tips. HEX triplet: E7, AA and 24. RGB value is (231,170,36). Sum of RGB (Red+Green+Blue) = 231+170+36=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 36 (14.45% from 255 or 8.24% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA24 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AA24 is #1855DB. Grayscale: #ADADAD. Windows color (decimal): -1594844 or 2403047. OLE color: 2403047.
HSL color Cylindrical-coordinate representation of color #E7AA24: hue angle of 41.23º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7AA24 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 36 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.09 |
| HSL | 41.23º | 0.8% | 0.52% | - |
| HSV(B) | 41.23º | 0.84% | 0.91% | - |
| XYZ | 47.65 | 45.87 | 8.01 | - |
| YUV | 172.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 36 | 0 | 0.26 | 0.84 | 0.09 | 41.23 | 0.8 | 0.52 |
| Hex | E7 | AA | 24 | 0 | 1A | 54 | 9 | 29 | 50 | 34 |
| Octal | 347 | 252 | 44 | 0 | 32 | 124 | 11 | 51 | 120 | 64 |
| Binary | 11100111 | 10101010 | 100100 | 0 | 11010 | 1010100 | 1001 | 101001 | 1010000 | 110100 |
Color Harmonies of #E7AA24
Complementary color
Monochromatic Colors of #E7AA24
Black with #E7AA24
Text Example
Text Example
White with #E7AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA24; }
p { color: rgb(231,170,36); }
H1.HeaderClassName
{
color: #E7AA24;
}
.AnyTagClassName
{
color: #E7AA24;
}
</style>
background-color css
<style>
a { background-color: #E7AA24; }
a { background-color: rgb(231,170,36); }
div.DivClassName
{
background-color: #E7AA24;
}
.BgClassName
{
background-color: #E7AA24;
}
</style>
border-color css
<style>
span { border-color: #E7AA24; }
span { border-color: rgb(231,170,36); }
td.TdClassName
{
border-color: #E7AA24;
}
.TagClassName
{
border-color: #E7AA24;
}
</style>