Shades of Manhattan #EAB38B
Tints of Manhattan #EAB38B
RGB
CMYK
RGB Variations
Color information
#EAB38B (or 0xEAB38B) is known color: Manhattan. HEX triplet: EA, B3 and 8B. RGB value is (234,179,139). Sum of RGB (Red+Green+Blue) = 234+179+139=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB38B is #154C74. Grayscale: #BFBFBF. Windows color (decimal): -1395829 or 9155562. OLE color: 9155562.
HSL color Cylindrical-coordinate representation of color #EAB38B: hue angle of 25.26º 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 #EAB38B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 139 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.08 |
| HSL | 25.26º | 0.69% | 0.73% | - |
| HSV(B) | 25.26º | 0.41% | 0.92% | - |
| XYZ | 54.71 | 51.6 | 31.5 | - |
| YUV | 190.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 139 | 0 | 0.24 | 0.41 | 0.08 | 25.26 | 0.69 | 0.73 |
| Hex | EA | B3 | 8B | 0 | 18 | 29 | 8 | 19 | 45 | 49 |
| Octal | 352 | 263 | 213 | 0 | 30 | 51 | 10 | 31 | 105 | 111 |
| Binary | 11101010 | 10110011 | 10001011 | 0 | 11000 | 101001 | 1000 | 11001 | 1000101 | 1001001 |
Color Harmonies of #EAB38B
Complementary color
Monochromatic Colors of #EAB38B
Black with #EAB38B
Text Example
Text Example
White with #EAB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB38B; }
p { color: rgb(234,179,139); }
H1.HeaderClassName
{
color: #EAB38B;
}
.AnyTagClassName
{
color: #EAB38B;
}
</style>
background-color css
<style>
a { background-color: #EAB38B; }
a { background-color: rgb(234,179,139); }
div.DivClassName
{
background-color: #EAB38B;
}
.BgClassName
{
background-color: #EAB38B;
}
</style>
border-color css
<style>
span { border-color: #EAB38B; }
span { border-color: rgb(234,179,139); }
td.TdClassName
{
border-color: #EAB38B;
}
.TagClassName
{
border-color: #EAB38B;
}
</style>