Shades of Gold Tips #E7B21E
Tints of Gold Tips #E7B21E
RGB
CMYK
RGB Variations
Color information
#E7B21E (or 0xE7B21E) is known color: Gold Tips. HEX triplet: E7, B2 and 1E. RGB value is (231,178,30). Sum of RGB (Red+Green+Blue) = 231+178+30=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B21E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B21E is #184DE1. Grayscale: #B1B1B1. Windows color (decimal): -1592802 or 2011879. OLE color: 2011879.
HSL color Cylindrical-coordinate representation of color #E7B21E: hue angle of 44.18º 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 #E7B21E is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 30 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.09 |
| HSL | 44.18º | 0.81% | 0.51% | - |
| HSV(B) | 44.18º | 0.87% | 0.91% | - |
| XYZ | 49.11 | 48.92 | 8.08 | - |
| YUV | 176.98 | 45.06 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 30 | 0 | 0.23 | 0.87 | 0.09 | 44.18 | 0.81 | 0.51 |
| Hex | E7 | B2 | 1E | 0 | 17 | 57 | 9 | 2C | 51 | 33 |
| Octal | 347 | 262 | 36 | 0 | 27 | 127 | 11 | 54 | 121 | 63 |
| Binary | 11100111 | 10110010 | 11110 | 0 | 10111 | 1010111 | 1001 | 101100 | 1010001 | 110011 |
Color Harmonies of #E7B21E
Complementary color
Monochromatic Colors of #E7B21E
Black with #E7B21E
Text Example
Text Example
White with #E7B21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B21E; }
p { color: rgb(231,178,30); }
H1.HeaderClassName
{
color: #E7B21E;
}
.AnyTagClassName
{
color: #E7B21E;
}
</style>
background-color css
<style>
a { background-color: #E7B21E; }
a { background-color: rgb(231,178,30); }
div.DivClassName
{
background-color: #E7B21E;
}
.BgClassName
{
background-color: #E7B21E;
}
</style>
border-color css
<style>
span { border-color: #E7B21E; }
span { border-color: rgb(231,178,30); }
td.TdClassName
{
border-color: #E7B21E;
}
.TagClassName
{
border-color: #E7B21E;
}
</style>