Shades of Manhattan #EAB087
Tints of Manhattan #EAB087
RGB
CMYK
RGB Variations
Color information
#EAB087 (or 0xEAB087) is known color: Manhattan. HEX triplet: EA, B0 and 87. RGB value is (234,176,135). Sum of RGB (Red+Green+Blue) = 234+176+135=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB087 is #154F78. Grayscale: #BCBCBC. Windows color (decimal): -1396601 or 8892650. OLE color: 8892650.
HSL color Cylindrical-coordinate representation of color #EAB087: hue angle of 24.85º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAB087 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 135 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.08 |
| HSL | 24.85º | 0.7% | 0.72% | - |
| HSV(B) | 24.85º | 0.42% | 0.92% | - |
| XYZ | 53.83 | 50.29 | 29.79 | - |
| YUV | 188.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 135 | 0 | 0.25 | 0.42 | 0.08 | 24.85 | 0.7 | 0.72 |
| Hex | EA | B0 | 87 | 0 | 19 | 2A | 8 | 19 | 46 | 48 |
| Octal | 352 | 260 | 207 | 0 | 31 | 52 | 10 | 31 | 106 | 110 |
| Binary | 11101010 | 10110000 | 10000111 | 0 | 11001 | 101010 | 1000 | 11001 | 1000110 | 1001000 |
Color Harmonies of #EAB087
Complementary color
Monochromatic Colors of #EAB087
Black with #EAB087
Text Example
Text Example
White with #EAB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB087; }
p { color: rgb(234,176,135); }
H1.HeaderClassName
{
color: #EAB087;
}
.AnyTagClassName
{
color: #EAB087;
}
</style>
background-color css
<style>
a { background-color: #EAB087; }
a { background-color: rgb(234,176,135); }
div.DivClassName
{
background-color: #EAB087;
}
.BgClassName
{
background-color: #EAB087;
}
</style>
border-color css
<style>
span { border-color: #EAB087; }
span { border-color: rgb(234,176,135); }
td.TdClassName
{
border-color: #EAB087;
}
.TagClassName
{
border-color: #EAB087;
}
</style>