Shades of Gold Tips #E5A822
Tints of Gold Tips #E5A822
RGB
CMYK
RGB Variations
Color information
#E5A822 (or 0xE5A822) is known color: Gold Tips. HEX triplet: E5, A8 and 22. RGB value is (229,168,34). Sum of RGB (Red+Green+Blue) = 229+168+34=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A822 is #1A57DD. Grayscale: #ABABAB. Windows color (decimal): -1726430 or 2271461. OLE color: 2271461.
HSL color Cylindrical-coordinate representation of color #E5A822: hue angle of 41.23º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5A822 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 34 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.10 |
| HSL | 41.23º | 0.79% | 0.52% | - |
| HSV(B) | 41.23º | 0.85% | 0.9% | - |
| XYZ | 46.6 | 44.78 | 7.7 | - |
| YUV | 170.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 34 | 0 | 0.27 | 0.85 | 0.10 | 41.23 | 0.79 | 0.52 |
| Hex | E5 | A8 | 22 | 0 | 1B | 55 | A | 29 | 4F | 34 |
| Octal | 345 | 250 | 42 | 0 | 33 | 125 | 12 | 51 | 117 | 64 |
| Binary | 11100101 | 10101000 | 100010 | 0 | 11011 | 1010101 | 1010 | 101001 | 1001111 | 110100 |
Color Harmonies of #E5A822
Complementary color
Monochromatic Colors of #E5A822
Black with #E5A822
Text Example
Text Example
White with #E5A822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A822; }
p { color: rgb(229,168,34); }
H1.HeaderClassName
{
color: #E5A822;
}
.AnyTagClassName
{
color: #E5A822;
}
</style>
background-color css
<style>
a { background-color: #E5A822; }
a { background-color: rgb(229,168,34); }
div.DivClassName
{
background-color: #E5A822;
}
.BgClassName
{
background-color: #E5A822;
}
</style>
border-color css
<style>
span { border-color: #E5A822; }
span { border-color: rgb(229,168,34); }
td.TdClassName
{
border-color: #E5A822;
}
.TagClassName
{
border-color: #E5A822;
}
</style>