Shades of Manhattan #EAB07C
Tints of Manhattan #EAB07C
RGB
CMYK
RGB Variations
Color information
#EAB07C (or 0xEAB07C) is known color: Manhattan. HEX triplet: EA, B0 and 7C. RGB value is (234,176,124). Sum of RGB (Red+Green+Blue) = 234+176+124=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB07C is #154F83. Grayscale: #BBBBBB. Windows color (decimal): -1396612 or 8171754. OLE color: 8171754.
HSL color Cylindrical-coordinate representation of color #EAB07C: hue angle of 28.36º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAB07C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 124 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.08 |
| HSL | 28.36º | 0.72% | 0.7% | - |
| HSV(B) | 28.36º | 0.47% | 0.92% | - |
| XYZ | 53.1 | 50 | 25.92 | - |
| YUV | 187.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 124 | 0 | 0.25 | 0.47 | 0.08 | 28.36 | 0.72 | 0.7 |
| Hex | EA | B0 | 7C | 0 | 19 | 2F | 8 | 1C | 48 | 46 |
| Octal | 352 | 260 | 174 | 0 | 31 | 57 | 10 | 34 | 110 | 106 |
| Binary | 11101010 | 10110000 | 1111100 | 0 | 11001 | 101111 | 1000 | 11100 | 1001000 | 1000110 |
Color Harmonies of #EAB07C
Complementary color
Monochromatic Colors of #EAB07C
Black with #EAB07C
Text Example
Text Example
White with #EAB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB07C; }
p { color: rgb(234,176,124); }
H1.HeaderClassName
{
color: #EAB07C;
}
.AnyTagClassName
{
color: #EAB07C;
}
</style>
background-color css
<style>
a { background-color: #EAB07C; }
a { background-color: rgb(234,176,124); }
div.DivClassName
{
background-color: #EAB07C;
}
.BgClassName
{
background-color: #EAB07C;
}
</style>
border-color css
<style>
span { border-color: #EAB07C; }
span { border-color: rgb(234,176,124); }
td.TdClassName
{
border-color: #EAB07C;
}
.TagClassName
{
border-color: #EAB07C;
}
</style>