Shades of Manhattan #EAB183
Tints of Manhattan #EAB183
RGB
CMYK
RGB Variations
Color information
#EAB183 (or 0xEAB183) is known color: Manhattan. HEX triplet: EA, B1 and 83. RGB value is (234,177,131). Sum of RGB (Red+Green+Blue) = 234+177+131=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 131 (51.56% from 255 or 24.17% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB183 is #154E7C. Grayscale: #BDBDBD. Windows color (decimal): -1396349 or 8630762. OLE color: 8630762.
HSL color Cylindrical-coordinate representation of color #EAB183: hue angle of 26.8º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAB183 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 131 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.08 |
| HSL | 26.8º | 0.71% | 0.72% | - |
| HSV(B) | 26.8º | 0.44% | 0.92% | - |
| XYZ | 53.75 | 50.58 | 28.4 | - |
| YUV | 188.8 | 95.38 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 131 | 0 | 0.24 | 0.44 | 0.08 | 26.8 | 0.71 | 0.72 |
| Hex | EA | B1 | 83 | 0 | 18 | 2C | 8 | 1B | 47 | 48 |
| Octal | 352 | 261 | 203 | 0 | 30 | 54 | 10 | 33 | 107 | 110 |
| Binary | 11101010 | 10110001 | 10000011 | 0 | 11000 | 101100 | 1000 | 11011 | 1000111 | 1001000 |
Color Harmonies of #EAB183
Complementary color
Monochromatic Colors of #EAB183
Black with #EAB183
Text Example
Text Example
White with #EAB183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB183; }
p { color: rgb(234,177,131); }
H1.HeaderClassName
{
color: #EAB183;
}
.AnyTagClassName
{
color: #EAB183;
}
</style>
background-color css
<style>
a { background-color: #EAB183; }
a { background-color: rgb(234,177,131); }
div.DivClassName
{
background-color: #EAB183;
}
.BgClassName
{
background-color: #EAB183;
}
</style>
border-color css
<style>
span { border-color: #EAB183; }
span { border-color: rgb(234,177,131); }
td.TdClassName
{
border-color: #EAB183;
}
.TagClassName
{
border-color: #EAB183;
}
</style>