Shades of Gold Tips #E2AD2A
Tints of Gold Tips #E2AD2A
RGB
CMYK
RGB Variations
Color information
#E2AD2A (or 0xE2AD2A) is known color: Gold Tips. HEX triplet: E2, AD and 2A. RGB value is (226,173,42). Sum of RGB (Red+Green+Blue) = 226+173+42=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AD2A is #1D52D5. Grayscale: #AEAEAE. Windows color (decimal): -1921750 or 2797026. OLE color: 2797026.
HSL color Cylindrical-coordinate representation of color #E2AD2A: hue angle of 42.72º 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 #E2AD2A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 42 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.11 |
| HSL | 42.72º | 0.76% | 0.53% | - |
| HSV(B) | 42.72º | 0.81% | 0.89% | - |
| XYZ | 46.73 | 46.22 | 8.65 | - |
| YUV | 173.91 | 53.56 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 42 | 0 | 0.23 | 0.81 | 0.11 | 42.72 | 0.76 | 0.53 |
| Hex | E2 | AD | 2A | 0 | 17 | 51 | B | 2B | 4C | 35 |
| Octal | 342 | 255 | 52 | 0 | 27 | 121 | 13 | 53 | 114 | 65 |
| Binary | 11100010 | 10101101 | 101010 | 0 | 10111 | 1010001 | 1011 | 101011 | 1001100 | 110101 |
Color Harmonies of #E2AD2A
Complementary color
Monochromatic Colors of #E2AD2A
Black with #E2AD2A
Text Example
Text Example
White with #E2AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD2A; }
p { color: rgb(226,173,42); }
H1.HeaderClassName
{
color: #E2AD2A;
}
.AnyTagClassName
{
color: #E2AD2A;
}
</style>
background-color css
<style>
a { background-color: #E2AD2A; }
a { background-color: rgb(226,173,42); }
div.DivClassName
{
background-color: #E2AD2A;
}
.BgClassName
{
background-color: #E2AD2A;
}
</style>
border-color css
<style>
span { border-color: #E2AD2A; }
span { border-color: rgb(226,173,42); }
td.TdClassName
{
border-color: #E2AD2A;
}
.TagClassName
{
border-color: #E2AD2A;
}
</style>