Shades of Gold Tips #E3AF1F
Tints of Gold Tips #E3AF1F
RGB
CMYK
RGB Variations
Color information
#E3AF1F (or 0xE3AF1F) is known color: Gold Tips. HEX triplet: E3, AF and 1F. RGB value is (227,175,31). Sum of RGB (Red+Green+Blue) = 227+175+31=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AF1F is #1C50E0. Grayscale: #AEAEAE. Windows color (decimal): -1855713 or 2076643. OLE color: 2076643.
HSL color Cylindrical-coordinate representation of color #E3AF1F: hue angle of 44.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3AF1F is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 31 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.11 |
| HSL | 44.08º | 0.78% | 0.51% | - |
| HSV(B) | 44.08º | 0.86% | 0.89% | - |
| XYZ | 47.26 | 47.09 | 7.89 | - |
| YUV | 174.13 | 47.23 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 31 | 0 | 0.23 | 0.86 | 0.11 | 44.08 | 0.78 | 0.51 |
| Hex | E3 | AF | 1F | 0 | 17 | 56 | B | 2C | 4E | 33 |
| Octal | 343 | 257 | 37 | 0 | 27 | 126 | 13 | 54 | 116 | 63 |
| Binary | 11100011 | 10101111 | 11111 | 0 | 10111 | 1010110 | 1011 | 101100 | 1001110 | 110011 |
Color Harmonies of #E3AF1F
Complementary color
Monochromatic Colors of #E3AF1F
Black with #E3AF1F
Text Example
Text Example
White with #E3AF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF1F; }
p { color: rgb(227,175,31); }
H1.HeaderClassName
{
color: #E3AF1F;
}
.AnyTagClassName
{
color: #E3AF1F;
}
</style>
background-color css
<style>
a { background-color: #E3AF1F; }
a { background-color: rgb(227,175,31); }
div.DivClassName
{
background-color: #E3AF1F;
}
.BgClassName
{
background-color: #E3AF1F;
}
</style>
border-color css
<style>
span { border-color: #E3AF1F; }
span { border-color: rgb(227,175,31); }
td.TdClassName
{
border-color: #E3AF1F;
}
.TagClassName
{
border-color: #E3AF1F;
}
</style>