Shades of Gold Tips #E5A824
Tints of Gold Tips #E5A824
RGB
CMYK
RGB Variations
Color information
#E5A824 (or 0xE5A824) is known color: Gold Tips. HEX triplet: E5, A8 and 24. RGB value is (229,168,36). Sum of RGB (Red+Green+Blue) = 229+168+36=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A824 is #1A57DB. Grayscale: #ABABAB. Windows color (decimal): -1726428 or 2402533. OLE color: 2402533.
HSL color Cylindrical-coordinate representation of color #E5A824: hue angle of 41.04º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5A824 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 36 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.10 |
| HSL | 41.04º | 0.79% | 0.52% | - |
| HSV(B) | 41.04º | 0.84% | 0.9% | - |
| XYZ | 46.63 | 44.79 | 7.86 | - |
| YUV | 171.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 36 | 0 | 0.27 | 0.84 | 0.10 | 41.04 | 0.79 | 0.52 |
| Hex | E5 | A8 | 24 | 0 | 1B | 54 | A | 29 | 4F | 34 |
| Octal | 345 | 250 | 44 | 0 | 33 | 124 | 12 | 51 | 117 | 64 |
| Binary | 11100101 | 10101000 | 100100 | 0 | 11011 | 1010100 | 1010 | 101001 | 1001111 | 110100 |
Color Harmonies of #E5A824
Complementary color
Monochromatic Colors of #E5A824
Black with #E5A824
Text Example
Text Example
White with #E5A824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A824; }
p { color: rgb(229,168,36); }
H1.HeaderClassName
{
color: #E5A824;
}
.AnyTagClassName
{
color: #E5A824;
}
</style>
background-color css
<style>
a { background-color: #E5A824; }
a { background-color: rgb(229,168,36); }
div.DivClassName
{
background-color: #E5A824;
}
.BgClassName
{
background-color: #E5A824;
}
</style>
border-color css
<style>
span { border-color: #E5A824; }
span { border-color: rgb(229,168,36); }
td.TdClassName
{
border-color: #E5A824;
}
.TagClassName
{
border-color: #E5A824;
}
</style>