Shades of Gold Tips #E5AC2A
Tints of Gold Tips #E5AC2A
RGB
CMYK
RGB Variations
Color information
#E5AC2A (or 0xE5AC2A) is known color: Gold Tips. HEX triplet: E5, AC and 2A. RGB value is (229,172,42). Sum of RGB (Red+Green+Blue) = 229+172+42=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 42 (16.80% from 255 or 9.48% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AC2A is #1A53D5. Grayscale: #AEAEAE. Windows color (decimal): -1725398 or 2796773. OLE color: 2796773.
HSL color Cylindrical-coordinate representation of color #E5AC2A: hue angle of 41.71º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5AC2A is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 42 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.10 |
| HSL | 41.71º | 0.78% | 0.53% | - |
| HSV(B) | 41.71º | 0.82% | 0.9% | - |
| XYZ | 47.48 | 46.33 | 8.63 | - |
| YUV | 174.22 | 53.38 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 42 | 0 | 0.25 | 0.82 | 0.10 | 41.71 | 0.78 | 0.53 |
| Hex | E5 | AC | 2A | 0 | 19 | 52 | A | 2A | 4E | 35 |
| Octal | 345 | 254 | 52 | 0 | 31 | 122 | 12 | 52 | 116 | 65 |
| Binary | 11100101 | 10101100 | 101010 | 0 | 11001 | 1010010 | 1010 | 101010 | 1001110 | 110101 |
Color Harmonies of #E5AC2A
Complementary color
Monochromatic Colors of #E5AC2A
Black with #E5AC2A
Text Example
Text Example
White with #E5AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC2A; }
p { color: rgb(229,172,42); }
H1.HeaderClassName
{
color: #E5AC2A;
}
.AnyTagClassName
{
color: #E5AC2A;
}
</style>
background-color css
<style>
a { background-color: #E5AC2A; }
a { background-color: rgb(229,172,42); }
div.DivClassName
{
background-color: #E5AC2A;
}
.BgClassName
{
background-color: #E5AC2A;
}
</style>
border-color css
<style>
span { border-color: #E5AC2A; }
span { border-color: rgb(229,172,42); }
td.TdClassName
{
border-color: #E5AC2A;
}
.TagClassName
{
border-color: #E5AC2A;
}
</style>