Shades of Gold Tips #E1AD2D
Tints of Gold Tips #E1AD2D
RGB
CMYK
RGB Variations
Color information
#E1AD2D (or 0xE1AD2D) is known color: Gold Tips. HEX triplet: E1, AD and 2D. RGB value is (225,173,45). Sum of RGB (Red+Green+Blue) = 225+173+45=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD2D is #1E52D2. Grayscale: #AEAEAE. Windows color (decimal): -1987283 or 2993633. OLE color: 2993633.
HSL color Cylindrical-coordinate representation of color #E1AD2D: hue angle of 42.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1AD2D is Cyan = 0, Magento = 0.23, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 45 | - |
| CMYK | 0 | 0.23 | 0.8 | 0.12 |
| HSL | 42.67º | 0.75% | 0.53% | - |
| HSV(B) | 42.67º | 0.8% | 0.88% | - |
| XYZ | 46.47 | 46.08 | 8.93 | - |
| YUV | 173.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 45 | 0 | 0.23 | 0.8 | 0.12 | 42.67 | 0.75 | 0.53 |
| Hex | E1 | AD | 2D | 0 | 17 | 50 | C | 2B | 4B | 35 |
| Octal | 341 | 255 | 55 | 0 | 27 | 120 | 14 | 53 | 113 | 65 |
| Binary | 11100001 | 10101101 | 101101 | 0 | 10111 | 1010000 | 1100 | 101011 | 1001011 | 110101 |
Color Harmonies of #E1AD2D
Complementary color
Monochromatic Colors of #E1AD2D
Black with #E1AD2D
Text Example
Text Example
White with #E1AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD2D; }
p { color: rgb(225,173,45); }
H1.HeaderClassName
{
color: #E1AD2D;
}
.AnyTagClassName
{
color: #E1AD2D;
}
</style>
background-color css
<style>
a { background-color: #E1AD2D; }
a { background-color: rgb(225,173,45); }
div.DivClassName
{
background-color: #E1AD2D;
}
.BgClassName
{
background-color: #E1AD2D;
}
</style>
border-color css
<style>
span { border-color: #E1AD2D; }
span { border-color: rgb(225,173,45); }
td.TdClassName
{
border-color: #E1AD2D;
}
.TagClassName
{
border-color: #E1AD2D;
}
</style>