Shades of Gold Tips #E5B32F
Tints of Gold Tips #E5B32F
RGB
CMYK
RGB Variations
Color information
#E5B32F (or 0xE5B32F) is known color: Gold Tips. HEX triplet: E5, B3 and 2F. RGB value is (229,179,47). Sum of RGB (Red+Green+Blue) = 229+179+47=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B32F is #1A4CD0. Grayscale: #B3B3B3. Windows color (decimal): -1723601 or 3126245. OLE color: 3126245.
HSL color Cylindrical-coordinate representation of color #E5B32F: hue angle of 43.52º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5B32F is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 47 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.10 |
| HSL | 43.52º | 0.78% | 0.54% | - |
| HSV(B) | 43.52º | 0.79% | 0.9% | - |
| XYZ | 48.95 | 49.1 | 9.59 | - |
| YUV | 178.9 | 53.57 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 47 | 0 | 0.22 | 0.79 | 0.10 | 43.52 | 0.78 | 0.54 |
| Hex | E5 | B3 | 2F | 0 | 16 | 4F | A | 2C | 4E | 36 |
| Octal | 345 | 263 | 57 | 0 | 26 | 117 | 12 | 54 | 116 | 66 |
| Binary | 11100101 | 10110011 | 101111 | 0 | 10110 | 1001111 | 1010 | 101100 | 1001110 | 110110 |
Color Harmonies of #E5B32F
Complementary color
Monochromatic Colors of #E5B32F
Black with #E5B32F
Text Example
Text Example
White with #E5B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B32F; }
p { color: rgb(229,179,47); }
H1.HeaderClassName
{
color: #E5B32F;
}
.AnyTagClassName
{
color: #E5B32F;
}
</style>
background-color css
<style>
a { background-color: #E5B32F; }
a { background-color: rgb(229,179,47); }
div.DivClassName
{
background-color: #E5B32F;
}
.BgClassName
{
background-color: #E5B32F;
}
</style>
border-color css
<style>
span { border-color: #E5B32F; }
span { border-color: rgb(229,179,47); }
td.TdClassName
{
border-color: #E5B32F;
}
.TagClassName
{
border-color: #E5B32F;
}
</style>