Shades of Manhattan #E2AA7D
Tints of Manhattan #E2AA7D
RGB
CMYK
RGB Variations
Color information
#E2AA7D (or 0xE2AA7D) is known color: Manhattan. HEX triplet: E2, AA and 7D. RGB value is (226,170,125). Sum of RGB (Red+Green+Blue) = 226+170+125=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA7D is #1D5582. Grayscale: #B5B5B5. Windows color (decimal): -1922435 or 8235746. OLE color: 8235746.
HSL color Cylindrical-coordinate representation of color #E2AA7D: hue angle of 26.73º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2AA7D is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 125 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.11 |
| HSL | 26.73º | 0.64% | 0.69% | - |
| HSV(B) | 26.73º | 0.45% | 0.89% | - |
| XYZ | 49.44 | 46.4 | 25.75 | - |
| YUV | 181.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 125 | 0 | 0.25 | 0.45 | 0.11 | 26.73 | 0.64 | 0.69 |
| Hex | E2 | AA | 7D | 0 | 19 | 2D | B | 1B | 40 | 45 |
| Octal | 342 | 252 | 175 | 0 | 31 | 55 | 13 | 33 | 100 | 105 |
| Binary | 11100010 | 10101010 | 1111101 | 0 | 11001 | 101101 | 1011 | 11011 | 1000000 | 1000101 |
Color Harmonies of #E2AA7D
Complementary color
Monochromatic Colors of #E2AA7D
Black with #E2AA7D
Text Example
Text Example
White with #E2AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA7D; }
p { color: rgb(226,170,125); }
H1.HeaderClassName
{
color: #E2AA7D;
}
.AnyTagClassName
{
color: #E2AA7D;
}
</style>
background-color css
<style>
a { background-color: #E2AA7D; }
a { background-color: rgb(226,170,125); }
div.DivClassName
{
background-color: #E2AA7D;
}
.BgClassName
{
background-color: #E2AA7D;
}
</style>
border-color css
<style>
span { border-color: #E2AA7D; }
span { border-color: rgb(226,170,125); }
td.TdClassName
{
border-color: #E2AA7D;
}
.TagClassName
{
border-color: #E2AA7D;
}
</style>