Shades of Gold Tips #E5A52A
Tints of Gold Tips #E5A52A
RGB
CMYK
RGB Variations
Color information
#E5A52A (or 0xE5A52A) is known color: Gold Tips. HEX triplet: E5, A5 and 2A. RGB value is (229,165,42). Sum of RGB (Red+Green+Blue) = 229+165+42=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A52A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A52A is #1A5AD5. Grayscale: #AAAAAA. Windows color (decimal): -1727190 or 2794981. OLE color: 2794981.
HSL color Cylindrical-coordinate representation of color #E5A52A: hue angle of 39.47º 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 #E5A52A is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 42 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.10 |
| HSL | 39.47º | 0.78% | 0.53% | - |
| HSV(B) | 39.47º | 0.82% | 0.9% | - |
| XYZ | 46.19 | 43.74 | 8.2 | - |
| YUV | 170.11 | 55.7 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 42 | 0 | 0.28 | 0.82 | 0.10 | 39.47 | 0.78 | 0.53 |
| Hex | E5 | A5 | 2A | 0 | 1C | 52 | A | 27 | 4E | 35 |
| Octal | 345 | 245 | 52 | 0 | 34 | 122 | 12 | 47 | 116 | 65 |
| Binary | 11100101 | 10100101 | 101010 | 0 | 11100 | 1010010 | 1010 | 100111 | 1001110 | 110101 |
Color Harmonies of #E5A52A
Complementary color
Monochromatic Colors of #E5A52A
Black with #E5A52A
Text Example
Text Example
White with #E5A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A52A; }
p { color: rgb(229,165,42); }
H1.HeaderClassName
{
color: #E5A52A;
}
.AnyTagClassName
{
color: #E5A52A;
}
</style>
background-color css
<style>
a { background-color: #E5A52A; }
a { background-color: rgb(229,165,42); }
div.DivClassName
{
background-color: #E5A52A;
}
.BgClassName
{
background-color: #E5A52A;
}
</style>
border-color css
<style>
span { border-color: #E5A52A; }
span { border-color: rgb(229,165,42); }
td.TdClassName
{
border-color: #E5A52A;
}
.TagClassName
{
border-color: #E5A52A;
}
</style>