Shades of Gold Tips #E5AF1F
Tints of Gold Tips #E5AF1F
RGB
CMYK
RGB Variations
Color information
#E5AF1F (or 0xE5AF1F) is known color: Gold Tips. HEX triplet: E5, AF and 1F. RGB value is (229,175,31). Sum of RGB (Red+Green+Blue) = 229+175+31=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF1F is #1A50E0. Grayscale: #AFAFAF. Windows color (decimal): -1724641 or 2076645. OLE color: 2076645.
HSL color Cylindrical-coordinate representation of color #E5AF1F: hue angle of 43.64º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5AF1F is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 31 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.10 |
| HSL | 43.64º | 0.79% | 0.51% | - |
| HSV(B) | 43.64º | 0.86% | 0.9% | - |
| XYZ | 47.89 | 47.42 | 7.92 | - |
| YUV | 174.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 31 | 0 | 0.24 | 0.86 | 0.10 | 43.64 | 0.79 | 0.51 |
| Hex | E5 | AF | 1F | 0 | 18 | 56 | A | 2C | 4F | 33 |
| Octal | 345 | 257 | 37 | 0 | 30 | 126 | 12 | 54 | 117 | 63 |
| Binary | 11100101 | 10101111 | 11111 | 0 | 11000 | 1010110 | 1010 | 101100 | 1001111 | 110011 |
Color Harmonies of #E5AF1F
Complementary color
Monochromatic Colors of #E5AF1F
Black with #E5AF1F
Text Example
Text Example
White with #E5AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF1F; }
p { color: rgb(229,175,31); }
H1.HeaderClassName
{
color: #E5AF1F;
}
.AnyTagClassName
{
color: #E5AF1F;
}
</style>
background-color css
<style>
a { background-color: #E5AF1F; }
a { background-color: rgb(229,175,31); }
div.DivClassName
{
background-color: #E5AF1F;
}
.BgClassName
{
background-color: #E5AF1F;
}
</style>
border-color css
<style>
span { border-color: #E5AF1F; }
span { border-color: rgb(229,175,31); }
td.TdClassName
{
border-color: #E5AF1F;
}
.TagClassName
{
border-color: #E5AF1F;
}
</style>