Shades of Gold Tips #E5AE17
Tints of Gold Tips #E5AE17
RGB
CMYK
RGB Variations
Color information
#E5AE17 (or 0xE5AE17) is known color: Gold Tips. HEX triplet: E5, AE and 17. RGB value is (229,174,23). Sum of RGB (Red+Green+Blue) = 229+174+23=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AE17 is #1A51E8. Grayscale: #ADADAD. Windows color (decimal): -1724905 or 1552101. OLE color: 1552101.
HSL color Cylindrical-coordinate representation of color #E5AE17: hue angle of 43.98º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5AE17 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 23 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.10 |
| HSL | 43.98º | 0.82% | 0.49% | - |
| HSV(B) | 43.98º | 0.9% | 0.9% | - |
| XYZ | 47.6 | 46.99 | 7.37 | - |
| YUV | 173.23 | 43.22 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 23 | 0 | 0.24 | 0.90 | 0.10 | 43.98 | 0.82 | 0.49 |
| Hex | E5 | AE | 17 | 0 | 18 | 5A | A | 2C | 52 | 31 |
| Octal | 345 | 256 | 27 | 0 | 30 | 132 | 12 | 54 | 122 | 61 |
| Binary | 11100101 | 10101110 | 10111 | 0 | 11000 | 1011010 | 1010 | 101100 | 1010010 | 110001 |
Color Harmonies of #E5AE17
Complementary color
Monochromatic Colors of #E5AE17
Black with #E5AE17
Text Example
Text Example
White with #E5AE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AE17; }
p { color: rgb(229,174,23); }
H1.HeaderClassName
{
color: #E5AE17;
}
.AnyTagClassName
{
color: #E5AE17;
}
</style>
background-color css
<style>
a { background-color: #E5AE17; }
a { background-color: rgb(229,174,23); }
div.DivClassName
{
background-color: #E5AE17;
}
.BgClassName
{
background-color: #E5AE17;
}
</style>
border-color css
<style>
span { border-color: #E5AE17; }
span { border-color: rgb(229,174,23); }
td.TdClassName
{
border-color: #E5AE17;
}
.TagClassName
{
border-color: #E5AE17;
}
</style>