Shades of Manhattan #EAB18D
Tints of Manhattan #EAB18D
RGB
CMYK
RGB Variations
Color information
#EAB18D (or 0xEAB18D) is known color: Manhattan. HEX triplet: EA, B1 and 8D. RGB value is (234,177,141). Sum of RGB (Red+Green+Blue) = 234+177+141=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB18D is #154E72. Grayscale: #BEBEBE. Windows color (decimal): -1396339 or 9286122. OLE color: 9286122.
HSL color Cylindrical-coordinate representation of color #EAB18D: hue angle of 23.23º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAB18D is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 141 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.08 |
| HSL | 23.23º | 0.69% | 0.74% | - |
| HSV(B) | 23.23º | 0.4% | 0.92% | - |
| XYZ | 54.46 | 50.86 | 32.15 | - |
| YUV | 189.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 141 | 0 | 0.24 | 0.40 | 0.08 | 23.23 | 0.69 | 0.74 |
| Hex | EA | B1 | 8D | 0 | 18 | 28 | 8 | 17 | 45 | 4A |
| Octal | 352 | 261 | 215 | 0 | 30 | 50 | 10 | 27 | 105 | 112 |
| Binary | 11101010 | 10110001 | 10001101 | 0 | 11000 | 101000 | 1000 | 10111 | 1000101 | 1001010 |
Color Harmonies of #EAB18D
Complementary color
Monochromatic Colors of #EAB18D
Black with #EAB18D
Text Example
Text Example
White with #EAB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB18D; }
p { color: rgb(234,177,141); }
H1.HeaderClassName
{
color: #EAB18D;
}
.AnyTagClassName
{
color: #EAB18D;
}
</style>
background-color css
<style>
a { background-color: #EAB18D; }
a { background-color: rgb(234,177,141); }
div.DivClassName
{
background-color: #EAB18D;
}
.BgClassName
{
background-color: #EAB18D;
}
</style>
border-color css
<style>
span { border-color: #EAB18D; }
span { border-color: rgb(234,177,141); }
td.TdClassName
{
border-color: #EAB18D;
}
.TagClassName
{
border-color: #EAB18D;
}
</style>