Shades of Manhattan #EAB384
Tints of Manhattan #EAB384
RGB
CMYK
RGB Variations
Color information
#EAB384 (or 0xEAB384) is known color: Manhattan. HEX triplet: EA, B3 and 84. RGB value is (234,179,132). Sum of RGB (Red+Green+Blue) = 234+179+132=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB384 is #154C7B. Grayscale: #BEBEBE. Windows color (decimal): -1395836 or 8696810. OLE color: 8696810.
HSL color Cylindrical-coordinate representation of color #EAB384: hue angle of 27.65º 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 #EAB384 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 132 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.08 |
| HSL | 27.65º | 0.71% | 0.72% | - |
| HSV(B) | 27.65º | 0.44% | 0.92% | - |
| XYZ | 54.22 | 51.4 | 28.89 | - |
| YUV | 190.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 132 | 0 | 0.24 | 0.44 | 0.08 | 27.65 | 0.71 | 0.72 |
| Hex | EA | B3 | 84 | 0 | 18 | 2C | 8 | 1C | 47 | 48 |
| Octal | 352 | 263 | 204 | 0 | 30 | 54 | 10 | 34 | 107 | 110 |
| Binary | 11101010 | 10110011 | 10000100 | 0 | 11000 | 101100 | 1000 | 11100 | 1000111 | 1001000 |
Color Harmonies of #EAB384
Complementary color
Monochromatic Colors of #EAB384
Black with #EAB384
Text Example
Text Example
White with #EAB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB384; }
p { color: rgb(234,179,132); }
H1.HeaderClassName
{
color: #EAB384;
}
.AnyTagClassName
{
color: #EAB384;
}
</style>
background-color css
<style>
a { background-color: #EAB384; }
a { background-color: rgb(234,179,132); }
div.DivClassName
{
background-color: #EAB384;
}
.BgClassName
{
background-color: #EAB384;
}
</style>
border-color css
<style>
span { border-color: #EAB384; }
span { border-color: rgb(234,179,132); }
td.TdClassName
{
border-color: #EAB384;
}
.TagClassName
{
border-color: #EAB384;
}
</style>