Shades of Gold Tips #E4AA2E
Tints of Gold Tips #E4AA2E
RGB
CMYK
RGB Variations
Color information
#E4AA2E (or 0xE4AA2E) is known color: Gold Tips. HEX triplet: E4, AA and 2E. RGB value is (228,170,46). Sum of RGB (Red+Green+Blue) = 228+170+46=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AA2E is #1B55D1. Grayscale: #ADADAD. Windows color (decimal): -1791442 or 3058404. OLE color: 3058404.
HSL color Cylindrical-coordinate representation of color #E4AA2E: hue angle of 40.88º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E4AA2E is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 46 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.11 |
| HSL | 40.88º | 0.77% | 0.54% | - |
| HSV(B) | 40.88º | 0.8% | 0.89% | - |
| XYZ | 46.86 | 45.44 | 8.89 | - |
| YUV | 173.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 46 | 0 | 0.25 | 0.80 | 0.11 | 40.88 | 0.77 | 0.54 |
| Hex | E4 | AA | 2E | 0 | 19 | 50 | B | 29 | 4D | 36 |
| Octal | 344 | 252 | 56 | 0 | 31 | 120 | 13 | 51 | 115 | 66 |
| Binary | 11100100 | 10101010 | 101110 | 0 | 11001 | 1010000 | 1011 | 101001 | 1001101 | 110110 |
Color Harmonies of #E4AA2E
Complementary color
Monochromatic Colors of #E4AA2E
Black with #E4AA2E
Text Example
Text Example
White with #E4AA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AA2E; }
p { color: rgb(228,170,46); }
H1.HeaderClassName
{
color: #E4AA2E;
}
.AnyTagClassName
{
color: #E4AA2E;
}
</style>
background-color css
<style>
a { background-color: #E4AA2E; }
a { background-color: rgb(228,170,46); }
div.DivClassName
{
background-color: #E4AA2E;
}
.BgClassName
{
background-color: #E4AA2E;
}
</style>
border-color css
<style>
span { border-color: #E4AA2E; }
span { border-color: rgb(228,170,46); }
td.TdClassName
{
border-color: #E4AA2E;
}
.TagClassName
{
border-color: #E4AA2E;
}
</style>