Shades of Manhattan #E5AF7B
Tints of Manhattan #E5AF7B
RGB
CMYK
RGB Variations
Color information
#E5AF7B (or 0xE5AF7B) is known color: Manhattan. HEX triplet: E5, AF and 7B. RGB value is (229,175,123). Sum of RGB (Red+Green+Blue) = 229+175+123=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF7B is #1A5084. Grayscale: #B9B9B9. Windows color (decimal): -1724549 or 8105957. OLE color: 8105957.
HSL color Cylindrical-coordinate representation of color #E5AF7B: hue angle of 29.43º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5AF7B is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 123 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.10 |
| HSL | 29.43º | 0.67% | 0.69% | - |
| HSV(B) | 29.43º | 0.46% | 0.9% | - |
| XYZ | 51.22 | 48.75 | 25.45 | - |
| YUV | 185.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 123 | 0 | 0.24 | 0.46 | 0.10 | 29.43 | 0.67 | 0.69 |
| Hex | E5 | AF | 7B | 0 | 18 | 2E | A | 1D | 43 | 45 |
| Octal | 345 | 257 | 173 | 0 | 30 | 56 | 12 | 35 | 103 | 105 |
| Binary | 11100101 | 10101111 | 1111011 | 0 | 11000 | 101110 | 1010 | 11101 | 1000011 | 1000101 |
Color Harmonies of #E5AF7B
Complementary color
Monochromatic Colors of #E5AF7B
Black with #E5AF7B
Text Example
Text Example
White with #E5AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF7B; }
p { color: rgb(229,175,123); }
H1.HeaderClassName
{
color: #E5AF7B;
}
.AnyTagClassName
{
color: #E5AF7B;
}
</style>
background-color css
<style>
a { background-color: #E5AF7B; }
a { background-color: rgb(229,175,123); }
div.DivClassName
{
background-color: #E5AF7B;
}
.BgClassName
{
background-color: #E5AF7B;
}
</style>
border-color css
<style>
span { border-color: #E5AF7B; }
span { border-color: rgb(229,175,123); }
td.TdClassName
{
border-color: #E5AF7B;
}
.TagClassName
{
border-color: #E5AF7B;
}
</style>