Shades of Gold Tips #E5A827
Tints of Gold Tips #E5A827
RGB
CMYK
RGB Variations
Color information
#E5A827 (or 0xE5A827) is known color: Gold Tips. HEX triplet: E5, A8 and 27. RGB value is (229,168,39). Sum of RGB (Red+Green+Blue) = 229+168+39=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A827 is #1A57D8. Grayscale: #ACACAC. Windows color (decimal): -1726425 or 2599141. OLE color: 2599141.
HSL color Cylindrical-coordinate representation of color #E5A827: hue angle of 40.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5A827 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 168 | 39 | - |
CMYK | 0 | 0.27 | 0.83 | 0.10 |
HSL | 40.74º | 0.79% | 0.53% | - |
HSV(B) | 40.74º | 0.83% | 0.9% | - |
XYZ | 46.68 | 44.81 | 8.11 | - |
YUV | 171.53 | 53.21 | 168.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 168 | 39 | 0 | 0.27 | 0.83 | 0.10 | 40.74 | 0.79 | 0.53 |
Hex | E5 | A8 | 27 | 0 | 1B | 53 | A | 29 | 4F | 35 |
Octal | 345 | 250 | 47 | 0 | 33 | 123 | 12 | 51 | 117 | 65 |
Binary | 11100101 | 10101000 | 100111 | 0 | 11011 | 1010011 | 1010 | 101001 | 1001111 | 110101 |
Color Harmonies of #E5A827
Complementary color
Monochromatic Colors of #E5A827
Black with #E5A827
Text Example
Text Example
White with #E5A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A827; }
p { color: rgb(229,168,39); }
H1.HeaderClassName
{
color: #E5A827;
}
.AnyTagClassName
{
color: #E5A827;
}
</style>
background-color css
<style>
a { background-color: #E5A827; }
a { background-color: rgb(229,168,39); }
div.DivClassName
{
background-color: #E5A827;
}
.BgClassName
{
background-color: #E5A827;
}
</style>
border-color css
<style>
span { border-color: #E5A827; }
span { border-color: rgb(229,168,39); }
td.TdClassName
{
border-color: #E5A827;
}
.TagClassName
{
border-color: #E5A827;
}
</style>