Shades of Manhattan #E9AC80
Tints of Manhattan #E9AC80
RGB
CMYK
RGB Variations
Color information
#E9AC80 (or 0xE9AC80) is known color: Manhattan. HEX triplet: E9, AC and 80. RGB value is (233,172,128). Sum of RGB (Red+Green+Blue) = 233+172+128=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AC80 is #16537F. Grayscale: #B9B9B9. Windows color (decimal): -1463168 or 8432873. OLE color: 8432873.
HSL color Cylindrical-coordinate representation of color #E9AC80: hue angle of 25.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9AC80 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 172 | 128 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.09 |
| HSL | 25.14º | 0.7% | 0.71% | - |
| HSV(B) | 25.14º | 0.45% | 0.91% | - |
| XYZ | 52.25 | 48.39 | 27.01 | - |
| YUV | 185.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 172 | 128 | 0 | 0.26 | 0.45 | 0.09 | 25.14 | 0.7 | 0.71 |
| Hex | E9 | AC | 80 | 0 | 1A | 2D | 9 | 19 | 46 | 47 |
| Octal | 351 | 254 | 200 | 0 | 32 | 55 | 11 | 31 | 106 | 107 |
| Binary | 11101001 | 10101100 | 10000000 | 0 | 11010 | 101101 | 1001 | 11001 | 1000110 | 1000111 |
Color Harmonies of #E9AC80
Complementary color
Monochromatic Colors of #E9AC80
Black with #E9AC80
Text Example
Text Example
White with #E9AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC80; }
p { color: rgb(233,172,128); }
H1.HeaderClassName
{
color: #E9AC80;
}
.AnyTagClassName
{
color: #E9AC80;
}
</style>
background-color css
<style>
a { background-color: #E9AC80; }
a { background-color: rgb(233,172,128); }
div.DivClassName
{
background-color: #E9AC80;
}
.BgClassName
{
background-color: #E9AC80;
}
</style>
border-color css
<style>
span { border-color: #E9AC80; }
span { border-color: rgb(233,172,128); }
td.TdClassName
{
border-color: #E9AC80;
}
.TagClassName
{
border-color: #E9AC80;
}
</style>