Shades of Gold Tips #E7B61E
Tints of Gold Tips #E7B61E
RGB
CMYK
RGB Variations
Color information
#E7B61E (or 0xE7B61E) is known color: Gold Tips. HEX triplet: E7, B6 and 1E. RGB value is (231,182,30). Sum of RGB (Red+Green+Blue) = 231+182+30=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B61E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B61E is #1849E1. Grayscale: #B3B3B3. Windows color (decimal): -1591778 or 2012903. OLE color: 2012903.
HSL color Cylindrical-coordinate representation of color #E7B61E: hue angle of 45.37º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7B61E is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 30 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.09 |
| HSL | 45.37º | 0.81% | 0.51% | - |
| HSV(B) | 45.37º | 0.87% | 0.91% | - |
| XYZ | 49.92 | 50.54 | 8.35 | - |
| YUV | 179.32 | 43.73 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 30 | 0 | 0.21 | 0.87 | 0.09 | 45.37 | 0.81 | 0.51 |
| Hex | E7 | B6 | 1E | 0 | 15 | 57 | 9 | 2D | 51 | 33 |
| Octal | 347 | 266 | 36 | 0 | 25 | 127 | 11 | 55 | 121 | 63 |
| Binary | 11100111 | 10110110 | 11110 | 0 | 10101 | 1010111 | 1001 | 101101 | 1010001 | 110011 |
Color Harmonies of #E7B61E
Complementary color
Monochromatic Colors of #E7B61E
Black with #E7B61E
Text Example
Text Example
White with #E7B61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B61E; }
p { color: rgb(231,182,30); }
H1.HeaderClassName
{
color: #E7B61E;
}
.AnyTagClassName
{
color: #E7B61E;
}
</style>
background-color css
<style>
a { background-color: #E7B61E; }
a { background-color: rgb(231,182,30); }
div.DivClassName
{
background-color: #E7B61E;
}
.BgClassName
{
background-color: #E7B61E;
}
</style>
border-color css
<style>
span { border-color: #E7B61E; }
span { border-color: rgb(231,182,30); }
td.TdClassName
{
border-color: #E7B61E;
}
.TagClassName
{
border-color: #E7B61E;
}
</style>