Shades of Gold Tips #E7B31C
Tints of Gold Tips #E7B31C
RGB
CMYK
RGB Variations
Color information
#E7B31C (or 0xE7B31C) is known color: Gold Tips. HEX triplet: E7, B3 and 1C. RGB value is (231,179,28). Sum of RGB (Red+Green+Blue) = 231+179+28=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B31C is #184CE3. Grayscale: #B1B1B1. Windows color (decimal): -1592548 or 1881063. OLE color: 1881063.
HSL color Cylindrical-coordinate representation of color #E7B31C: hue angle of 44.63º 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 #E7B31C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 28 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.09 |
| HSL | 44.63º | 0.81% | 0.51% | - |
| HSV(B) | 44.63º | 0.88% | 0.91% | - |
| XYZ | 49.28 | 49.31 | 8.02 | - |
| YUV | 177.33 | 43.73 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 28 | 0 | 0.23 | 0.88 | 0.09 | 44.63 | 0.81 | 0.51 |
| Hex | E7 | B3 | 1C | 0 | 17 | 58 | 9 | 2D | 51 | 33 |
| Octal | 347 | 263 | 34 | 0 | 27 | 130 | 11 | 55 | 121 | 63 |
| Binary | 11100111 | 10110011 | 11100 | 0 | 10111 | 1011000 | 1001 | 101101 | 1010001 | 110011 |
Color Harmonies of #E7B31C
Complementary color
Monochromatic Colors of #E7B31C
Black with #E7B31C
Text Example
Text Example
White with #E7B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B31C; }
p { color: rgb(231,179,28); }
H1.HeaderClassName
{
color: #E7B31C;
}
.AnyTagClassName
{
color: #E7B31C;
}
</style>
background-color css
<style>
a { background-color: #E7B31C; }
a { background-color: rgb(231,179,28); }
div.DivClassName
{
background-color: #E7B31C;
}
.BgClassName
{
background-color: #E7B31C;
}
</style>
border-color css
<style>
span { border-color: #E7B31C; }
span { border-color: rgb(231,179,28); }
td.TdClassName
{
border-color: #E7B31C;
}
.TagClassName
{
border-color: #E7B31C;
}
</style>