Shades of Gold Tips #E5B922
Tints of Gold Tips #E5B922
RGB
CMYK
RGB Variations
Color information
#E5B922 (or 0xE5B922) is known color: Gold Tips. HEX triplet: E5, B9 and 22. RGB value is (229,185,34). Sum of RGB (Red+Green+Blue) = 229+185+34=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 34 (13.67% from 255 or 7.59% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B922 is #1A46DD. Grayscale: #B5B5B5. Windows color (decimal): -1722078 or 2275813. OLE color: 2275813.
HSL color Cylindrical-coordinate representation of color #E5B922: hue angle of 46.46º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5B922 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 34 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.10 |
| HSL | 46.46º | 0.79% | 0.52% | - |
| HSV(B) | 46.46º | 0.85% | 0.9% | - |
| XYZ | 49.95 | 51.47 | 8.82 | - |
| YUV | 180.94 | 45.08 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 34 | 0 | 0.19 | 0.85 | 0.10 | 46.46 | 0.79 | 0.52 |
| Hex | E5 | B9 | 22 | 0 | 13 | 55 | A | 2E | 4F | 34 |
| Octal | 345 | 271 | 42 | 0 | 23 | 125 | 12 | 56 | 117 | 64 |
| Binary | 11100101 | 10111001 | 100010 | 0 | 10011 | 1010101 | 1010 | 101110 | 1001111 | 110100 |
Color Harmonies of #E5B922
Complementary color
Monochromatic Colors of #E5B922
Black with #E5B922
Text Example
Text Example
White with #E5B922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B922; }
p { color: rgb(229,185,34); }
H1.HeaderClassName
{
color: #E5B922;
}
.AnyTagClassName
{
color: #E5B922;
}
</style>
background-color css
<style>
a { background-color: #E5B922; }
a { background-color: rgb(229,185,34); }
div.DivClassName
{
background-color: #E5B922;
}
.BgClassName
{
background-color: #E5B922;
}
</style>
border-color css
<style>
span { border-color: #E5B922; }
span { border-color: rgb(229,185,34); }
td.TdClassName
{
border-color: #E5B922;
}
.TagClassName
{
border-color: #E5B922;
}
</style>