Shades of Gold Tips #E4AE16
Tints of Gold Tips #E4AE16
RGB
CMYK
RGB Variations
Color information
#E4AE16 (or 0xE4AE16) is known color: Gold Tips. HEX triplet: E4, AE and 16. RGB value is (228,174,22). Sum of RGB (Red+Green+Blue) = 228+174+22=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4AE16 is #1B51E9. Grayscale: #ADADAD. Windows color (decimal): -1790442 or 1486564. OLE color: 1486564.
HSL color Cylindrical-coordinate representation of color #E4AE16: hue angle of 44.27º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4AE16 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 174 | 22 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.11 |
| HSL | 44.27º | 0.82% | 0.49% | - |
| HSV(B) | 44.27º | 0.9% | 0.89% | - |
| XYZ | 47.28 | 46.82 | 7.31 | - |
| YUV | 172.82 | 42.89 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 174 | 22 | 0 | 0.24 | 0.90 | 0.11 | 44.27 | 0.82 | 0.49 |
| Hex | E4 | AE | 16 | 0 | 18 | 5A | B | 2C | 52 | 31 |
| Octal | 344 | 256 | 26 | 0 | 30 | 132 | 13 | 54 | 122 | 61 |
| Binary | 11100100 | 10101110 | 10110 | 0 | 11000 | 1011010 | 1011 | 101100 | 1010010 | 110001 |
Color Harmonies of #E4AE16
Complementary color
Monochromatic Colors of #E4AE16
Black with #E4AE16
Text Example
Text Example
White with #E4AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AE16; }
p { color: rgb(228,174,22); }
H1.HeaderClassName
{
color: #E4AE16;
}
.AnyTagClassName
{
color: #E4AE16;
}
</style>
background-color css
<style>
a { background-color: #E4AE16; }
a { background-color: rgb(228,174,22); }
div.DivClassName
{
background-color: #E4AE16;
}
.BgClassName
{
background-color: #E4AE16;
}
</style>
border-color css
<style>
span { border-color: #E4AE16; }
span { border-color: rgb(228,174,22); }
td.TdClassName
{
border-color: #E4AE16;
}
.TagClassName
{
border-color: #E4AE16;
}
</style>