Shades of Gold Tips #E5A92A
Tints of Gold Tips #E5A92A
RGB
CMYK
RGB Variations
Color information
#E5A92A (or 0xE5A92A) is known color: Gold Tips. HEX triplet: E5, A9 and 2A. RGB value is (229,169,42). Sum of RGB (Red+Green+Blue) = 229+169+42=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A92A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A92A is #1A56D5. Grayscale: #ADADAD. Windows color (decimal): -1726166 or 2796005. OLE color: 2796005.
HSL color Cylindrical-coordinate representation of color #E5A92A: hue angle of 40.75º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5A92A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 42 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.10 |
| HSL | 40.75º | 0.78% | 0.53% | - |
| HSV(B) | 40.75º | 0.82% | 0.9% | - |
| XYZ | 46.92 | 45.2 | 8.44 | - |
| YUV | 172.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 42 | 0 | 0.26 | 0.82 | 0.10 | 40.75 | 0.78 | 0.53 |
| Hex | E5 | A9 | 2A | 0 | 1A | 52 | A | 29 | 4E | 35 |
| Octal | 345 | 251 | 52 | 0 | 32 | 122 | 12 | 51 | 116 | 65 |
| Binary | 11100101 | 10101001 | 101010 | 0 | 11010 | 1010010 | 1010 | 101001 | 1001110 | 110101 |
Color Harmonies of #E5A92A
Complementary color
Monochromatic Colors of #E5A92A
Black with #E5A92A
Text Example
Text Example
White with #E5A92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A92A; }
p { color: rgb(229,169,42); }
H1.HeaderClassName
{
color: #E5A92A;
}
.AnyTagClassName
{
color: #E5A92A;
}
</style>
background-color css
<style>
a { background-color: #E5A92A; }
a { background-color: rgb(229,169,42); }
div.DivClassName
{
background-color: #E5A92A;
}
.BgClassName
{
background-color: #E5A92A;
}
</style>
border-color css
<style>
span { border-color: #E5A92A; }
span { border-color: rgb(229,169,42); }
td.TdClassName
{
border-color: #E5A92A;
}
.TagClassName
{
border-color: #E5A92A;
}
</style>