Shades of Gold Tips #E1B32F
Tints of Gold Tips #E1B32F
RGB
CMYK
RGB Variations
Color information
#E1B32F (or 0xE1B32F) is known color: Gold Tips. HEX triplet: E1, B3 and 2F. RGB value is (225,179,47). Sum of RGB (Red+Green+Blue) = 225+179+47=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B32F is #1E4CD0. Grayscale: #B2B2B2. Windows color (decimal): -1985745 or 3126241. OLE color: 3126241.
HSL color Cylindrical-coordinate representation of color #E1B32F: hue angle of 44.49º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1B32F is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 179 | 47 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.12 |
| HSL | 44.49º | 0.75% | 0.53% | - |
| HSV(B) | 44.49º | 0.79% | 0.88% | - |
| XYZ | 47.68 | 48.45 | 9.53 | - |
| YUV | 177.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 179 | 47 | 0 | 0.20 | 0.79 | 0.12 | 44.49 | 0.75 | 0.53 |
| Hex | E1 | B3 | 2F | 0 | 14 | 4F | C | 2C | 4B | 35 |
| Octal | 341 | 263 | 57 | 0 | 24 | 117 | 14 | 54 | 113 | 65 |
| Binary | 11100001 | 10110011 | 101111 | 0 | 10100 | 1001111 | 1100 | 101100 | 1001011 | 110101 |
Color Harmonies of #E1B32F
Complementary color
Monochromatic Colors of #E1B32F
Black with #E1B32F
Text Example
Text Example
White with #E1B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B32F; }
p { color: rgb(225,179,47); }
H1.HeaderClassName
{
color: #E1B32F;
}
.AnyTagClassName
{
color: #E1B32F;
}
</style>
background-color css
<style>
a { background-color: #E1B32F; }
a { background-color: rgb(225,179,47); }
div.DivClassName
{
background-color: #E1B32F;
}
.BgClassName
{
background-color: #E1B32F;
}
</style>
border-color css
<style>
span { border-color: #E1B32F; }
span { border-color: rgb(225,179,47); }
td.TdClassName
{
border-color: #E1B32F;
}
.TagClassName
{
border-color: #E1B32F;
}
</style>