Shades of Gold Tips #E7B027
Tints of Gold Tips #E7B027
RGB
CMYK
RGB Variations
Color information
#E7B027 (or 0xE7B027) is known color: Gold Tips. HEX triplet: E7, B0 and 27. RGB value is (231,176,39). Sum of RGB (Red+Green+Blue) = 231+176+39=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B027 is #184FD8. Grayscale: #B1B1B1. Windows color (decimal): -1593305 or 2601191. OLE color: 2601191.
HSL color Cylindrical-coordinate representation of color #E7B027: hue angle of 42.81º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7B027 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 39 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.09 |
| HSL | 42.81º | 0.8% | 0.53% | - |
| HSV(B) | 42.81º | 0.83% | 0.91% | - |
| XYZ | 48.85 | 48.19 | 8.65 | - |
| YUV | 176.83 | 50.22 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 39 | 0 | 0.24 | 0.83 | 0.09 | 42.81 | 0.8 | 0.53 |
| Hex | E7 | B0 | 27 | 0 | 18 | 53 | 9 | 2B | 50 | 35 |
| Octal | 347 | 260 | 47 | 0 | 30 | 123 | 11 | 53 | 120 | 65 |
| Binary | 11100111 | 10110000 | 100111 | 0 | 11000 | 1010011 | 1001 | 101011 | 1010000 | 110101 |
Color Harmonies of #E7B027
Complementary color
Monochromatic Colors of #E7B027
Black with #E7B027
Text Example
Text Example
White with #E7B027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B027; }
p { color: rgb(231,176,39); }
H1.HeaderClassName
{
color: #E7B027;
}
.AnyTagClassName
{
color: #E7B027;
}
</style>
background-color css
<style>
a { background-color: #E7B027; }
a { background-color: rgb(231,176,39); }
div.DivClassName
{
background-color: #E7B027;
}
.BgClassName
{
background-color: #E7B027;
}
</style>
border-color css
<style>
span { border-color: #E7B027; }
span { border-color: rgb(231,176,39); }
td.TdClassName
{
border-color: #E7B027;
}
.TagClassName
{
border-color: #E7B027;
}
</style>