Shades of Gold Tips #E1B32C
Tints of Gold Tips #E1B32C
RGB
CMYK
RGB Variations
Color information
#E1B32C (or 0xE1B32C) is known color: Gold Tips. HEX triplet: E1, B3 and 2C. RGB value is (225,179,44). Sum of RGB (Red+Green+Blue) = 225+179+44=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B32C is #1E4CD3. Grayscale: #B1B1B1. Windows color (decimal): -1985748 or 2929633. OLE color: 2929633.
HSL color Cylindrical-coordinate representation of color #E1B32C: hue angle of 44.75º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1B32C is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 44 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.12 |
| HSL | 44.75º | 0.75% | 0.53% | - |
| HSV(B) | 44.75º | 0.8% | 0.88% | - |
| XYZ | 47.63 | 48.43 | 9.22 | - |
| YUV | 177.36 | 52.74 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 44 | 0 | 0.20 | 0.80 | 0.12 | 44.75 | 0.75 | 0.53 |
| Hex | E1 | B3 | 2C | 0 | 14 | 50 | C | 2D | 4B | 35 |
| Octal | 341 | 263 | 54 | 0 | 24 | 120 | 14 | 55 | 113 | 65 |
| Binary | 11100001 | 10110011 | 101100 | 0 | 10100 | 1010000 | 1100 | 101101 | 1001011 | 110101 |
Color Harmonies of #E1B32C
Complementary color
Monochromatic Colors of #E1B32C
Black with #E1B32C
Text Example
Text Example
White with #E1B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B32C; }
p { color: rgb(225,179,44); }
H1.HeaderClassName
{
color: #E1B32C;
}
.AnyTagClassName
{
color: #E1B32C;
}
</style>
background-color css
<style>
a { background-color: #E1B32C; }
a { background-color: rgb(225,179,44); }
div.DivClassName
{
background-color: #E1B32C;
}
.BgClassName
{
background-color: #E1B32C;
}
</style>
border-color css
<style>
span { border-color: #E1B32C; }
span { border-color: rgb(225,179,44); }
td.TdClassName
{
border-color: #E1B32C;
}
.TagClassName
{
border-color: #E1B32C;
}
</style>