Shades of Manhattan #E5A972
Tints of Manhattan #E5A972
RGB
CMYK
RGB Variations
Color information
#E5A972 (or 0xE5A972) is known color: Manhattan. HEX triplet: E5, A9 and 72. RGB value is (229,169,114). Sum of RGB (Red+Green+Blue) = 229+169+114=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A972 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A972 is #1A568D. Grayscale: #B4B4B4. Windows color (decimal): -1726094 or 7514597. OLE color: 7514597.
HSL color Cylindrical-coordinate representation of color #E5A972: hue angle of 28.7º 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 #E5A972 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 114 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.10 |
| HSL | 28.7º | 0.69% | 0.67% | - |
| HSV(B) | 28.7º | 0.5% | 0.9% | - |
| XYZ | 49.54 | 46.25 | 22.24 | - |
| YUV | 180.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 114 | 0 | 0.26 | 0.50 | 0.10 | 28.7 | 0.69 | 0.67 |
| Hex | E5 | A9 | 72 | 0 | 1A | 32 | A | 1D | 45 | 43 |
| Octal | 345 | 251 | 162 | 0 | 32 | 62 | 12 | 35 | 105 | 103 |
| Binary | 11100101 | 10101001 | 1110010 | 0 | 11010 | 110010 | 1010 | 11101 | 1000101 | 1000011 |
Color Harmonies of #E5A972
Complementary color
Monochromatic Colors of #E5A972
Black with #E5A972
Text Example
Text Example
White with #E5A972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A972; }
p { color: rgb(229,169,114); }
H1.HeaderClassName
{
color: #E5A972;
}
.AnyTagClassName
{
color: #E5A972;
}
</style>
background-color css
<style>
a { background-color: #E5A972; }
a { background-color: rgb(229,169,114); }
div.DivClassName
{
background-color: #E5A972;
}
.BgClassName
{
background-color: #E5A972;
}
</style>
border-color css
<style>
span { border-color: #E5A972; }
span { border-color: rgb(229,169,114); }
td.TdClassName
{
border-color: #E5A972;
}
.TagClassName
{
border-color: #E5A972;
}
</style>