Shades of Manhattan #E5AA7D
Tints of Manhattan #E5AA7D
RGB
CMYK
RGB Variations
Color information
#E5AA7D (or 0xE5AA7D) is known color: Manhattan. HEX triplet: E5, AA and 7D. RGB value is (229,170,125). Sum of RGB (Red+Green+Blue) = 229+170+125=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AA7D is #1A5582. Grayscale: #B6B6B6. Windows color (decimal): -1725827 or 8235749. OLE color: 8235749.
HSL color Cylindrical-coordinate representation of color #E5AA7D: hue angle of 25.96º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5AA7D is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 125 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.10 |
| HSL | 25.96º | 0.67% | 0.69% | - |
| HSV(B) | 25.96º | 0.45% | 0.9% | - |
| XYZ | 50.39 | 46.89 | 25.8 | - |
| YUV | 182.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 125 | 0 | 0.26 | 0.45 | 0.10 | 25.96 | 0.67 | 0.69 |
| Hex | E5 | AA | 7D | 0 | 1A | 2D | A | 1A | 43 | 45 |
| Octal | 345 | 252 | 175 | 0 | 32 | 55 | 12 | 32 | 103 | 105 |
| Binary | 11100101 | 10101010 | 1111101 | 0 | 11010 | 101101 | 1010 | 11010 | 1000011 | 1000101 |
Color Harmonies of #E5AA7D
Complementary color
Monochromatic Colors of #E5AA7D
Black with #E5AA7D
Text Example
Text Example
White with #E5AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA7D; }
p { color: rgb(229,170,125); }
H1.HeaderClassName
{
color: #E5AA7D;
}
.AnyTagClassName
{
color: #E5AA7D;
}
</style>
background-color css
<style>
a { background-color: #E5AA7D; }
a { background-color: rgb(229,170,125); }
div.DivClassName
{
background-color: #E5AA7D;
}
.BgClassName
{
background-color: #E5AA7D;
}
</style>
border-color css
<style>
span { border-color: #E5AA7D; }
span { border-color: rgb(229,170,125); }
td.TdClassName
{
border-color: #E5AA7D;
}
.TagClassName
{
border-color: #E5AA7D;
}
</style>