Shades of Gold Tips #E1A82F
Tints of Gold Tips #E1A82F
RGB
CMYK
RGB Variations
Color information
#E1A82F (or 0xE1A82F) is known color: Gold Tips. HEX triplet: E1, A8 and 2F. RGB value is (225,168,47). Sum of RGB (Red+Green+Blue) = 225+168+47=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A82F is #1E57D0. Grayscale: #ABABAB. Windows color (decimal): -1988561 or 3123425. OLE color: 3123425.
HSL color Cylindrical-coordinate representation of color #E1A82F: hue angle of 40.79º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1A82F is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 47 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.12 |
| HSL | 40.79º | 0.75% | 0.53% | - |
| HSV(B) | 40.79º | 0.79% | 0.88% | - |
| XYZ | 45.57 | 44.22 | 8.82 | - |
| YUV | 171.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 47 | 0 | 0.25 | 0.79 | 0.12 | 40.79 | 0.75 | 0.53 |
| Hex | E1 | A8 | 2F | 0 | 19 | 4F | C | 29 | 4B | 35 |
| Octal | 341 | 250 | 57 | 0 | 31 | 117 | 14 | 51 | 113 | 65 |
| Binary | 11100001 | 10101000 | 101111 | 0 | 11001 | 1001111 | 1100 | 101001 | 1001011 | 110101 |
Color Harmonies of #E1A82F
Complementary color
Monochromatic Colors of #E1A82F
Black with #E1A82F
Text Example
Text Example
White with #E1A82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A82F; }
p { color: rgb(225,168,47); }
H1.HeaderClassName
{
color: #E1A82F;
}
.AnyTagClassName
{
color: #E1A82F;
}
</style>
background-color css
<style>
a { background-color: #E1A82F; }
a { background-color: rgb(225,168,47); }
div.DivClassName
{
background-color: #E1A82F;
}
.BgClassName
{
background-color: #E1A82F;
}
</style>
border-color css
<style>
span { border-color: #E1A82F; }
span { border-color: rgb(225,168,47); }
td.TdClassName
{
border-color: #E1A82F;
}
.TagClassName
{
border-color: #E1A82F;
}
</style>