Shades of Manhattan #E8AF80
Tints of Manhattan #E8AF80
RGB
CMYK
RGB Variations
Color information
#E8AF80 (or 0xE8AF80) is known color: Manhattan. HEX triplet: E8, AF and 80. RGB value is (232,175,128). Sum of RGB (Red+Green+Blue) = 232+175+128=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF80 is #17507F. Grayscale: #BABABA. Windows color (decimal): -1527936 or 8433640. OLE color: 8433640.
HSL color Cylindrical-coordinate representation of color #E8AF80: hue angle of 27.12º degrees, saturation: 0.69, 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 #E8AF80 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 128 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.09 |
| HSL | 27.12º | 0.69% | 0.71% | - |
| HSV(B) | 27.12º | 0.45% | 0.91% | - |
| XYZ | 52.5 | 49.37 | 27.18 | - |
| YUV | 186.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 128 | 0 | 0.25 | 0.45 | 0.09 | 27.12 | 0.69 | 0.71 |
| Hex | E8 | AF | 80 | 0 | 19 | 2D | 9 | 1B | 45 | 47 |
| Octal | 350 | 257 | 200 | 0 | 31 | 55 | 11 | 33 | 105 | 107 |
| Binary | 11101000 | 10101111 | 10000000 | 0 | 11001 | 101101 | 1001 | 11011 | 1000101 | 1000111 |
Color Harmonies of #E8AF80
Complementary color
Monochromatic Colors of #E8AF80
Black with #E8AF80
Text Example
Text Example
White with #E8AF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF80; }
p { color: rgb(232,175,128); }
H1.HeaderClassName
{
color: #E8AF80;
}
.AnyTagClassName
{
color: #E8AF80;
}
</style>
background-color css
<style>
a { background-color: #E8AF80; }
a { background-color: rgb(232,175,128); }
div.DivClassName
{
background-color: #E8AF80;
}
.BgClassName
{
background-color: #E8AF80;
}
</style>
border-color css
<style>
span { border-color: #E8AF80; }
span { border-color: rgb(232,175,128); }
td.TdClassName
{
border-color: #E8AF80;
}
.TagClassName
{
border-color: #E8AF80;
}
</style>