Shades of Gold Tips #E4AD21
Tints of Gold Tips #E4AD21
RGB
CMYK
RGB Variations
Color information
#E4AD21 (or 0xE4AD21) is known color: Gold Tips. HEX triplet: E4, AD and 21. RGB value is (228,173,33). Sum of RGB (Red+Green+Blue) = 228+173+33=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AD21 is #1B52DE. Grayscale: #AEAEAE. Windows color (decimal): -1790687 or 2207204. OLE color: 2207204.
HSL color Cylindrical-coordinate representation of color #E4AD21: hue angle of 43.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E4AD21 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 33 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.11 |
| HSL | 43.08º | 0.78% | 0.51% | - |
| HSV(B) | 43.08º | 0.86% | 0.89% | - |
| XYZ | 47.21 | 46.49 | 7.92 | - |
| YUV | 173.49 | 48.72 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 33 | 0 | 0.24 | 0.86 | 0.11 | 43.08 | 0.78 | 0.51 |
| Hex | E4 | AD | 21 | 0 | 18 | 56 | B | 2B | 4E | 33 |
| Octal | 344 | 255 | 41 | 0 | 30 | 126 | 13 | 53 | 116 | 63 |
| Binary | 11100100 | 10101101 | 100001 | 0 | 11000 | 1010110 | 1011 | 101011 | 1001110 | 110011 |
Color Harmonies of #E4AD21
Complementary color
Monochromatic Colors of #E4AD21
Black with #E4AD21
Text Example
Text Example
White with #E4AD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AD21; }
p { color: rgb(228,173,33); }
H1.HeaderClassName
{
color: #E4AD21;
}
.AnyTagClassName
{
color: #E4AD21;
}
</style>
background-color css
<style>
a { background-color: #E4AD21; }
a { background-color: rgb(228,173,33); }
div.DivClassName
{
background-color: #E4AD21;
}
.BgClassName
{
background-color: #E4AD21;
}
</style>
border-color css
<style>
span { border-color: #E4AD21; }
span { border-color: rgb(228,173,33); }
td.TdClassName
{
border-color: #E4AD21;
}
.TagClassName
{
border-color: #E4AD21;
}
</style>