Shades of Gold Tips #E1B32A
Tints of Gold Tips #E1B32A
RGB
CMYK
RGB Variations
Color information
#E1B32A (or 0xE1B32A) is known color: Gold Tips. HEX triplet: E1, B3 and 2A. RGB value is (225,179,42). Sum of RGB (Red+Green+Blue) = 225+179+42=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B32A is #1E4CD5. Grayscale: #B1B1B1. Windows color (decimal): -1985750 or 2798561. OLE color: 2798561.
HSL color Cylindrical-coordinate representation of color #E1B32A: hue angle of 44.92º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1B32A is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 42 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.12 |
| HSL | 44.92º | 0.75% | 0.52% | - |
| HSV(B) | 44.92º | 0.81% | 0.88% | - |
| XYZ | 47.59 | 48.41 | 9.03 | - |
| YUV | 177.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 42 | 0 | 0.20 | 0.81 | 0.12 | 44.92 | 0.75 | 0.52 |
| Hex | E1 | B3 | 2A | 0 | 14 | 51 | C | 2D | 4B | 34 |
| Octal | 341 | 263 | 52 | 0 | 24 | 121 | 14 | 55 | 113 | 64 |
| Binary | 11100001 | 10110011 | 101010 | 0 | 10100 | 1010001 | 1100 | 101101 | 1001011 | 110100 |
Color Harmonies of #E1B32A
Complementary color
Monochromatic Colors of #E1B32A
Black with #E1B32A
Text Example
Text Example
White with #E1B32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B32A; }
p { color: rgb(225,179,42); }
H1.HeaderClassName
{
color: #E1B32A;
}
.AnyTagClassName
{
color: #E1B32A;
}
</style>
background-color css
<style>
a { background-color: #E1B32A; }
a { background-color: rgb(225,179,42); }
div.DivClassName
{
background-color: #E1B32A;
}
.BgClassName
{
background-color: #E1B32A;
}
</style>
border-color css
<style>
span { border-color: #E1B32A; }
span { border-color: rgb(225,179,42); }
td.TdClassName
{
border-color: #E1B32A;
}
.TagClassName
{
border-color: #E1B32A;
}
</style>