Shades of Gold Tips #E1B532
Tints of Gold Tips #E1B532
RGB
CMYK
RGB Variations
Color information
#E1B532 (or 0xE1B532) is known color: Gold Tips. HEX triplet: E1, B5 and 32. RGB value is (225,181,50). Sum of RGB (Red+Green+Blue) = 225+181+50=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B532 is #1E4ACD. Grayscale: #B3B3B3. Windows color (decimal): -1985230 or 3323361. OLE color: 3323361.
HSL color Cylindrical-coordinate representation of color #E1B532: hue angle of 44.91º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1B532 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 181 | 50 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.12 |
| HSL | 44.91º | 0.74% | 0.54% | - |
| HSV(B) | 44.91º | 0.78% | 0.88% | - |
| XYZ | 48.15 | 49.29 | 9.99 | - |
| YUV | 179.22 | 55.08 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 181 | 50 | 0 | 0.20 | 0.78 | 0.12 | 44.91 | 0.74 | 0.54 |
| Hex | E1 | B5 | 32 | 0 | 14 | 4E | C | 2D | 4A | 36 |
| Octal | 341 | 265 | 62 | 0 | 24 | 116 | 14 | 55 | 112 | 66 |
| Binary | 11100001 | 10110101 | 110010 | 0 | 10100 | 1001110 | 1100 | 101101 | 1001010 | 110110 |
Color Harmonies of #E1B532
Complementary color
Monochromatic Colors of #E1B532
Black with #E1B532
Text Example
Text Example
White with #E1B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B532; }
p { color: rgb(225,181,50); }
H1.HeaderClassName
{
color: #E1B532;
}
.AnyTagClassName
{
color: #E1B532;
}
</style>
background-color css
<style>
a { background-color: #E1B532; }
a { background-color: rgb(225,181,50); }
div.DivClassName
{
background-color: #E1B532;
}
.BgClassName
{
background-color: #E1B532;
}
</style>
border-color css
<style>
span { border-color: #E1B532; }
span { border-color: rgb(225,181,50); }
td.TdClassName
{
border-color: #E1B532;
}
.TagClassName
{
border-color: #E1B532;
}
</style>