Shades of Gold Tips #E7B51B
Tints of Gold Tips #E7B51B
RGB
CMYK
RGB Variations
Color information
#E7B51B (or 0xE7B51B) is known color: Gold Tips. HEX triplet: E7, B5 and 1B. RGB value is (231,181,27). Sum of RGB (Red+Green+Blue) = 231+181+27=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 27 (10.94% from 255 or 6.15% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B51B is #184AE4. Grayscale: #B3B3B3. Windows color (decimal): -1592037 or 1816039. OLE color: 1816039.
HSL color Cylindrical-coordinate representation of color #E7B51B: hue angle of 45.29º 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 #E7B51B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 27 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.09 |
| HSL | 45.29º | 0.81% | 0.51% | - |
| HSV(B) | 45.29º | 0.88% | 0.91% | - |
| XYZ | 49.68 | 50.12 | 8.09 | - |
| YUV | 178.39 | 42.57 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 27 | 0 | 0.22 | 0.88 | 0.09 | 45.29 | 0.81 | 0.51 |
| Hex | E7 | B5 | 1B | 0 | 16 | 58 | 9 | 2D | 51 | 33 |
| Octal | 347 | 265 | 33 | 0 | 26 | 130 | 11 | 55 | 121 | 63 |
| Binary | 11100111 | 10110101 | 11011 | 0 | 10110 | 1011000 | 1001 | 101101 | 1010001 | 110011 |
Color Harmonies of #E7B51B
Complementary color
Monochromatic Colors of #E7B51B
Black with #E7B51B
Text Example
Text Example
White with #E7B51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B51B; }
p { color: rgb(231,181,27); }
H1.HeaderClassName
{
color: #E7B51B;
}
.AnyTagClassName
{
color: #E7B51B;
}
</style>
background-color css
<style>
a { background-color: #E7B51B; }
a { background-color: rgb(231,181,27); }
div.DivClassName
{
background-color: #E7B51B;
}
.BgClassName
{
background-color: #E7B51B;
}
</style>
border-color css
<style>
span { border-color: #E7B51B; }
span { border-color: rgb(231,181,27); }
td.TdClassName
{
border-color: #E7B51B;
}
.TagClassName
{
border-color: #E7B51B;
}
</style>