Shades of Gold Tips #E7A81F
Tints of Gold Tips #E7A81F
RGB
CMYK
RGB Variations
Color information
#E7A81F (or 0xE7A81F) is known color: Gold Tips. HEX triplet: E7, A8 and 1F. RGB value is (231,168,31). Sum of RGB (Red+Green+Blue) = 231+168+31=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 31 (12.5% from 255 or 7.21% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A81F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A81F is #1857E0. Grayscale: #ABABAB. Windows color (decimal): -1595361 or 2074855. OLE color: 2074855.
HSL color Cylindrical-coordinate representation of color #E7A81F: hue angle of 41.1º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7A81F is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 31 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.09 |
| HSL | 41.1º | 0.81% | 0.51% | - |
| HSV(B) | 41.1º | 0.87% | 0.91% | - |
| XYZ | 47.2 | 45.09 | 7.51 | - |
| YUV | 171.22 | 48.87 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 31 | 0 | 0.27 | 0.87 | 0.09 | 41.1 | 0.81 | 0.51 |
| Hex | E7 | A8 | 1F | 0 | 1B | 57 | 9 | 29 | 51 | 33 |
| Octal | 347 | 250 | 37 | 0 | 33 | 127 | 11 | 51 | 121 | 63 |
| Binary | 11100111 | 10101000 | 11111 | 0 | 11011 | 1010111 | 1001 | 101001 | 1010001 | 110011 |
Color Harmonies of #E7A81F
Complementary color
Monochromatic Colors of #E7A81F
Black with #E7A81F
Text Example
Text Example
White with #E7A81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A81F; }
p { color: rgb(231,168,31); }
H1.HeaderClassName
{
color: #E7A81F;
}
.AnyTagClassName
{
color: #E7A81F;
}
</style>
background-color css
<style>
a { background-color: #E7A81F; }
a { background-color: rgb(231,168,31); }
div.DivClassName
{
background-color: #E7A81F;
}
.BgClassName
{
background-color: #E7A81F;
}
</style>
border-color css
<style>
span { border-color: #E7A81F; }
span { border-color: rgb(231,168,31); }
td.TdClassName
{
border-color: #E7A81F;
}
.TagClassName
{
border-color: #E7A81F;
}
</style>