Shades of Gold Tips #E5AF21
Tints of Gold Tips #E5AF21
RGB
CMYK
RGB Variations
Color information
#E5AF21 (or 0xE5AF21) is known color: Gold Tips. HEX triplet: E5, AF and 21. RGB value is (229,175,33). Sum of RGB (Red+Green+Blue) = 229+175+33=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AF21 is #1A50DE. Grayscale: #AFAFAF. Windows color (decimal): -1724639 or 2207717. OLE color: 2207717.
HSL color Cylindrical-coordinate representation of color #E5AF21: hue angle of 43.47º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5AF21 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 33 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.10 |
| HSL | 43.47º | 0.79% | 0.51% | - |
| HSV(B) | 43.47º | 0.86% | 0.9% | - |
| XYZ | 47.92 | 47.43 | 8.07 | - |
| YUV | 174.96 | 47.89 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 33 | 0 | 0.24 | 0.86 | 0.10 | 43.47 | 0.79 | 0.51 |
| Hex | E5 | AF | 21 | 0 | 18 | 56 | A | 2B | 4F | 33 |
| Octal | 345 | 257 | 41 | 0 | 30 | 126 | 12 | 53 | 117 | 63 |
| Binary | 11100101 | 10101111 | 100001 | 0 | 11000 | 1010110 | 1010 | 101011 | 1001111 | 110011 |
Color Harmonies of #E5AF21
Complementary color
Monochromatic Colors of #E5AF21
Black with #E5AF21
Text Example
Text Example
White with #E5AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF21; }
p { color: rgb(229,175,33); }
H1.HeaderClassName
{
color: #E5AF21;
}
.AnyTagClassName
{
color: #E5AF21;
}
</style>
background-color css
<style>
a { background-color: #E5AF21; }
a { background-color: rgb(229,175,33); }
div.DivClassName
{
background-color: #E5AF21;
}
.BgClassName
{
background-color: #E5AF21;
}
</style>
border-color css
<style>
span { border-color: #E5AF21; }
span { border-color: rgb(229,175,33); }
td.TdClassName
{
border-color: #E5AF21;
}
.TagClassName
{
border-color: #E5AF21;
}
</style>