Shades of Gold Tips #E1AD21
Tints of Gold Tips #E1AD21
RGB
CMYK
RGB Variations
Color information
#E1AD21 (or 0xE1AD21) is known color: Gold Tips. HEX triplet: E1, AD and 21. RGB value is (225,173,33). Sum of RGB (Red+Green+Blue) = 225+173+33=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AD21 is #1E52DE. Grayscale: #ADADAD. Windows color (decimal): -1987295 or 2207201. OLE color: 2207201.
HSL color Cylindrical-coordinate representation of color #E1AD21: hue angle of 43.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1AD21 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 33 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.12 |
| HSL | 43.75º | 0.76% | 0.51% | - |
| HSV(B) | 43.75º | 0.85% | 0.88% | - |
| XYZ | 46.27 | 46 | 7.88 | - |
| YUV | 172.59 | 49.23 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 33 | 0 | 0.23 | 0.85 | 0.12 | 43.75 | 0.76 | 0.51 |
| Hex | E1 | AD | 21 | 0 | 17 | 55 | C | 2C | 4C | 33 |
| Octal | 341 | 255 | 41 | 0 | 27 | 125 | 14 | 54 | 114 | 63 |
| Binary | 11100001 | 10101101 | 100001 | 0 | 10111 | 1010101 | 1100 | 101100 | 1001100 | 110011 |
Color Harmonies of #E1AD21
Complementary color
Monochromatic Colors of #E1AD21
Black with #E1AD21
Text Example
Text Example
White with #E1AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD21; }
p { color: rgb(225,173,33); }
H1.HeaderClassName
{
color: #E1AD21;
}
.AnyTagClassName
{
color: #E1AD21;
}
</style>
background-color css
<style>
a { background-color: #E1AD21; }
a { background-color: rgb(225,173,33); }
div.DivClassName
{
background-color: #E1AD21;
}
.BgClassName
{
background-color: #E1AD21;
}
</style>
border-color css
<style>
span { border-color: #E1AD21; }
span { border-color: rgb(225,173,33); }
td.TdClassName
{
border-color: #E1AD21;
}
.TagClassName
{
border-color: #E1AD21;
}
</style>