Shades of Gold Tips #E2AF2A
Tints of Gold Tips #E2AF2A
RGB
CMYK
RGB Variations
Color information
#E2AF2A (or 0xE2AF2A) is known color: Gold Tips. HEX triplet: E2, AF and 2A. RGB value is (226,175,42). Sum of RGB (Red+Green+Blue) = 226+175+42=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AF2A is #1D50D5. Grayscale: #AFAFAF. Windows color (decimal): -1921238 or 2797538. OLE color: 2797538.
HSL color Cylindrical-coordinate representation of color #E2AF2A: hue angle of 43.37º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2AF2A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 42 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.11 |
| HSL | 43.37º | 0.76% | 0.53% | - |
| HSV(B) | 43.37º | 0.81% | 0.89% | - |
| XYZ | 47.11 | 47 | 8.78 | - |
| YUV | 175.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 42 | 0 | 0.23 | 0.81 | 0.11 | 43.37 | 0.76 | 0.53 |
| Hex | E2 | AF | 2A | 0 | 17 | 51 | B | 2B | 4C | 35 |
| Octal | 342 | 257 | 52 | 0 | 27 | 121 | 13 | 53 | 114 | 65 |
| Binary | 11100010 | 10101111 | 101010 | 0 | 10111 | 1010001 | 1011 | 101011 | 1001100 | 110101 |
Color Harmonies of #E2AF2A
Complementary color
Monochromatic Colors of #E2AF2A
Black with #E2AF2A
Text Example
Text Example
White with #E2AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF2A; }
p { color: rgb(226,175,42); }
H1.HeaderClassName
{
color: #E2AF2A;
}
.AnyTagClassName
{
color: #E2AF2A;
}
</style>
background-color css
<style>
a { background-color: #E2AF2A; }
a { background-color: rgb(226,175,42); }
div.DivClassName
{
background-color: #E2AF2A;
}
.BgClassName
{
background-color: #E2AF2A;
}
</style>
border-color css
<style>
span { border-color: #E2AF2A; }
span { border-color: rgb(226,175,42); }
td.TdClassName
{
border-color: #E2AF2A;
}
.TagClassName
{
border-color: #E2AF2A;
}
</style>