Shades of Gold Tips #E1AF1F
Tints of Gold Tips #E1AF1F
RGB
CMYK
RGB Variations
Color information
#E1AF1F (or 0xE1AF1F) is known color: Gold Tips. HEX triplet: E1, AF and 1F. RGB value is (225,175,31). Sum of RGB (Red+Green+Blue) = 225+175+31=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF1F is #1E50E0. Grayscale: #AEAEAE. Windows color (decimal): -1986785 or 2076641. OLE color: 2076641.
HSL color Cylindrical-coordinate representation of color #E1AF1F: hue angle of 44.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1AF1F is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 31 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.12 |
| HSL | 44.54º | 0.76% | 0.5% | - |
| HSV(B) | 44.54º | 0.86% | 0.88% | - |
| XYZ | 46.63 | 46.77 | 7.87 | - |
| YUV | 173.53 | 47.57 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 31 | 0 | 0.22 | 0.86 | 0.12 | 44.54 | 0.76 | 0.5 |
| Hex | E1 | AF | 1F | 0 | 16 | 56 | C | 2D | 4C | 32 |
| Octal | 341 | 257 | 37 | 0 | 26 | 126 | 14 | 55 | 114 | 62 |
| Binary | 11100001 | 10101111 | 11111 | 0 | 10110 | 1010110 | 1100 | 101101 | 1001100 | 110010 |
Color Harmonies of #E1AF1F
Complementary color
Monochromatic Colors of #E1AF1F
Black with #E1AF1F
Text Example
Text Example
White with #E1AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF1F; }
p { color: rgb(225,175,31); }
H1.HeaderClassName
{
color: #E1AF1F;
}
.AnyTagClassName
{
color: #E1AF1F;
}
</style>
background-color css
<style>
a { background-color: #E1AF1F; }
a { background-color: rgb(225,175,31); }
div.DivClassName
{
background-color: #E1AF1F;
}
.BgClassName
{
background-color: #E1AF1F;
}
</style>
border-color css
<style>
span { border-color: #E1AF1F; }
span { border-color: rgb(225,175,31); }
td.TdClassName
{
border-color: #E1AF1F;
}
.TagClassName
{
border-color: #E1AF1F;
}
</style>