Shades of Gold Tips #E1AB26
Tints of Gold Tips #E1AB26
RGB
CMYK
RGB Variations
Color information
#E1AB26 (or 0xE1AB26) is known color: Gold Tips. HEX triplet: E1, AB and 26. RGB value is (225,171,38). Sum of RGB (Red+Green+Blue) = 225+171+38=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AB26 is #1E54D9. Grayscale: #ACACAC. Windows color (decimal): -1987802 or 2534369. OLE color: 2534369.
HSL color Cylindrical-coordinate representation of color #E1AB26: hue angle of 42.67º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1AB26 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 171 | 38 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.12 |
| HSL | 42.67º | 0.76% | 0.52% | - |
| HSV(B) | 42.67º | 0.83% | 0.88% | - |
| XYZ | 45.96 | 45.27 | 8.15 | - |
| YUV | 171.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 171 | 38 | 0 | 0.24 | 0.83 | 0.12 | 42.67 | 0.76 | 0.52 |
| Hex | E1 | AB | 26 | 0 | 18 | 53 | C | 2B | 4C | 34 |
| Octal | 341 | 253 | 46 | 0 | 30 | 123 | 14 | 53 | 114 | 64 |
| Binary | 11100001 | 10101011 | 100110 | 0 | 11000 | 1010011 | 1100 | 101011 | 1001100 | 110100 |
Color Harmonies of #E1AB26
Complementary color
Monochromatic Colors of #E1AB26
Black with #E1AB26
Text Example
Text Example
White with #E1AB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AB26; }
p { color: rgb(225,171,38); }
H1.HeaderClassName
{
color: #E1AB26;
}
.AnyTagClassName
{
color: #E1AB26;
}
</style>
background-color css
<style>
a { background-color: #E1AB26; }
a { background-color: rgb(225,171,38); }
div.DivClassName
{
background-color: #E1AB26;
}
.BgClassName
{
background-color: #E1AB26;
}
</style>
border-color css
<style>
span { border-color: #E1AB26; }
span { border-color: rgb(225,171,38); }
td.TdClassName
{
border-color: #E1AB26;
}
.TagClassName
{
border-color: #E1AB26;
}
</style>