Shades of Gold Tips #E3AB1F
Tints of Gold Tips #E3AB1F
RGB
CMYK
RGB Variations
Color information
#E3AB1F (or 0xE3AB1F) is known color: Gold Tips. HEX triplet: E3, AB and 1F. RGB value is (227,171,31). Sum of RGB (Red+Green+Blue) = 227+171+31=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AB1F is #1C54E0. Grayscale: #ACACAC. Windows color (decimal): -1856737 or 2075619. OLE color: 2075619.
HSL color Cylindrical-coordinate representation of color #E3AB1F: hue angle of 42.86º 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 #E3AB1F is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 171 | 31 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.11 |
| HSL | 42.86º | 0.78% | 0.51% | - |
| HSV(B) | 42.86º | 0.86% | 0.89% | - |
| XYZ | 46.49 | 45.56 | 7.64 | - |
| YUV | 171.78 | 48.55 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 171 | 31 | 0 | 0.25 | 0.86 | 0.11 | 42.86 | 0.78 | 0.51 |
| Hex | E3 | AB | 1F | 0 | 19 | 56 | B | 2B | 4E | 33 |
| Octal | 343 | 253 | 37 | 0 | 31 | 126 | 13 | 53 | 116 | 63 |
| Binary | 11100011 | 10101011 | 11111 | 0 | 11001 | 1010110 | 1011 | 101011 | 1001110 | 110011 |
Color Harmonies of #E3AB1F
Complementary color
Monochromatic Colors of #E3AB1F
Black with #E3AB1F
Text Example
Text Example
White with #E3AB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AB1F; }
p { color: rgb(227,171,31); }
H1.HeaderClassName
{
color: #E3AB1F;
}
.AnyTagClassName
{
color: #E3AB1F;
}
</style>
background-color css
<style>
a { background-color: #E3AB1F; }
a { background-color: rgb(227,171,31); }
div.DivClassName
{
background-color: #E3AB1F;
}
.BgClassName
{
background-color: #E3AB1F;
}
</style>
border-color css
<style>
span { border-color: #E3AB1F; }
span { border-color: rgb(227,171,31); }
td.TdClassName
{
border-color: #E3AB1F;
}
.TagClassName
{
border-color: #E3AB1F;
}
</style>