Shades of Gold Tips #E7B81A
Tints of Gold Tips #E7B81A
RGB
CMYK
RGB Variations
Color information
#E7B81A (or 0xE7B81A) is known color: Gold Tips. HEX triplet: E7, B8 and 1A. RGB value is (231,184,26). Sum of RGB (Red+Green+Blue) = 231+184+26=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B81A is #1847E5. Grayscale: #B4B4B4. Windows color (decimal): -1591270 or 1751271. OLE color: 1751271.
HSL color Cylindrical-coordinate representation of color #E7B81A: hue angle of 46.24º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7B81A is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 26 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.09 |
| HSL | 46.24º | 0.81% | 0.5% | - |
| HSV(B) | 46.24º | 0.89% | 0.91% | - |
| XYZ | 50.28 | 51.34 | 8.24 | - |
| YUV | 180.04 | 41.07 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 26 | 0 | 0.20 | 0.89 | 0.09 | 46.24 | 0.81 | 0.5 |
| Hex | E7 | B8 | 1A | 0 | 14 | 59 | 9 | 2E | 51 | 32 |
| Octal | 347 | 270 | 32 | 0 | 24 | 131 | 11 | 56 | 121 | 62 |
| Binary | 11100111 | 10111000 | 11010 | 0 | 10100 | 1011001 | 1001 | 101110 | 1010001 | 110010 |
Color Harmonies of #E7B81A
Complementary color
Monochromatic Colors of #E7B81A
Black with #E7B81A
Text Example
Text Example
White with #E7B81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B81A; }
p { color: rgb(231,184,26); }
H1.HeaderClassName
{
color: #E7B81A;
}
.AnyTagClassName
{
color: #E7B81A;
}
</style>
background-color css
<style>
a { background-color: #E7B81A; }
a { background-color: rgb(231,184,26); }
div.DivClassName
{
background-color: #E7B81A;
}
.BgClassName
{
background-color: #E7B81A;
}
</style>
border-color css
<style>
span { border-color: #E7B81A; }
span { border-color: rgb(231,184,26); }
td.TdClassName
{
border-color: #E7B81A;
}
.TagClassName
{
border-color: #E7B81A;
}
</style>