Shades of Gold Tips #E3AB1E
Tints of Gold Tips #E3AB1E
RGB
CMYK
RGB Variations
Color information
#E3AB1E (or 0xE3AB1E) is known color: Gold Tips. HEX triplet: E3, AB and 1E. RGB value is (227,171,30). Sum of RGB (Red+Green+Blue) = 227+171+30=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AB1E is #1C54E1. Grayscale: #ACACAC. Windows color (decimal): -1856738 or 2010083. OLE color: 2010083.
HSL color Cylindrical-coordinate representation of color #E3AB1E: hue angle of 42.94º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3AB1E is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 171 | 30 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.11 |
| HSL | 42.94º | 0.78% | 0.5% | - |
| HSV(B) | 42.94º | 0.87% | 0.89% | - |
| XYZ | 46.48 | 45.55 | 7.57 | - |
| YUV | 171.67 | 48.05 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 171 | 30 | 0 | 0.25 | 0.87 | 0.11 | 42.94 | 0.78 | 0.5 |
| Hex | E3 | AB | 1E | 0 | 19 | 57 | B | 2B | 4E | 32 |
| Octal | 343 | 253 | 36 | 0 | 31 | 127 | 13 | 53 | 116 | 62 |
| Binary | 11100011 | 10101011 | 11110 | 0 | 11001 | 1010111 | 1011 | 101011 | 1001110 | 110010 |
Color Harmonies of #E3AB1E
Complementary color
Monochromatic Colors of #E3AB1E
Black with #E3AB1E
Text Example
Text Example
White with #E3AB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AB1E; }
p { color: rgb(227,171,30); }
H1.HeaderClassName
{
color: #E3AB1E;
}
.AnyTagClassName
{
color: #E3AB1E;
}
</style>
background-color css
<style>
a { background-color: #E3AB1E; }
a { background-color: rgb(227,171,30); }
div.DivClassName
{
background-color: #E3AB1E;
}
.BgClassName
{
background-color: #E3AB1E;
}
</style>
border-color css
<style>
span { border-color: #E3AB1E; }
span { border-color: rgb(227,171,30); }
td.TdClassName
{
border-color: #E3AB1E;
}
.TagClassName
{
border-color: #E3AB1E;
}
</style>