Shades of Manhattan #E5AA72
Tints of Manhattan #E5AA72
RGB
CMYK
RGB Variations
Color information
#E5AA72 (or 0xE5AA72) is known color: Manhattan. HEX triplet: E5, AA and 72. RGB value is (229,170,114). Sum of RGB (Red+Green+Blue) = 229+170+114=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AA72 is #1A558D. Grayscale: #B5B5B5. Windows color (decimal): -1725838 or 7514853. OLE color: 7514853.
HSL color Cylindrical-coordinate representation of color #E5AA72: hue angle of 29.22º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5AA72 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 114 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.10 |
| HSL | 29.22º | 0.69% | 0.67% | - |
| HSV(B) | 29.22º | 0.5% | 0.9% | - |
| XYZ | 49.73 | 46.62 | 22.3 | - |
| YUV | 181.26 | 90.05 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 114 | 0 | 0.26 | 0.50 | 0.10 | 29.22 | 0.69 | 0.67 |
| Hex | E5 | AA | 72 | 0 | 1A | 32 | A | 1D | 45 | 43 |
| Octal | 345 | 252 | 162 | 0 | 32 | 62 | 12 | 35 | 105 | 103 |
| Binary | 11100101 | 10101010 | 1110010 | 0 | 11010 | 110010 | 1010 | 11101 | 1000101 | 1000011 |
Color Harmonies of #E5AA72
Complementary color
Monochromatic Colors of #E5AA72
Black with #E5AA72
Text Example
Text Example
White with #E5AA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA72; }
p { color: rgb(229,170,114); }
H1.HeaderClassName
{
color: #E5AA72;
}
.AnyTagClassName
{
color: #E5AA72;
}
</style>
background-color css
<style>
a { background-color: #E5AA72; }
a { background-color: rgb(229,170,114); }
div.DivClassName
{
background-color: #E5AA72;
}
.BgClassName
{
background-color: #E5AA72;
}
</style>
border-color css
<style>
span { border-color: #E5AA72; }
span { border-color: rgb(229,170,114); }
td.TdClassName
{
border-color: #E5AA72;
}
.TagClassName
{
border-color: #E5AA72;
}
</style>