Shades of Gold Tips #E7B81F
Tints of Gold Tips #E7B81F
RGB
CMYK
RGB Variations
Color information
#E7B81F (or 0xE7B81F) is known color: Gold Tips. HEX triplet: E7, B8 and 1F. RGB value is (231,184,31). Sum of RGB (Red+Green+Blue) = 231+184+31=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B81F is #1847E0. Grayscale: #B5B5B5. Windows color (decimal): -1591265 or 2078951. OLE color: 2078951.
HSL color Cylindrical-coordinate representation of color #E7B81F: hue angle of 45.9º 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 #E7B81F is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 31 | - |
| CMYK | 0 | 0.20 | 0.87 | 0.09 |
| HSL | 45.9º | 0.81% | 0.51% | - |
| HSV(B) | 45.9º | 0.87% | 0.91% | - |
| XYZ | 50.34 | 51.37 | 8.56 | - |
| YUV | 180.61 | 43.57 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 31 | 0 | 0.20 | 0.87 | 0.09 | 45.9 | 0.81 | 0.51 |
| Hex | E7 | B8 | 1F | 0 | 14 | 57 | 9 | 2E | 51 | 33 |
| Octal | 347 | 270 | 37 | 0 | 24 | 127 | 11 | 56 | 121 | 63 |
| Binary | 11100111 | 10111000 | 11111 | 0 | 10100 | 1010111 | 1001 | 101110 | 1010001 | 110011 |
Color Harmonies of #E7B81F
Complementary color
Monochromatic Colors of #E7B81F
Black with #E7B81F
Text Example
Text Example
White with #E7B81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B81F; }
p { color: rgb(231,184,31); }
H1.HeaderClassName
{
color: #E7B81F;
}
.AnyTagClassName
{
color: #E7B81F;
}
</style>
background-color css
<style>
a { background-color: #E7B81F; }
a { background-color: rgb(231,184,31); }
div.DivClassName
{
background-color: #E7B81F;
}
.BgClassName
{
background-color: #E7B81F;
}
</style>
border-color css
<style>
span { border-color: #E7B81F; }
span { border-color: rgb(231,184,31); }
td.TdClassName
{
border-color: #E7B81F;
}
.TagClassName
{
border-color: #E7B81F;
}
</style>