Shades of Gold Tips #E7AD1D
Tints of Gold Tips #E7AD1D
RGB
CMYK
RGB Variations
Color information
#E7AD1D (or 0xE7AD1D) is known color: Gold Tips. HEX triplet: E7, AD and 1D. RGB value is (231,173,29). Sum of RGB (Red+Green+Blue) = 231+173+29=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AD1D is #1852E2. Grayscale: #AEAEAE. Windows color (decimal): -1594083 or 1945063. OLE color: 1945063.
HSL color Cylindrical-coordinate representation of color #E7AD1D: hue angle of 42.77º 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 #E7AD1D is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 29 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.09 |
| HSL | 42.77º | 0.81% | 0.51% | - |
| HSV(B) | 42.77º | 0.87% | 0.91% | - |
| XYZ | 48.12 | 46.96 | 7.69 | - |
| YUV | 173.93 | 46.22 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 29 | 0 | 0.25 | 0.87 | 0.09 | 42.77 | 0.81 | 0.51 |
| Hex | E7 | AD | 1D | 0 | 19 | 57 | 9 | 2B | 51 | 33 |
| Octal | 347 | 255 | 35 | 0 | 31 | 127 | 11 | 53 | 121 | 63 |
| Binary | 11100111 | 10101101 | 11101 | 0 | 11001 | 1010111 | 1001 | 101011 | 1010001 | 110011 |
Color Harmonies of #E7AD1D
Complementary color
Monochromatic Colors of #E7AD1D
Black with #E7AD1D
Text Example
Text Example
White with #E7AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD1D; }
p { color: rgb(231,173,29); }
H1.HeaderClassName
{
color: #E7AD1D;
}
.AnyTagClassName
{
color: #E7AD1D;
}
</style>
background-color css
<style>
a { background-color: #E7AD1D; }
a { background-color: rgb(231,173,29); }
div.DivClassName
{
background-color: #E7AD1D;
}
.BgClassName
{
background-color: #E7AD1D;
}
</style>
border-color css
<style>
span { border-color: #E7AD1D; }
span { border-color: rgb(231,173,29); }
td.TdClassName
{
border-color: #E7AD1D;
}
.TagClassName
{
border-color: #E7AD1D;
}
</style>