Shades of Manhattan #E7AA70
Tints of Manhattan #E7AA70
RGB
CMYK
RGB Variations
Color information
#E7AA70 (or 0xE7AA70) is known color: Manhattan. HEX triplet: E7, AA and 70. RGB value is (231,170,112). Sum of RGB (Red+Green+Blue) = 231+170+112=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA70 is #18558F. Grayscale: #B5B5B5. Windows color (decimal): -1594768 or 7383783. OLE color: 7383783.
HSL color Cylindrical-coordinate representation of color #E7AA70: hue angle of 29.24º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7AA70 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 112 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.09 |
| HSL | 29.24º | 0.71% | 0.67% | - |
| HSV(B) | 29.24º | 0.52% | 0.91% | - |
| XYZ | 50.25 | 46.91 | 21.73 | - |
| YUV | 181.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 112 | 0 | 0.26 | 0.52 | 0.09 | 29.24 | 0.71 | 0.67 |
| Hex | E7 | AA | 70 | 0 | 1A | 34 | 9 | 1D | 47 | 43 |
| Octal | 347 | 252 | 160 | 0 | 32 | 64 | 11 | 35 | 107 | 103 |
| Binary | 11100111 | 10101010 | 1110000 | 0 | 11010 | 110100 | 1001 | 11101 | 1000111 | 1000011 |
Color Harmonies of #E7AA70
Complementary color
Monochromatic Colors of #E7AA70
Black with #E7AA70
Text Example
Text Example
White with #E7AA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA70; }
p { color: rgb(231,170,112); }
H1.HeaderClassName
{
color: #E7AA70;
}
.AnyTagClassName
{
color: #E7AA70;
}
</style>
background-color css
<style>
a { background-color: #E7AA70; }
a { background-color: rgb(231,170,112); }
div.DivClassName
{
background-color: #E7AA70;
}
.BgClassName
{
background-color: #E7AA70;
}
</style>
border-color css
<style>
span { border-color: #E7AA70; }
span { border-color: rgb(231,170,112); }
td.TdClassName
{
border-color: #E7AA70;
}
.TagClassName
{
border-color: #E7AA70;
}
</style>