Shades of Gold Tips #E1AD2B
Tints of Gold Tips #E1AD2B
RGB
CMYK
RGB Variations
Color information
#E1AD2B (or 0xE1AD2B) is known color: Gold Tips. HEX triplet: E1, AD and 2B. RGB value is (225,173,43). Sum of RGB (Red+Green+Blue) = 225+173+43=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 43 (17.19% from 255 or 9.75% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD2B is #1E52D4. Grayscale: #AEAEAE. Windows color (decimal): -1987285 or 2862561. OLE color: 2862561.
HSL color Cylindrical-coordinate representation of color #E1AD2B: hue angle of 42.86º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1AD2B is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 43 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.12 |
| HSL | 42.86º | 0.75% | 0.53% | - |
| HSV(B) | 42.86º | 0.81% | 0.88% | - |
| XYZ | 46.43 | 46.07 | 8.73 | - |
| YUV | 173.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 43 | 0 | 0.23 | 0.81 | 0.12 | 42.86 | 0.75 | 0.53 |
| Hex | E1 | AD | 2B | 0 | 17 | 51 | C | 2B | 4B | 35 |
| Octal | 341 | 255 | 53 | 0 | 27 | 121 | 14 | 53 | 113 | 65 |
| Binary | 11100001 | 10101101 | 101011 | 0 | 10111 | 1010001 | 1100 | 101011 | 1001011 | 110101 |
Color Harmonies of #E1AD2B
Complementary color
Monochromatic Colors of #E1AD2B
Black with #E1AD2B
Text Example
Text Example
White with #E1AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD2B; }
p { color: rgb(225,173,43); }
H1.HeaderClassName
{
color: #E1AD2B;
}
.AnyTagClassName
{
color: #E1AD2B;
}
</style>
background-color css
<style>
a { background-color: #E1AD2B; }
a { background-color: rgb(225,173,43); }
div.DivClassName
{
background-color: #E1AD2B;
}
.BgClassName
{
background-color: #E1AD2B;
}
</style>
border-color css
<style>
span { border-color: #E1AD2B; }
span { border-color: rgb(225,173,43); }
td.TdClassName
{
border-color: #E1AD2B;
}
.TagClassName
{
border-color: #E1AD2B;
}
</style>