Shades of Gold Tips #E5B322
Tints of Gold Tips #E5B322
RGB
CMYK
RGB Variations
Color information
#E5B322 (or 0xE5B322) is known color: Gold Tips. HEX triplet: E5, B3 and 22. RGB value is (229,179,34). Sum of RGB (Red+Green+Blue) = 229+179+34=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 34 (13.67% from 255 or 7.69% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B322 is #1A4CDD. Grayscale: #B2B2B2. Windows color (decimal): -1723614 or 2274277. OLE color: 2274277.
HSL color Cylindrical-coordinate representation of color #E5B322: hue angle of 44.62º 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 #E5B322 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 34 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.10 |
| HSL | 44.62º | 0.79% | 0.52% | - |
| HSV(B) | 44.62º | 0.85% | 0.9% | - |
| XYZ | 48.72 | 49.01 | 8.41 | - |
| YUV | 177.42 | 47.07 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 34 | 0 | 0.22 | 0.85 | 0.10 | 44.62 | 0.79 | 0.52 |
| Hex | E5 | B3 | 22 | 0 | 16 | 55 | A | 2D | 4F | 34 |
| Octal | 345 | 263 | 42 | 0 | 26 | 125 | 12 | 55 | 117 | 64 |
| Binary | 11100101 | 10110011 | 100010 | 0 | 10110 | 1010101 | 1010 | 101101 | 1001111 | 110100 |
Color Harmonies of #E5B322
Complementary color
Monochromatic Colors of #E5B322
Black with #E5B322
Text Example
Text Example
White with #E5B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B322; }
p { color: rgb(229,179,34); }
H1.HeaderClassName
{
color: #E5B322;
}
.AnyTagClassName
{
color: #E5B322;
}
</style>
background-color css
<style>
a { background-color: #E5B322; }
a { background-color: rgb(229,179,34); }
div.DivClassName
{
background-color: #E5B322;
}
.BgClassName
{
background-color: #E5B322;
}
</style>
border-color css
<style>
span { border-color: #E5B322; }
span { border-color: rgb(229,179,34); }
td.TdClassName
{
border-color: #E5B322;
}
.TagClassName
{
border-color: #E5B322;
}
</style>