Shades of Gold Tips #E5A82A
Tints of Gold Tips #E5A82A
RGB
CMYK
RGB Variations
Color information
#E5A82A (or 0xE5A82A) is known color: Gold Tips. HEX triplet: E5, A8 and 2A. RGB value is (229,168,42). Sum of RGB (Red+Green+Blue) = 229+168+42=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A82A is #1A57D5. Grayscale: #ACACAC. Windows color (decimal): -1726422 or 2795749. OLE color: 2795749.
HSL color Cylindrical-coordinate representation of color #E5A82A: hue angle of 40.43º 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 #E5A82A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 42 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.10 |
| HSL | 40.43º | 0.78% | 0.53% | - |
| HSV(B) | 40.43º | 0.82% | 0.9% | - |
| XYZ | 46.73 | 44.83 | 8.38 | - |
| YUV | 171.88 | 54.71 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 42 | 0 | 0.27 | 0.82 | 0.10 | 40.43 | 0.78 | 0.53 |
| Hex | E5 | A8 | 2A | 0 | 1B | 52 | A | 28 | 4E | 35 |
| Octal | 345 | 250 | 52 | 0 | 33 | 122 | 12 | 50 | 116 | 65 |
| Binary | 11100101 | 10101000 | 101010 | 0 | 11011 | 1010010 | 1010 | 101000 | 1001110 | 110101 |
Color Harmonies of #E5A82A
Complementary color
Monochromatic Colors of #E5A82A
Black with #E5A82A
Text Example
Text Example
White with #E5A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A82A; }
p { color: rgb(229,168,42); }
H1.HeaderClassName
{
color: #E5A82A;
}
.AnyTagClassName
{
color: #E5A82A;
}
</style>
background-color css
<style>
a { background-color: #E5A82A; }
a { background-color: rgb(229,168,42); }
div.DivClassName
{
background-color: #E5A82A;
}
.BgClassName
{
background-color: #E5A82A;
}
</style>
border-color css
<style>
span { border-color: #E5A82A; }
span { border-color: rgb(229,168,42); }
td.TdClassName
{
border-color: #E5A82A;
}
.TagClassName
{
border-color: #E5A82A;
}
</style>