Shades of Gold Tips #E5B521
Tints of Gold Tips #E5B521
RGB
CMYK
RGB Variations
Color information
#E5B521 (or 0xE5B521) is known color: Gold Tips. HEX triplet: E5, B5 and 21. RGB value is (229,181,33). Sum of RGB (Red+Green+Blue) = 229+181+33=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B521 is #1A4ADE. Grayscale: #B3B3B3. Windows color (decimal): -1723103 or 2209253. OLE color: 2209253.
HSL color Cylindrical-coordinate representation of color #E5B521: hue angle of 45.31º 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 #E5B521 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 33 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.10 |
| HSL | 45.31º | 0.79% | 0.51% | - |
| HSV(B) | 45.31º | 0.86% | 0.9% | - |
| XYZ | 49.11 | 49.82 | 8.47 | - |
| YUV | 178.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 33 | 0 | 0.21 | 0.86 | 0.10 | 45.31 | 0.79 | 0.51 |
| Hex | E5 | B5 | 21 | 0 | 15 | 56 | A | 2D | 4F | 33 |
| Octal | 345 | 265 | 41 | 0 | 25 | 126 | 12 | 55 | 117 | 63 |
| Binary | 11100101 | 10110101 | 100001 | 0 | 10101 | 1010110 | 1010 | 101101 | 1001111 | 110011 |
Color Harmonies of #E5B521
Complementary color
Monochromatic Colors of #E5B521
Black with #E5B521
Text Example
Text Example
White with #E5B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B521; }
p { color: rgb(229,181,33); }
H1.HeaderClassName
{
color: #E5B521;
}
.AnyTagClassName
{
color: #E5B521;
}
</style>
background-color css
<style>
a { background-color: #E5B521; }
a { background-color: rgb(229,181,33); }
div.DivClassName
{
background-color: #E5B521;
}
.BgClassName
{
background-color: #E5B521;
}
</style>
border-color css
<style>
span { border-color: #E5B521; }
span { border-color: rgb(229,181,33); }
td.TdClassName
{
border-color: #E5B521;
}
.TagClassName
{
border-color: #E5B521;
}
</style>