Shades of Gold Tips #E4A821
Tints of Gold Tips #E4A821
RGB
CMYK
RGB Variations
Color information
#E4A821 (or 0xE4A821) is known color: Gold Tips. HEX triplet: E4, A8 and 21. RGB value is (228,168,33). Sum of RGB (Red+Green+Blue) = 228+168+33=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A821 is #1B57DE. Grayscale: #ABABAB. Windows color (decimal): -1791967 or 2205924. OLE color: 2205924.
HSL color Cylindrical-coordinate representation of color #E4A821: hue angle of 41.54º 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 #E4A821 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 168 | 33 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.11 |
| HSL | 41.54º | 0.78% | 0.51% | - |
| HSV(B) | 41.54º | 0.86% | 0.89% | - |
| XYZ | 46.27 | 44.61 | 7.61 | - |
| YUV | 170.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 168 | 33 | 0 | 0.26 | 0.86 | 0.11 | 41.54 | 0.78 | 0.51 |
| Hex | E4 | A8 | 21 | 0 | 1A | 56 | B | 2A | 4E | 33 |
| Octal | 344 | 250 | 41 | 0 | 32 | 126 | 13 | 52 | 116 | 63 |
| Binary | 11100100 | 10101000 | 100001 | 0 | 11010 | 1010110 | 1011 | 101010 | 1001110 | 110011 |
Color Harmonies of #E4A821
Complementary color
Monochromatic Colors of #E4A821
Black with #E4A821
Text Example
Text Example
White with #E4A821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A821; }
p { color: rgb(228,168,33); }
H1.HeaderClassName
{
color: #E4A821;
}
.AnyTagClassName
{
color: #E4A821;
}
</style>
background-color css
<style>
a { background-color: #E4A821; }
a { background-color: rgb(228,168,33); }
div.DivClassName
{
background-color: #E4A821;
}
.BgClassName
{
background-color: #E4A821;
}
</style>
border-color css
<style>
span { border-color: #E4A821; }
span { border-color: rgb(228,168,33); }
td.TdClassName
{
border-color: #E4A821;
}
.TagClassName
{
border-color: #E4A821;
}
</style>