Shades of Gold Tips #E7B81B
Tints of Gold Tips #E7B81B
RGB
CMYK
RGB Variations
Color information
#E7B81B (or 0xE7B81B) is known color: Gold Tips. HEX triplet: E7, B8 and 1B. RGB value is (231,184,27). Sum of RGB (Red+Green+Blue) = 231+184+27=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B81B is #1847E4. Grayscale: #B4B4B4. Windows color (decimal): -1591269 or 1816807. OLE color: 1816807.
HSL color Cylindrical-coordinate representation of color #E7B81B: hue angle of 46.18º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7B81B is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 184 | 27 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.09 |
| HSL | 46.18º | 0.81% | 0.51% | - |
| HSV(B) | 46.18º | 0.88% | 0.91% | - |
| XYZ | 50.29 | 51.35 | 8.3 | - |
| YUV | 180.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 184 | 27 | 0 | 0.20 | 0.88 | 0.09 | 46.18 | 0.81 | 0.51 |
| Hex | E7 | B8 | 1B | 0 | 14 | 58 | 9 | 2E | 51 | 33 |
| Octal | 347 | 270 | 33 | 0 | 24 | 130 | 11 | 56 | 121 | 63 |
| Binary | 11100111 | 10111000 | 11011 | 0 | 10100 | 1011000 | 1001 | 101110 | 1010001 | 110011 |
Color Harmonies of #E7B81B
Complementary color
Monochromatic Colors of #E7B81B
Black with #E7B81B
Text Example
Text Example
White with #E7B81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B81B; }
p { color: rgb(231,184,27); }
H1.HeaderClassName
{
color: #E7B81B;
}
.AnyTagClassName
{
color: #E7B81B;
}
</style>
background-color css
<style>
a { background-color: #E7B81B; }
a { background-color: rgb(231,184,27); }
div.DivClassName
{
background-color: #E7B81B;
}
.BgClassName
{
background-color: #E7B81B;
}
</style>
border-color css
<style>
span { border-color: #E7B81B; }
span { border-color: rgb(231,184,27); }
td.TdClassName
{
border-color: #E7B81B;
}
.TagClassName
{
border-color: #E7B81B;
}
</style>