Shades of Manhattan #EAB386
Tints of Manhattan #EAB386
RGB
CMYK
RGB Variations
Color information
#EAB386 (or 0xEAB386) is known color: Manhattan. HEX triplet: EA, B3 and 86. RGB value is (234,179,134). Sum of RGB (Red+Green+Blue) = 234+179+134=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB386 is #154C79. Grayscale: #BEBEBE. Windows color (decimal): -1395834 or 8827882. OLE color: 8827882.
HSL color Cylindrical-coordinate representation of color #EAB386: hue angle of 27º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAB386 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 134 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.08 |
| HSL | 27º | 0.7% | 0.72% | - |
| HSV(B) | 27º | 0.43% | 0.92% | - |
| XYZ | 54.35 | 51.45 | 29.62 | - |
| YUV | 190.32 | 96.22 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 134 | 0 | 0.24 | 0.43 | 0.08 | 27 | 0.7 | 0.72 |
| Hex | EA | B3 | 86 | 0 | 18 | 2B | 8 | 1B | 46 | 48 |
| Octal | 352 | 263 | 206 | 0 | 30 | 53 | 10 | 33 | 106 | 110 |
| Binary | 11101010 | 10110011 | 10000110 | 0 | 11000 | 101011 | 1000 | 11011 | 1000110 | 1001000 |
Color Harmonies of #EAB386
Complementary color
Monochromatic Colors of #EAB386
Black with #EAB386
Text Example
Text Example
White with #EAB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB386; }
p { color: rgb(234,179,134); }
H1.HeaderClassName
{
color: #EAB386;
}
.AnyTagClassName
{
color: #EAB386;
}
</style>
background-color css
<style>
a { background-color: #EAB386; }
a { background-color: rgb(234,179,134); }
div.DivClassName
{
background-color: #EAB386;
}
.BgClassName
{
background-color: #EAB386;
}
</style>
border-color css
<style>
span { border-color: #EAB386; }
span { border-color: rgb(234,179,134); }
td.TdClassName
{
border-color: #EAB386;
}
.TagClassName
{
border-color: #EAB386;
}
</style>