Shades of Gold Tips #E5AA2B
Tints of Gold Tips #E5AA2B
RGB
CMYK
RGB Variations
Color information
#E5AA2B (or 0xE5AA2B) is known color: Gold Tips. HEX triplet: E5, AA and 2B. RGB value is (229,170,43). Sum of RGB (Red+Green+Blue) = 229+170+43=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 43 (17.19% from 255 or 9.73% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AA2B is #1A55D4. Grayscale: #ADADAD. Windows color (decimal): -1725909 or 2861797. OLE color: 2861797.
HSL color Cylindrical-coordinate representation of color #E5AA2B: hue angle of 40.97º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5AA2B is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 43 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.10 |
| HSL | 40.97º | 0.78% | 0.53% | - |
| HSV(B) | 40.97º | 0.81% | 0.9% | - |
| XYZ | 47.12 | 45.58 | 8.6 | - |
| YUV | 173.16 | 54.55 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 43 | 0 | 0.26 | 0.81 | 0.10 | 40.97 | 0.78 | 0.53 |
| Hex | E5 | AA | 2B | 0 | 1A | 51 | A | 29 | 4E | 35 |
| Octal | 345 | 252 | 53 | 0 | 32 | 121 | 12 | 51 | 116 | 65 |
| Binary | 11100101 | 10101010 | 101011 | 0 | 11010 | 1010001 | 1010 | 101001 | 1001110 | 110101 |
Color Harmonies of #E5AA2B
Complementary color
Monochromatic Colors of #E5AA2B
Black with #E5AA2B
Text Example
Text Example
White with #E5AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA2B; }
p { color: rgb(229,170,43); }
H1.HeaderClassName
{
color: #E5AA2B;
}
.AnyTagClassName
{
color: #E5AA2B;
}
</style>
background-color css
<style>
a { background-color: #E5AA2B; }
a { background-color: rgb(229,170,43); }
div.DivClassName
{
background-color: #E5AA2B;
}
.BgClassName
{
background-color: #E5AA2B;
}
</style>
border-color css
<style>
span { border-color: #E5AA2B; }
span { border-color: rgb(229,170,43); }
td.TdClassName
{
border-color: #E5AA2B;
}
.TagClassName
{
border-color: #E5AA2B;
}
</style>