Shades of Manhattan #EAB37F
Tints of Manhattan #EAB37F
RGB
CMYK
RGB Variations
Color information
#EAB37F (or 0xEAB37F) is known color: Manhattan. HEX triplet: EA, B3 and 7F. RGB value is (234,179,127). Sum of RGB (Red+Green+Blue) = 234+179+127=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB37F is #154C80. Grayscale: #BDBDBD. Windows color (decimal): -1395841 or 8369130. OLE color: 8369130.
HSL color Cylindrical-coordinate representation of color #EAB37F: hue angle of 29.16º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAB37F is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 127 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.08 |
| HSL | 29.16º | 0.72% | 0.71% | - |
| HSV(B) | 29.16º | 0.46% | 0.92% | - |
| XYZ | 53.88 | 51.26 | 27.13 | - |
| YUV | 189.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 127 | 0 | 0.24 | 0.46 | 0.08 | 29.16 | 0.72 | 0.71 |
| Hex | EA | B3 | 7F | 0 | 18 | 2E | 8 | 1D | 48 | 47 |
| Octal | 352 | 263 | 177 | 0 | 30 | 56 | 10 | 35 | 110 | 107 |
| Binary | 11101010 | 10110011 | 1111111 | 0 | 11000 | 101110 | 1000 | 11101 | 1001000 | 1000111 |
Color Harmonies of #EAB37F
Complementary color
Monochromatic Colors of #EAB37F
Black with #EAB37F
Text Example
Text Example
White with #EAB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB37F; }
p { color: rgb(234,179,127); }
H1.HeaderClassName
{
color: #EAB37F;
}
.AnyTagClassName
{
color: #EAB37F;
}
</style>
background-color css
<style>
a { background-color: #EAB37F; }
a { background-color: rgb(234,179,127); }
div.DivClassName
{
background-color: #EAB37F;
}
.BgClassName
{
background-color: #EAB37F;
}
</style>
border-color css
<style>
span { border-color: #EAB37F; }
span { border-color: rgb(234,179,127); }
td.TdClassName
{
border-color: #EAB37F;
}
.TagClassName
{
border-color: #EAB37F;
}
</style>