Shades of Gold Tips #E7B61D
Tints of Gold Tips #E7B61D
RGB
CMYK
RGB Variations
Color information
#E7B61D (or 0xE7B61D) is known color: Gold Tips. HEX triplet: E7, B6 and 1D. RGB value is (231,182,29). Sum of RGB (Red+Green+Blue) = 231+182+29=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B61D is #1849E2. Grayscale: #B3B3B3. Windows color (decimal): -1591779 or 1947367. OLE color: 1947367.
HSL color Cylindrical-coordinate representation of color #E7B61D: hue angle of 45.45º 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 #E7B61D is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 29 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.09 |
| HSL | 45.45º | 0.81% | 0.51% | - |
| HSV(B) | 45.45º | 0.87% | 0.91% | - |
| XYZ | 49.9 | 50.53 | 8.29 | - |
| YUV | 179.21 | 43.23 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 29 | 0 | 0.21 | 0.87 | 0.09 | 45.45 | 0.81 | 0.51 |
| Hex | E7 | B6 | 1D | 0 | 15 | 57 | 9 | 2D | 51 | 33 |
| Octal | 347 | 266 | 35 | 0 | 25 | 127 | 11 | 55 | 121 | 63 |
| Binary | 11100111 | 10110110 | 11101 | 0 | 10101 | 1010111 | 1001 | 101101 | 1010001 | 110011 |
Color Harmonies of #E7B61D
Complementary color
Monochromatic Colors of #E7B61D
Black with #E7B61D
Text Example
Text Example
White with #E7B61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B61D; }
p { color: rgb(231,182,29); }
H1.HeaderClassName
{
color: #E7B61D;
}
.AnyTagClassName
{
color: #E7B61D;
}
</style>
background-color css
<style>
a { background-color: #E7B61D; }
a { background-color: rgb(231,182,29); }
div.DivClassName
{
background-color: #E7B61D;
}
.BgClassName
{
background-color: #E7B61D;
}
</style>
border-color css
<style>
span { border-color: #E7B61D; }
span { border-color: rgb(231,182,29); }
td.TdClassName
{
border-color: #E7B61D;
}
.TagClassName
{
border-color: #E7B61D;
}
</style>