Shades of Manhattan #E5A672
Tints of Manhattan #E5A672
RGB
CMYK
RGB Variations
Color information
#E5A672 (or 0xE5A672) is known color: Manhattan. HEX triplet: E5, A6 and 72. RGB value is (229,166,114). Sum of RGB (Red+Green+Blue) = 229+166+114=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A672 is #1A598D. Grayscale: #B3B3B3. Windows color (decimal): -1726862 or 7513829. OLE color: 7513829.
HSL color Cylindrical-coordinate representation of color #E5A672: hue angle of 27.13º 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 #E5A672 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 114 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.10 |
| HSL | 27.13º | 0.69% | 0.67% | - |
| HSV(B) | 27.13º | 0.5% | 0.9% | - |
| XYZ | 48.99 | 45.15 | 22.05 | - |
| YUV | 178.91 | 91.37 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 114 | 0 | 0.28 | 0.50 | 0.10 | 27.13 | 0.69 | 0.67 |
| Hex | E5 | A6 | 72 | 0 | 1C | 32 | A | 1B | 45 | 43 |
| Octal | 345 | 246 | 162 | 0 | 34 | 62 | 12 | 33 | 105 | 103 |
| Binary | 11100101 | 10100110 | 1110010 | 0 | 11100 | 110010 | 1010 | 11011 | 1000101 | 1000011 |
Color Harmonies of #E5A672
Complementary color
Monochromatic Colors of #E5A672
Black with #E5A672
Text Example
Text Example
White with #E5A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A672; }
p { color: rgb(229,166,114); }
H1.HeaderClassName
{
color: #E5A672;
}
.AnyTagClassName
{
color: #E5A672;
}
</style>
background-color css
<style>
a { background-color: #E5A672; }
a { background-color: rgb(229,166,114); }
div.DivClassName
{
background-color: #E5A672;
}
.BgClassName
{
background-color: #E5A672;
}
</style>
border-color css
<style>
span { border-color: #E5A672; }
span { border-color: rgb(229,166,114); }
td.TdClassName
{
border-color: #E5A672;
}
.TagClassName
{
border-color: #E5A672;
}
</style>