Shades of Manhattan #E5AF8A
Tints of Manhattan #E5AF8A
RGB
CMYK
RGB Variations
Color information
#E5AF8A (or 0xE5AF8A) is known color: Manhattan. HEX triplet: E5, AF and 8A. RGB value is (229,175,138). Sum of RGB (Red+Green+Blue) = 229+175+138=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF8A is #1A5075. Grayscale: #BBBBBB. Windows color (decimal): -1724534 or 9088997. OLE color: 9088997.
HSL color Cylindrical-coordinate representation of color #E5AF8A: hue angle of 24.4º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5AF8A is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 138 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.10 |
| HSL | 24.4º | 0.64% | 0.72% | - |
| HSV(B) | 24.4º | 0.4% | 0.9% | - |
| XYZ | 52.23 | 49.15 | 30.78 | - |
| YUV | 186.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 138 | 0 | 0.24 | 0.40 | 0.10 | 24.4 | 0.64 | 0.72 |
| Hex | E5 | AF | 8A | 0 | 18 | 28 | A | 18 | 40 | 48 |
| Octal | 345 | 257 | 212 | 0 | 30 | 50 | 12 | 30 | 100 | 110 |
| Binary | 11100101 | 10101111 | 10001010 | 0 | 11000 | 101000 | 1010 | 11000 | 1000000 | 1001000 |
Color Harmonies of #E5AF8A
Complementary color
Monochromatic Colors of #E5AF8A
Black with #E5AF8A
Text Example
Text Example
White with #E5AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF8A; }
p { color: rgb(229,175,138); }
H1.HeaderClassName
{
color: #E5AF8A;
}
.AnyTagClassName
{
color: #E5AF8A;
}
</style>
background-color css
<style>
a { background-color: #E5AF8A; }
a { background-color: rgb(229,175,138); }
div.DivClassName
{
background-color: #E5AF8A;
}
.BgClassName
{
background-color: #E5AF8A;
}
</style>
border-color css
<style>
span { border-color: #E5AF8A; }
span { border-color: rgb(229,175,138); }
td.TdClassName
{
border-color: #E5AF8A;
}
.TagClassName
{
border-color: #E5AF8A;
}
</style>