Shades of Manhattan #EAB18A
Tints of Manhattan #EAB18A
RGB
CMYK
RGB Variations
Color information
#EAB18A (or 0xEAB18A) is known color: Manhattan. HEX triplet: EA, B1 and 8A. RGB value is (234,177,138). Sum of RGB (Red+Green+Blue) = 234+177+138=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB18A is #154E75. Grayscale: #BDBDBD. Windows color (decimal): -1396342 or 9089514. OLE color: 9089514.
HSL color Cylindrical-coordinate representation of color #EAB18A: hue angle of 24.38º degrees, saturation: 0.7, 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 #EAB18A is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 138 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.08 |
| HSL | 24.38º | 0.7% | 0.73% | - |
| HSV(B) | 24.38º | 0.41% | 0.92% | - |
| XYZ | 54.24 | 50.77 | 30.99 | - |
| YUV | 189.6 | 98.88 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 138 | 0 | 0.24 | 0.41 | 0.08 | 24.38 | 0.7 | 0.73 |
| Hex | EA | B1 | 8A | 0 | 18 | 29 | 8 | 18 | 46 | 49 |
| Octal | 352 | 261 | 212 | 0 | 30 | 51 | 10 | 30 | 106 | 111 |
| Binary | 11101010 | 10110001 | 10001010 | 0 | 11000 | 101001 | 1000 | 11000 | 1000110 | 1001001 |
Color Harmonies of #EAB18A
Complementary color
Monochromatic Colors of #EAB18A
Black with #EAB18A
Text Example
Text Example
White with #EAB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB18A; }
p { color: rgb(234,177,138); }
H1.HeaderClassName
{
color: #EAB18A;
}
.AnyTagClassName
{
color: #EAB18A;
}
</style>
background-color css
<style>
a { background-color: #EAB18A; }
a { background-color: rgb(234,177,138); }
div.DivClassName
{
background-color: #EAB18A;
}
.BgClassName
{
background-color: #EAB18A;
}
</style>
border-color css
<style>
span { border-color: #EAB18A; }
span { border-color: rgb(234,177,138); }
td.TdClassName
{
border-color: #EAB18A;
}
.TagClassName
{
border-color: #EAB18A;
}
</style>