Shades of Manhattan #EAB18B
Tints of Manhattan #EAB18B
RGB
CMYK
RGB Variations
Color information
#EAB18B (or 0xEAB18B) is known color: Manhattan. HEX triplet: EA, B1 and 8B. RGB value is (234,177,139). Sum of RGB (Red+Green+Blue) = 234+177+139=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB18B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB18B is #154E74. Grayscale: #BDBDBD. Windows color (decimal): -1396341 or 9155050. OLE color: 9155050.
HSL color Cylindrical-coordinate representation of color #EAB18B: hue angle of 24º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAB18B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 139 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.08 |
| HSL | 24º | 0.69% | 0.73% | - |
| HSV(B) | 24º | 0.41% | 0.92% | - |
| XYZ | 54.31 | 50.8 | 31.37 | - |
| YUV | 189.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 139 | 0 | 0.24 | 0.41 | 0.08 | 24 | 0.69 | 0.73 |
| Hex | EA | B1 | 8B | 0 | 18 | 29 | 8 | 18 | 45 | 49 |
| Octal | 352 | 261 | 213 | 0 | 30 | 51 | 10 | 30 | 105 | 111 |
| Binary | 11101010 | 10110001 | 10001011 | 0 | 11000 | 101001 | 1000 | 11000 | 1000101 | 1001001 |
Color Harmonies of #EAB18B
Complementary color
Monochromatic Colors of #EAB18B
Black with #EAB18B
Text Example
Text Example
White with #EAB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB18B; }
p { color: rgb(234,177,139); }
H1.HeaderClassName
{
color: #EAB18B;
}
.AnyTagClassName
{
color: #EAB18B;
}
</style>
background-color css
<style>
a { background-color: #EAB18B; }
a { background-color: rgb(234,177,139); }
div.DivClassName
{
background-color: #EAB18B;
}
.BgClassName
{
background-color: #EAB18B;
}
</style>
border-color css
<style>
span { border-color: #EAB18B; }
span { border-color: rgb(234,177,139); }
td.TdClassName
{
border-color: #EAB18B;
}
.TagClassName
{
border-color: #EAB18B;
}
</style>