Shades of Gold Tips #E1A92E
Tints of Gold Tips #E1A92E
RGB
CMYK
RGB Variations
Color information
#E1A92E (or 0xE1A92E) is known color: Gold Tips. HEX triplet: E1, A9 and 2E. RGB value is (225,169,46). Sum of RGB (Red+Green+Blue) = 225+169+46=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A92E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A92E is #1E56D1. Grayscale: #ACACAC. Windows color (decimal): -1988306 or 3058145. OLE color: 3058145.
HSL color Cylindrical-coordinate representation of color #E1A92E: hue angle of 41.23º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1A92E is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 46 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.12 |
| HSL | 41.23º | 0.75% | 0.53% | - |
| HSV(B) | 41.23º | 0.8% | 0.88% | - |
| XYZ | 45.73 | 44.58 | 8.78 | - |
| YUV | 171.72 | 57.05 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 46 | 0 | 0.25 | 0.80 | 0.12 | 41.23 | 0.75 | 0.53 |
| Hex | E1 | A9 | 2E | 0 | 19 | 50 | C | 29 | 4B | 35 |
| Octal | 341 | 251 | 56 | 0 | 31 | 120 | 14 | 51 | 113 | 65 |
| Binary | 11100001 | 10101001 | 101110 | 0 | 11001 | 1010000 | 1100 | 101001 | 1001011 | 110101 |
Color Harmonies of #E1A92E
Complementary color
Monochromatic Colors of #E1A92E
Black with #E1A92E
Text Example
Text Example
White with #E1A92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A92E; }
p { color: rgb(225,169,46); }
H1.HeaderClassName
{
color: #E1A92E;
}
.AnyTagClassName
{
color: #E1A92E;
}
</style>
background-color css
<style>
a { background-color: #E1A92E; }
a { background-color: rgb(225,169,46); }
div.DivClassName
{
background-color: #E1A92E;
}
.BgClassName
{
background-color: #E1A92E;
}
</style>
border-color css
<style>
span { border-color: #E1A92E; }
span { border-color: rgb(225,169,46); }
td.TdClassName
{
border-color: #E1A92E;
}
.TagClassName
{
border-color: #E1A92E;
}
</style>