Shades of Gold Tips #E5AF31
Tints of Gold Tips #E5AF31
RGB
CMYK
RGB Variations
Color information
#E5AF31 (or 0xE5AF31) is known color: Gold Tips. HEX triplet: E5, AF and 31. RGB value is (229,175,49). Sum of RGB (Red+Green+Blue) = 229+175+49=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF31 is #1A50CE. Grayscale: #B1B1B1. Windows color (decimal): -1724623 or 3256293. OLE color: 3256293.
HSL color Cylindrical-coordinate representation of color #E5AF31: hue angle of 42º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5AF31 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 49 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.10 |
| HSL | 42º | 0.78% | 0.55% | - |
| HSV(B) | 42º | 0.79% | 0.9% | - |
| XYZ | 48.2 | 47.54 | 9.54 | - |
| YUV | 176.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 49 | 0 | 0.24 | 0.79 | 0.10 | 42 | 0.78 | 0.55 |
| Hex | E5 | AF | 31 | 0 | 18 | 4F | A | 2A | 4E | 37 |
| Octal | 345 | 257 | 61 | 0 | 30 | 117 | 12 | 52 | 116 | 67 |
| Binary | 11100101 | 10101111 | 110001 | 0 | 11000 | 1001111 | 1010 | 101010 | 1001110 | 110111 |
Color Harmonies of #E5AF31
Complementary color
Monochromatic Colors of #E5AF31
Black with #E5AF31
Text Example
Text Example
White with #E5AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF31; }
p { color: rgb(229,175,49); }
H1.HeaderClassName
{
color: #E5AF31;
}
.AnyTagClassName
{
color: #E5AF31;
}
</style>
background-color css
<style>
a { background-color: #E5AF31; }
a { background-color: rgb(229,175,49); }
div.DivClassName
{
background-color: #E5AF31;
}
.BgClassName
{
background-color: #E5AF31;
}
</style>
border-color css
<style>
span { border-color: #E5AF31; }
span { border-color: rgb(229,175,49); }
td.TdClassName
{
border-color: #E5AF31;
}
.TagClassName
{
border-color: #E5AF31;
}
</style>