Shades of Gold Tips #E1AA30
Tints of Gold Tips #E1AA30
RGB
CMYK
RGB Variations
Color information
#E1AA30 (or 0xE1AA30) is known color: Gold Tips. HEX triplet: E1, AA and 30. RGB value is (225,170,48). Sum of RGB (Red+Green+Blue) = 225+170+48=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA30 is #1E55CF. Grayscale: #ADADAD. Windows color (decimal): -1988048 or 3189473. OLE color: 3189473.
HSL color Cylindrical-coordinate representation of color #E1AA30: hue angle of 41.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1AA30 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 48 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.12 |
| HSL | 41.36º | 0.75% | 0.54% | - |
| HSV(B) | 41.36º | 0.79% | 0.88% | - |
| XYZ | 45.96 | 44.97 | 9.05 | - |
| YUV | 172.54 | 57.72 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 48 | 0 | 0.24 | 0.79 | 0.12 | 41.36 | 0.75 | 0.54 |
| Hex | E1 | AA | 30 | 0 | 18 | 4F | C | 29 | 4B | 36 |
| Octal | 341 | 252 | 60 | 0 | 30 | 117 | 14 | 51 | 113 | 66 |
| Binary | 11100001 | 10101010 | 110000 | 0 | 11000 | 1001111 | 1100 | 101001 | 1001011 | 110110 |
Color Harmonies of #E1AA30
Complementary color
Monochromatic Colors of #E1AA30
Black with #E1AA30
Text Example
Text Example
White with #E1AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AA30; }
p { color: rgb(225,170,48); }
H1.HeaderClassName
{
color: #E1AA30;
}
.AnyTagClassName
{
color: #E1AA30;
}
</style>
background-color css
<style>
a { background-color: #E1AA30; }
a { background-color: rgb(225,170,48); }
div.DivClassName
{
background-color: #E1AA30;
}
.BgClassName
{
background-color: #E1AA30;
}
</style>
border-color css
<style>
span { border-color: #E1AA30; }
span { border-color: rgb(225,170,48); }
td.TdClassName
{
border-color: #E1AA30;
}
.TagClassName
{
border-color: #E1AA30;
}
</style>