Shades of Gold Tips #E2A925
Tints of Gold Tips #E2A925
RGB
CMYK
RGB Variations
Color information
#E2A925 (or 0xE2A925) is known color: Gold Tips. HEX triplet: E2, A9 and 25. RGB value is (226,169,37). Sum of RGB (Red+Green+Blue) = 226+169+37=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A925 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A925 is #1D56DA. Grayscale: #ABABAB. Windows color (decimal): -1922779 or 2468322. OLE color: 2468322.
HSL color Cylindrical-coordinate representation of color #E2A925: hue angle of 41.9º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2A925 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 37 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.11 |
| HSL | 41.9º | 0.77% | 0.52% | - |
| HSV(B) | 41.9º | 0.84% | 0.89% | - |
| XYZ | 45.89 | 44.68 | 7.96 | - |
| YUV | 171 | 52.38 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 37 | 0 | 0.25 | 0.84 | 0.11 | 41.9 | 0.77 | 0.52 |
| Hex | E2 | A9 | 25 | 0 | 19 | 54 | B | 2A | 4D | 34 |
| Octal | 342 | 251 | 45 | 0 | 31 | 124 | 13 | 52 | 115 | 64 |
| Binary | 11100010 | 10101001 | 100101 | 0 | 11001 | 1010100 | 1011 | 101010 | 1001101 | 110100 |
Color Harmonies of #E2A925
Complementary color
Monochromatic Colors of #E2A925
Black with #E2A925
Text Example
Text Example
White with #E2A925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A925; }
p { color: rgb(226,169,37); }
H1.HeaderClassName
{
color: #E2A925;
}
.AnyTagClassName
{
color: #E2A925;
}
</style>
background-color css
<style>
a { background-color: #E2A925; }
a { background-color: rgb(226,169,37); }
div.DivClassName
{
background-color: #E2A925;
}
.BgClassName
{
background-color: #E2A925;
}
</style>
border-color css
<style>
span { border-color: #E2A925; }
span { border-color: rgb(226,169,37); }
td.TdClassName
{
border-color: #E2A925;
}
.TagClassName
{
border-color: #E2A925;
}
</style>