Shades of Gold Tips #E7B518
Tints of Gold Tips #E7B518
RGB
CMYK
RGB Variations
Color information
#E7B518 (or 0xE7B518) is known color: Gold Tips. HEX triplet: E7, B5 and 18. RGB value is (231,181,24). Sum of RGB (Red+Green+Blue) = 231+181+24=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B518 is #184AE7. Grayscale: #B2B2B2. Windows color (decimal): -1592040 or 1619431. OLE color: 1619431.
HSL color Cylindrical-coordinate representation of color #E7B518: hue angle of 45.51º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7B518 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 24 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.09 |
| HSL | 45.51º | 0.81% | 0.5% | - |
| HSV(B) | 45.51º | 0.9% | 0.91% | - |
| XYZ | 49.64 | 50.1 | 7.92 | - |
| YUV | 178.05 | 41.07 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 24 | 0 | 0.22 | 0.90 | 0.09 | 45.51 | 0.81 | 0.5 |
| Hex | E7 | B5 | 18 | 0 | 16 | 5A | 9 | 2E | 51 | 32 |
| Octal | 347 | 265 | 30 | 0 | 26 | 132 | 11 | 56 | 121 | 62 |
| Binary | 11100111 | 10110101 | 11000 | 0 | 10110 | 1011010 | 1001 | 101110 | 1010001 | 110010 |
Color Harmonies of #E7B518
Complementary color
Monochromatic Colors of #E7B518
Black with #E7B518
Text Example
Text Example
White with #E7B518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B518; }
p { color: rgb(231,181,24); }
H1.HeaderClassName
{
color: #E7B518;
}
.AnyTagClassName
{
color: #E7B518;
}
</style>
background-color css
<style>
a { background-color: #E7B518; }
a { background-color: rgb(231,181,24); }
div.DivClassName
{
background-color: #E7B518;
}
.BgClassName
{
background-color: #E7B518;
}
</style>
border-color css
<style>
span { border-color: #E7B518; }
span { border-color: rgb(231,181,24); }
td.TdClassName
{
border-color: #E7B518;
}
.TagClassName
{
border-color: #E7B518;
}
</style>