Shades of Manhattan #E5A970
Tints of Manhattan #E5A970
RGB
CMYK
RGB Variations
Color information
#E5A970 (or 0xE5A970) is known color: Manhattan. HEX triplet: E5, A9 and 70. RGB value is (229,169,112). Sum of RGB (Red+Green+Blue) = 229+169+112=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A970 is #1A568F. Grayscale: #B4B4B4. Windows color (decimal): -1726096 or 7383525. OLE color: 7383525.
HSL color Cylindrical-coordinate representation of color #E5A970: hue angle of 29.23º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5A970 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 112 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.10 |
| HSL | 29.23º | 0.69% | 0.67% | - |
| HSV(B) | 29.23º | 0.51% | 0.9% | - |
| XYZ | 49.43 | 46.2 | 21.64 | - |
| YUV | 180.44 | 89.38 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 112 | 0 | 0.26 | 0.51 | 0.10 | 29.23 | 0.69 | 0.67 |
| Hex | E5 | A9 | 70 | 0 | 1A | 33 | A | 1D | 45 | 43 |
| Octal | 345 | 251 | 160 | 0 | 32 | 63 | 12 | 35 | 105 | 103 |
| Binary | 11100101 | 10101001 | 1110000 | 0 | 11010 | 110011 | 1010 | 11101 | 1000101 | 1000011 |
Color Harmonies of #E5A970
Complementary color
Monochromatic Colors of #E5A970
Black with #E5A970
Text Example
Text Example
White with #E5A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A970; }
p { color: rgb(229,169,112); }
H1.HeaderClassName
{
color: #E5A970;
}
.AnyTagClassName
{
color: #E5A970;
}
</style>
background-color css
<style>
a { background-color: #E5A970; }
a { background-color: rgb(229,169,112); }
div.DivClassName
{
background-color: #E5A970;
}
.BgClassName
{
background-color: #E5A970;
}
</style>
border-color css
<style>
span { border-color: #E5A970; }
span { border-color: rgb(229,169,112); }
td.TdClassName
{
border-color: #E5A970;
}
.TagClassName
{
border-color: #E5A970;
}
</style>