Shades of Gold Tips #E5AF1D
Tints of Gold Tips #E5AF1D
RGB
CMYK
RGB Variations
Color information
#E5AF1D (or 0xE5AF1D) is known color: Gold Tips. HEX triplet: E5, AF and 1D. RGB value is (229,175,29). Sum of RGB (Red+Green+Blue) = 229+175+29=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF1D is #1A50E2. Grayscale: #AFAFAF. Windows color (decimal): -1724643 or 1945573. OLE color: 1945573.
HSL color Cylindrical-coordinate representation of color #E5AF1D: hue angle of 43.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5AF1D is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 29 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.10 |
| HSL | 43.8º | 0.79% | 0.51% | - |
| HSV(B) | 43.8º | 0.87% | 0.9% | - |
| XYZ | 47.86 | 47.41 | 7.79 | - |
| YUV | 174.5 | 45.89 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 29 | 0 | 0.24 | 0.87 | 0.10 | 43.8 | 0.79 | 0.51 |
| Hex | E5 | AF | 1D | 0 | 18 | 57 | A | 2C | 4F | 33 |
| Octal | 345 | 257 | 35 | 0 | 30 | 127 | 12 | 54 | 117 | 63 |
| Binary | 11100101 | 10101111 | 11101 | 0 | 11000 | 1010111 | 1010 | 101100 | 1001111 | 110011 |
Color Harmonies of #E5AF1D
Complementary color
Monochromatic Colors of #E5AF1D
Black with #E5AF1D
Text Example
Text Example
White with #E5AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF1D; }
p { color: rgb(229,175,29); }
H1.HeaderClassName
{
color: #E5AF1D;
}
.AnyTagClassName
{
color: #E5AF1D;
}
</style>
background-color css
<style>
a { background-color: #E5AF1D; }
a { background-color: rgb(229,175,29); }
div.DivClassName
{
background-color: #E5AF1D;
}
.BgClassName
{
background-color: #E5AF1D;
}
</style>
border-color css
<style>
span { border-color: #E5AF1D; }
span { border-color: rgb(229,175,29); }
td.TdClassName
{
border-color: #E5AF1D;
}
.TagClassName
{
border-color: #E5AF1D;
}
</style>