Shades of Manhattan #E5AF85
Tints of Manhattan #E5AF85
RGB
CMYK
RGB Variations
Color information
#E5AF85 (or 0xE5AF85) is known color: Manhattan. HEX triplet: E5, AF and 85. RGB value is (229,175,133). Sum of RGB (Red+Green+Blue) = 229+175+133=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5AF85 is #1A507A. Grayscale: #BABABA. Windows color (decimal): -1724539 or 8761317. OLE color: 8761317.
HSL color Cylindrical-coordinate representation of color #E5AF85: hue angle of 26.25º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5AF85 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 133 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.10 |
| HSL | 26.25º | 0.65% | 0.71% | - |
| HSV(B) | 26.25º | 0.42% | 0.9% | - |
| XYZ | 51.88 | 49.01 | 28.92 | - |
| YUV | 186.36 | 97.89 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 133 | 0 | 0.24 | 0.42 | 0.10 | 26.25 | 0.65 | 0.71 |
| Hex | E5 | AF | 85 | 0 | 18 | 2A | A | 1A | 41 | 47 |
| Octal | 345 | 257 | 205 | 0 | 30 | 52 | 12 | 32 | 101 | 107 |
| Binary | 11100101 | 10101111 | 10000101 | 0 | 11000 | 101010 | 1010 | 11010 | 1000001 | 1000111 |
Color Harmonies of #E5AF85
Complementary color
Monochromatic Colors of #E5AF85
Black with #E5AF85
Text Example
Text Example
White with #E5AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF85; }
p { color: rgb(229,175,133); }
H1.HeaderClassName
{
color: #E5AF85;
}
.AnyTagClassName
{
color: #E5AF85;
}
</style>
background-color css
<style>
a { background-color: #E5AF85; }
a { background-color: rgb(229,175,133); }
div.DivClassName
{
background-color: #E5AF85;
}
.BgClassName
{
background-color: #E5AF85;
}
</style>
border-color css
<style>
span { border-color: #E5AF85; }
span { border-color: rgb(229,175,133); }
td.TdClassName
{
border-color: #E5AF85;
}
.TagClassName
{
border-color: #E5AF85;
}
</style>