Shades of Gold Tips #E4A829
Tints of Gold Tips #E4A829
RGB
CMYK
RGB Variations
Color information
#E4A829 (or 0xE4A829) is known color: Gold Tips. HEX triplet: E4, A8 and 29. RGB value is (228,168,41). Sum of RGB (Red+Green+Blue) = 228+168+41=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A829 is #1B57D6. Grayscale: #ACACAC. Windows color (decimal): -1791959 or 2730212. OLE color: 2730212.
HSL color Cylindrical-coordinate representation of color #E4A829: hue angle of 40.75º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4A829 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 168 | 41 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.11 |
| HSL | 40.75º | 0.78% | 0.53% | - |
| HSV(B) | 40.75º | 0.82% | 0.89% | - |
| XYZ | 46.4 | 44.66 | 8.27 | - |
| YUV | 171.46 | 54.38 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 168 | 41 | 0 | 0.26 | 0.82 | 0.11 | 40.75 | 0.78 | 0.53 |
| Hex | E4 | A8 | 29 | 0 | 1A | 52 | B | 29 | 4E | 35 |
| Octal | 344 | 250 | 51 | 0 | 32 | 122 | 13 | 51 | 116 | 65 |
| Binary | 11100100 | 10101000 | 101001 | 0 | 11010 | 1010010 | 1011 | 101001 | 1001110 | 110101 |
Color Harmonies of #E4A829
Complementary color
Monochromatic Colors of #E4A829
Black with #E4A829
Text Example
Text Example
White with #E4A829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A829; }
p { color: rgb(228,168,41); }
H1.HeaderClassName
{
color: #E4A829;
}
.AnyTagClassName
{
color: #E4A829;
}
</style>
background-color css
<style>
a { background-color: #E4A829; }
a { background-color: rgb(228,168,41); }
div.DivClassName
{
background-color: #E4A829;
}
.BgClassName
{
background-color: #E4A829;
}
</style>
border-color css
<style>
span { border-color: #E4A829; }
span { border-color: rgb(228,168,41); }
td.TdClassName
{
border-color: #E4A829;
}
.TagClassName
{
border-color: #E4A829;
}
</style>