Shades of Manhattan #E1AF8B
Tints of Manhattan #E1AF8B
RGB
CMYK
RGB Variations
Color information
#E1AF8B (or 0xE1AF8B) is known color: Manhattan. HEX triplet: E1, AF and 8B. RGB value is (225,175,139). Sum of RGB (Red+Green+Blue) = 225+175+139=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF8B is #1E5074. Grayscale: #BABABA. Windows color (decimal): -1986677 or 9154529. OLE color: 9154529.
HSL color Cylindrical-coordinate representation of color #E1AF8B: hue angle of 25.12º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1AF8B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 139 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.12 |
| HSL | 25.12º | 0.59% | 0.71% | - |
| HSV(B) | 25.12º | 0.38% | 0.88% | - |
| XYZ | 51.04 | 48.53 | 31.1 | - |
| YUV | 185.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 139 | 0 | 0.22 | 0.38 | 0.12 | 25.12 | 0.59 | 0.71 |
| Hex | E1 | AF | 8B | 0 | 16 | 26 | C | 19 | 3B | 47 |
| Octal | 341 | 257 | 213 | 0 | 26 | 46 | 14 | 31 | 73 | 107 |
| Binary | 11100001 | 10101111 | 10001011 | 0 | 10110 | 100110 | 1100 | 11001 | 111011 | 1000111 |
Color Harmonies of #E1AF8B
Complementary color
Monochromatic Colors of #E1AF8B
Black with #E1AF8B
Text Example
Text Example
White with #E1AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF8B; }
p { color: rgb(225,175,139); }
H1.HeaderClassName
{
color: #E1AF8B;
}
.AnyTagClassName
{
color: #E1AF8B;
}
</style>
background-color css
<style>
a { background-color: #E1AF8B; }
a { background-color: rgb(225,175,139); }
div.DivClassName
{
background-color: #E1AF8B;
}
.BgClassName
{
background-color: #E1AF8B;
}
</style>
border-color css
<style>
span { border-color: #E1AF8B; }
span { border-color: rgb(225,175,139); }
td.TdClassName
{
border-color: #E1AF8B;
}
.TagClassName
{
border-color: #E1AF8B;
}
</style>