Shades of Gold Tips #E5AE1C
Tints of Gold Tips #E5AE1C
RGB
CMYK
RGB Variations
Color information
#E5AE1C (or 0xE5AE1C) is known color: Gold Tips. HEX triplet: E5, AE and 1C. RGB value is (229,174,28). Sum of RGB (Red+Green+Blue) = 229+174+28=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AE1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AE1C is #1A51E3. Grayscale: #AEAEAE. Windows color (decimal): -1724900 or 1879781. OLE color: 1879781.
HSL color Cylindrical-coordinate representation of color #E5AE1C: hue angle of 43.58º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5AE1C is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 174 | 28 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.10 |
| HSL | 43.58º | 0.79% | 0.5% | - |
| HSV(B) | 43.58º | 0.88% | 0.9% | - |
| XYZ | 47.66 | 47.01 | 7.66 | - |
| YUV | 173.8 | 45.72 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 174 | 28 | 0 | 0.24 | 0.88 | 0.10 | 43.58 | 0.79 | 0.5 |
| Hex | E5 | AE | 1C | 0 | 18 | 58 | A | 2C | 4F | 32 |
| Octal | 345 | 256 | 34 | 0 | 30 | 130 | 12 | 54 | 117 | 62 |
| Binary | 11100101 | 10101110 | 11100 | 0 | 11000 | 1011000 | 1010 | 101100 | 1001111 | 110010 |
Color Harmonies of #E5AE1C
Complementary color
Monochromatic Colors of #E5AE1C
Black with #E5AE1C
Text Example
Text Example
White with #E5AE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AE1C; }
p { color: rgb(229,174,28); }
H1.HeaderClassName
{
color: #E5AE1C;
}
.AnyTagClassName
{
color: #E5AE1C;
}
</style>
background-color css
<style>
a { background-color: #E5AE1C; }
a { background-color: rgb(229,174,28); }
div.DivClassName
{
background-color: #E5AE1C;
}
.BgClassName
{
background-color: #E5AE1C;
}
</style>
border-color css
<style>
span { border-color: #E5AE1C; }
span { border-color: rgb(229,174,28); }
td.TdClassName
{
border-color: #E5AE1C;
}
.TagClassName
{
border-color: #E5AE1C;
}
</style>