Shades of Gold Tips #E7B71C
Tints of Gold Tips #E7B71C
RGB
CMYK
RGB Variations
Color information
#E7B71C (or 0xE7B71C) is known color: Gold Tips. HEX triplet: E7, B7 and 1C. RGB value is (231,183,28). Sum of RGB (Red+Green+Blue) = 231+183+28=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B71C is #1848E3. Grayscale: #B4B4B4. Windows color (decimal): -1591524 or 1882087. OLE color: 1882087.
HSL color Cylindrical-coordinate representation of color #E7B71C: hue angle of 45.81º 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 #E7B71C is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 28 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.09 |
| HSL | 45.81º | 0.81% | 0.51% | - |
| HSV(B) | 45.81º | 0.88% | 0.91% | - |
| XYZ | 50.1 | 50.94 | 8.29 | - |
| YUV | 179.68 | 42.4 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 28 | 0 | 0.21 | 0.88 | 0.09 | 45.81 | 0.81 | 0.51 |
| Hex | E7 | B7 | 1C | 0 | 15 | 58 | 9 | 2E | 51 | 33 |
| Octal | 347 | 267 | 34 | 0 | 25 | 130 | 11 | 56 | 121 | 63 |
| Binary | 11100111 | 10110111 | 11100 | 0 | 10101 | 1011000 | 1001 | 101110 | 1010001 | 110011 |
Color Harmonies of #E7B71C
Complementary color
Monochromatic Colors of #E7B71C
Black with #E7B71C
Text Example
Text Example
White with #E7B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B71C; }
p { color: rgb(231,183,28); }
H1.HeaderClassName
{
color: #E7B71C;
}
.AnyTagClassName
{
color: #E7B71C;
}
</style>
background-color css
<style>
a { background-color: #E7B71C; }
a { background-color: rgb(231,183,28); }
div.DivClassName
{
background-color: #E7B71C;
}
.BgClassName
{
background-color: #E7B71C;
}
</style>
border-color css
<style>
span { border-color: #E7B71C; }
span { border-color: rgb(231,183,28); }
td.TdClassName
{
border-color: #E7B71C;
}
.TagClassName
{
border-color: #E7B71C;
}
</style>