Shades of Gold Tips #E5AF2E
Tints of Gold Tips #E5AF2E
RGB
CMYK
RGB Variations
Color information
#E5AF2E (or 0xE5AF2E) is known color: Gold Tips. HEX triplet: E5, AF and 2E. RGB value is (229,175,46). Sum of RGB (Red+Green+Blue) = 229+175+46=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF2E is #1A50D1. Grayscale: #B1B1B1. Windows color (decimal): -1724626 or 3059685. OLE color: 3059685.
HSL color Cylindrical-coordinate representation of color #E5AF2E: hue angle of 42.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5AF2E is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 46 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.10 |
| HSL | 42.3º | 0.78% | 0.54% | - |
| HSV(B) | 42.3º | 0.8% | 0.9% | - |
| XYZ | 48.14 | 47.52 | 9.22 | - |
| YUV | 176.44 | 54.39 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 46 | 0 | 0.24 | 0.80 | 0.10 | 42.3 | 0.78 | 0.54 |
| Hex | E5 | AF | 2E | 0 | 18 | 50 | A | 2A | 4E | 36 |
| Octal | 345 | 257 | 56 | 0 | 30 | 120 | 12 | 52 | 116 | 66 |
| Binary | 11100101 | 10101111 | 101110 | 0 | 11000 | 1010000 | 1010 | 101010 | 1001110 | 110110 |
Color Harmonies of #E5AF2E
Complementary color
Monochromatic Colors of #E5AF2E
Black with #E5AF2E
Text Example
Text Example
White with #E5AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF2E; }
p { color: rgb(229,175,46); }
H1.HeaderClassName
{
color: #E5AF2E;
}
.AnyTagClassName
{
color: #E5AF2E;
}
</style>
background-color css
<style>
a { background-color: #E5AF2E; }
a { background-color: rgb(229,175,46); }
div.DivClassName
{
background-color: #E5AF2E;
}
.BgClassName
{
background-color: #E5AF2E;
}
</style>
border-color css
<style>
span { border-color: #E5AF2E; }
span { border-color: rgb(229,175,46); }
td.TdClassName
{
border-color: #E5AF2E;
}
.TagClassName
{
border-color: #E5AF2E;
}
</style>