Shades of Manhattan #E1AA71
Tints of Manhattan #E1AA71
RGB
CMYK
RGB Variations
Color information
#E1AA71 (or 0xE1AA71) is known color: Manhattan. HEX triplet: E1, AA and 71. RGB value is (225,170,113). Sum of RGB (Red+Green+Blue) = 225+170+113=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AA71 is #1E558E. Grayscale: #B4B4B4. Windows color (decimal): -1987983 or 7449313. OLE color: 7449313.
HSL color Cylindrical-coordinate representation of color #E1AA71: hue angle of 30.54º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1AA71 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 113 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.12 |
| HSL | 30.54º | 0.65% | 0.66% | - |
| HSV(B) | 30.54º | 0.5% | 0.88% | - |
| XYZ | 48.41 | 45.95 | 21.94 | - |
| YUV | 179.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 113 | 0 | 0.24 | 0.50 | 0.12 | 30.54 | 0.65 | 0.66 |
| Hex | E1 | AA | 71 | 0 | 18 | 32 | C | 1F | 41 | 42 |
| Octal | 341 | 252 | 161 | 0 | 30 | 62 | 14 | 37 | 101 | 102 |
| Binary | 11100001 | 10101010 | 1110001 | 0 | 11000 | 110010 | 1100 | 11111 | 1000001 | 1000010 |
Color Harmonies of #E1AA71
Complementary color
Monochromatic Colors of #E1AA71
Black with #E1AA71
Text Example
Text Example
White with #E1AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AA71; }
p { color: rgb(225,170,113); }
H1.HeaderClassName
{
color: #E1AA71;
}
.AnyTagClassName
{
color: #E1AA71;
}
</style>
background-color css
<style>
a { background-color: #E1AA71; }
a { background-color: rgb(225,170,113); }
div.DivClassName
{
background-color: #E1AA71;
}
.BgClassName
{
background-color: #E1AA71;
}
</style>
border-color css
<style>
span { border-color: #E1AA71; }
span { border-color: rgb(225,170,113); }
td.TdClassName
{
border-color: #E1AA71;
}
.TagClassName
{
border-color: #E1AA71;
}
</style>