Shades of Gold Tips #E7B014
Tints of Gold Tips #E7B014
RGB
CMYK
RGB Variations
Color information
#E7B014 (or 0xE7B014) is known color: Gold Tips. HEX triplet: E7, B0 and 14. RGB value is (231,176,20). Sum of RGB (Red+Green+Blue) = 231+176+20=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7B014 is #184FEB. Grayscale: #AFAFAF. Windows color (decimal): -1593324 or 1356007. OLE color: 1356007.
HSL color Cylindrical-coordinate representation of color #E7B014: hue angle of 44.36º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7B014 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 20 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.09 |
| HSL | 44.36º | 0.84% | 0.49% | - |
| HSV(B) | 44.36º | 0.91% | 0.91% | - |
| XYZ | 48.61 | 48.09 | 7.38 | - |
| YUV | 174.66 | 40.72 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 20 | 0 | 0.24 | 0.91 | 0.09 | 44.36 | 0.84 | 0.49 |
| Hex | E7 | B0 | 14 | 0 | 18 | 5B | 9 | 2C | 54 | 31 |
| Octal | 347 | 260 | 24 | 0 | 30 | 133 | 11 | 54 | 124 | 61 |
| Binary | 11100111 | 10110000 | 10100 | 0 | 11000 | 1011011 | 1001 | 101100 | 1010100 | 110001 |
Color Harmonies of #E7B014
Complementary color
Monochromatic Colors of #E7B014
Black with #E7B014
Text Example
Text Example
White with #E7B014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B014; }
p { color: rgb(231,176,20); }
H1.HeaderClassName
{
color: #E7B014;
}
.AnyTagClassName
{
color: #E7B014;
}
</style>
background-color css
<style>
a { background-color: #E7B014; }
a { background-color: rgb(231,176,20); }
div.DivClassName
{
background-color: #E7B014;
}
.BgClassName
{
background-color: #E7B014;
}
</style>
border-color css
<style>
span { border-color: #E7B014; }
span { border-color: rgb(231,176,20); }
td.TdClassName
{
border-color: #E7B014;
}
.TagClassName
{
border-color: #E7B014;
}
</style>