Shades of Manhattan #EAB07A
Tints of Manhattan #EAB07A
RGB
CMYK
RGB Variations
Color information
#EAB07A (or 0xEAB07A) is known color: Manhattan. HEX triplet: EA, B0 and 7A. RGB value is (234,176,122). Sum of RGB (Red+Green+Blue) = 234+176+122=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB07A is #154F85. Grayscale: #BBBBBB. Windows color (decimal): -1396614 or 8040682. OLE color: 8040682.
HSL color Cylindrical-coordinate representation of color #EAB07A: hue angle of 28.93º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAB07A is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 122 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.08 |
| HSL | 28.93º | 0.73% | 0.7% | - |
| HSV(B) | 28.93º | 0.48% | 0.92% | - |
| XYZ | 52.97 | 49.95 | 25.26 | - |
| YUV | 187.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 122 | 0 | 0.25 | 0.48 | 0.08 | 28.93 | 0.73 | 0.7 |
| Hex | EA | B0 | 7A | 0 | 19 | 30 | 8 | 1D | 49 | 46 |
| Octal | 352 | 260 | 172 | 0 | 31 | 60 | 10 | 35 | 111 | 106 |
| Binary | 11101010 | 10110000 | 1111010 | 0 | 11001 | 110000 | 1000 | 11101 | 1001001 | 1000110 |
Color Harmonies of #EAB07A
Complementary color
Monochromatic Colors of #EAB07A
Black with #EAB07A
Text Example
Text Example
White with #EAB07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB07A; }
p { color: rgb(234,176,122); }
H1.HeaderClassName
{
color: #EAB07A;
}
.AnyTagClassName
{
color: #EAB07A;
}
</style>
background-color css
<style>
a { background-color: #EAB07A; }
a { background-color: rgb(234,176,122); }
div.DivClassName
{
background-color: #EAB07A;
}
.BgClassName
{
background-color: #EAB07A;
}
</style>
border-color css
<style>
span { border-color: #EAB07A; }
span { border-color: rgb(234,176,122); }
td.TdClassName
{
border-color: #EAB07A;
}
.TagClassName
{
border-color: #EAB07A;
}
</style>