Shades of Manhattan #E8AF7B
Tints of Manhattan #E8AF7B
RGB
CMYK
RGB Variations
Color information
#E8AF7B (or 0xE8AF7B) is known color: Manhattan. HEX triplet: E8, AF and 7B. RGB value is (232,175,123). Sum of RGB (Red+Green+Blue) = 232+175+123=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AF7B is #175084. Grayscale: #BABABA. Windows color (decimal): -1527941 or 8105960. OLE color: 8105960.
HSL color Cylindrical-coordinate representation of color #E8AF7B: hue angle of 28.62º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E8AF7B is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 123 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.09 |
| HSL | 28.62º | 0.7% | 0.7% | - |
| HSV(B) | 28.62º | 0.47% | 0.91% | - |
| XYZ | 52.18 | 49.25 | 25.49 | - |
| YUV | 186.12 | 92.38 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 123 | 0 | 0.25 | 0.47 | 0.09 | 28.62 | 0.7 | 0.7 |
| Hex | E8 | AF | 7B | 0 | 19 | 2F | 9 | 1D | 46 | 46 |
| Octal | 350 | 257 | 173 | 0 | 31 | 57 | 11 | 35 | 106 | 106 |
| Binary | 11101000 | 10101111 | 1111011 | 0 | 11001 | 101111 | 1001 | 11101 | 1000110 | 1000110 |
Color Harmonies of #E8AF7B
Complementary color
Monochromatic Colors of #E8AF7B
Black with #E8AF7B
Text Example
Text Example
White with #E8AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF7B; }
p { color: rgb(232,175,123); }
H1.HeaderClassName
{
color: #E8AF7B;
}
.AnyTagClassName
{
color: #E8AF7B;
}
</style>
background-color css
<style>
a { background-color: #E8AF7B; }
a { background-color: rgb(232,175,123); }
div.DivClassName
{
background-color: #E8AF7B;
}
.BgClassName
{
background-color: #E8AF7B;
}
</style>
border-color css
<style>
span { border-color: #E8AF7B; }
span { border-color: rgb(232,175,123); }
td.TdClassName
{
border-color: #E8AF7B;
}
.TagClassName
{
border-color: #E8AF7B;
}
</style>