Shades of Gold Tips #E7A920
Tints of Gold Tips #E7A920
RGB
CMYK
RGB Variations
Color information
#E7A920 (or 0xE7A920) is known color: Gold Tips. HEX triplet: E7, A9 and 20. RGB value is (231,169,32). Sum of RGB (Red+Green+Blue) = 231+169+32=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A920 is #1856DF. Grayscale: #ACACAC. Windows color (decimal): -1595104 or 2140647. OLE color: 2140647.
HSL color Cylindrical-coordinate representation of color #E7A920: hue angle of 41.31º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7A920 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 32 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.09 |
| HSL | 41.31º | 0.81% | 0.52% | - |
| HSV(B) | 41.31º | 0.86% | 0.91% | - |
| XYZ | 47.4 | 45.47 | 7.64 | - |
| YUV | 171.92 | 49.04 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 32 | 0 | 0.27 | 0.86 | 0.09 | 41.31 | 0.81 | 0.52 |
| Hex | E7 | A9 | 20 | 0 | 1B | 56 | 9 | 29 | 51 | 34 |
| Octal | 347 | 251 | 40 | 0 | 33 | 126 | 11 | 51 | 121 | 64 |
| Binary | 11100111 | 10101001 | 100000 | 0 | 11011 | 1010110 | 1001 | 101001 | 1010001 | 110100 |
Color Harmonies of #E7A920
Complementary color
Monochromatic Colors of #E7A920
Black with #E7A920
Text Example
Text Example
White with #E7A920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A920; }
p { color: rgb(231,169,32); }
H1.HeaderClassName
{
color: #E7A920;
}
.AnyTagClassName
{
color: #E7A920;
}
</style>
background-color css
<style>
a { background-color: #E7A920; }
a { background-color: rgb(231,169,32); }
div.DivClassName
{
background-color: #E7A920;
}
.BgClassName
{
background-color: #E7A920;
}
</style>
border-color css
<style>
span { border-color: #E7A920; }
span { border-color: rgb(231,169,32); }
td.TdClassName
{
border-color: #E7A920;
}
.TagClassName
{
border-color: #E7A920;
}
</style>