Shades of Gold Tips #E7B028
Tints of Gold Tips #E7B028
RGB
CMYK
RGB Variations
Color information
#E7B028 (or 0xE7B028) is known color: Gold Tips. HEX triplet: E7, B0 and 28. RGB value is (231,176,40). Sum of RGB (Red+Green+Blue) = 231+176+40=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B028 is #184FD7. Grayscale: #B1B1B1. Windows color (decimal): -1593304 or 2666727. OLE color: 2666727.
HSL color Cylindrical-coordinate representation of color #E7B028: hue angle of 42.72º 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 #E7B028 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 40 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.09 |
| HSL | 42.72º | 0.8% | 0.53% | - |
| HSV(B) | 42.72º | 0.83% | 0.91% | - |
| XYZ | 48.86 | 48.19 | 8.73 | - |
| YUV | 176.94 | 50.72 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 40 | 0 | 0.24 | 0.83 | 0.09 | 42.72 | 0.8 | 0.53 |
| Hex | E7 | B0 | 28 | 0 | 18 | 53 | 9 | 2B | 50 | 35 |
| Octal | 347 | 260 | 50 | 0 | 30 | 123 | 11 | 53 | 120 | 65 |
| Binary | 11100111 | 10110000 | 101000 | 0 | 11000 | 1010011 | 1001 | 101011 | 1010000 | 110101 |
Color Harmonies of #E7B028
Complementary color
Monochromatic Colors of #E7B028
Black with #E7B028
Text Example
Text Example
White with #E7B028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B028; }
p { color: rgb(231,176,40); }
H1.HeaderClassName
{
color: #E7B028;
}
.AnyTagClassName
{
color: #E7B028;
}
</style>
background-color css
<style>
a { background-color: #E7B028; }
a { background-color: rgb(231,176,40); }
div.DivClassName
{
background-color: #E7B028;
}
.BgClassName
{
background-color: #E7B028;
}
</style>
border-color css
<style>
span { border-color: #E7B028; }
span { border-color: rgb(231,176,40); }
td.TdClassName
{
border-color: #E7B028;
}
.TagClassName
{
border-color: #E7B028;
}
</style>