Shades of Gold Tips #E4AA21
Tints of Gold Tips #E4AA21
RGB
CMYK
RGB Variations
Color information
#E4AA21 (or 0xE4AA21) is known color: Gold Tips. HEX triplet: E4, AA and 21. RGB value is (228,170,33). Sum of RGB (Red+Green+Blue) = 228+170+33=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4AA21 is #1B55DE. Grayscale: #ACACAC. Windows color (decimal): -1791455 or 2206436. OLE color: 2206436.
HSL color Cylindrical-coordinate representation of color #E4AA21: hue angle of 42.15º 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 #E4AA21 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 170 | 33 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.11 |
| HSL | 42.15º | 0.78% | 0.51% | - |
| HSV(B) | 42.15º | 0.86% | 0.89% | - |
| XYZ | 46.64 | 45.35 | 7.73 | - |
| YUV | 171.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 170 | 33 | 0 | 0.25 | 0.86 | 0.11 | 42.15 | 0.78 | 0.51 |
| Hex | E4 | AA | 21 | 0 | 19 | 56 | B | 2A | 4E | 33 |
| Octal | 344 | 252 | 41 | 0 | 31 | 126 | 13 | 52 | 116 | 63 |
| Binary | 11100100 | 10101010 | 100001 | 0 | 11001 | 1010110 | 1011 | 101010 | 1001110 | 110011 |
Color Harmonies of #E4AA21
Complementary color
Monochromatic Colors of #E4AA21
Black with #E4AA21
Text Example
Text Example
White with #E4AA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AA21; }
p { color: rgb(228,170,33); }
H1.HeaderClassName
{
color: #E4AA21;
}
.AnyTagClassName
{
color: #E4AA21;
}
</style>
background-color css
<style>
a { background-color: #E4AA21; }
a { background-color: rgb(228,170,33); }
div.DivClassName
{
background-color: #E4AA21;
}
.BgClassName
{
background-color: #E4AA21;
}
</style>
border-color css
<style>
span { border-color: #E4AA21; }
span { border-color: rgb(228,170,33); }
td.TdClassName
{
border-color: #E4AA21;
}
.TagClassName
{
border-color: #E4AA21;
}
</style>