Shades of Gold Tips #E7A524
Tints of Gold Tips #E7A524
RGB
CMYK
RGB Variations
Color information
#E7A524 (or 0xE7A524) is known color: Gold Tips. HEX triplet: E7, A5 and 24. RGB value is (231,165,36). Sum of RGB (Red+Green+Blue) = 231+165+36=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A524 is #185ADB. Grayscale: #AAAAAA. Windows color (decimal): -1596124 or 2401767. OLE color: 2401767.
HSL color Cylindrical-coordinate representation of color #E7A524: hue angle of 39.69º 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 #E7A524 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 36 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.09 |
| HSL | 39.69º | 0.8% | 0.52% | - |
| HSV(B) | 39.69º | 0.84% | 0.91% | - |
| XYZ | 46.73 | 44.03 | 7.7 | - |
| YUV | 170.03 | 52.37 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 36 | 0 | 0.29 | 0.84 | 0.09 | 39.69 | 0.8 | 0.52 |
| Hex | E7 | A5 | 24 | 0 | 1D | 54 | 9 | 28 | 50 | 34 |
| Octal | 347 | 245 | 44 | 0 | 35 | 124 | 11 | 50 | 120 | 64 |
| Binary | 11100111 | 10100101 | 100100 | 0 | 11101 | 1010100 | 1001 | 101000 | 1010000 | 110100 |
Color Harmonies of #E7A524
Complementary color
Monochromatic Colors of #E7A524
Black with #E7A524
Text Example
Text Example
White with #E7A524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A524; }
p { color: rgb(231,165,36); }
H1.HeaderClassName
{
color: #E7A524;
}
.AnyTagClassName
{
color: #E7A524;
}
</style>
background-color css
<style>
a { background-color: #E7A524; }
a { background-color: rgb(231,165,36); }
div.DivClassName
{
background-color: #E7A524;
}
.BgClassName
{
background-color: #E7A524;
}
</style>
border-color css
<style>
span { border-color: #E7A524; }
span { border-color: rgb(231,165,36); }
td.TdClassName
{
border-color: #E7A524;
}
.TagClassName
{
border-color: #E7A524;
}
</style>