Shades of Manhattan #EAB07B
Tints of Manhattan #EAB07B
RGB
CMYK
RGB Variations
Color information
#EAB07B (or 0xEAB07B) is known color: Manhattan. HEX triplet: EA, B0 and 7B. RGB value is (234,176,123). Sum of RGB (Red+Green+Blue) = 234+176+123=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB07B is #154F84. Grayscale: #BBBBBB. Windows color (decimal): -1396613 or 8106218. OLE color: 8106218.
HSL color Cylindrical-coordinate representation of color #EAB07B: hue angle of 28.65º degrees, saturation: 0.73, 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 #EAB07B is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 123 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.08 |
| HSL | 28.65º | 0.73% | 0.7% | - |
| HSV(B) | 28.65º | 0.47% | 0.92% | - |
| XYZ | 53.03 | 49.97 | 25.59 | - |
| YUV | 187.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 123 | 0 | 0.25 | 0.47 | 0.08 | 28.65 | 0.73 | 0.7 |
| Hex | EA | B0 | 7B | 0 | 19 | 2F | 8 | 1D | 49 | 46 |
| Octal | 352 | 260 | 173 | 0 | 31 | 57 | 10 | 35 | 111 | 106 |
| Binary | 11101010 | 10110000 | 1111011 | 0 | 11001 | 101111 | 1000 | 11101 | 1001001 | 1000110 |
Color Harmonies of #EAB07B
Complementary color
Monochromatic Colors of #EAB07B
Black with #EAB07B
Text Example
Text Example
White with #EAB07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB07B; }
p { color: rgb(234,176,123); }
H1.HeaderClassName
{
color: #EAB07B;
}
.AnyTagClassName
{
color: #EAB07B;
}
</style>
background-color css
<style>
a { background-color: #EAB07B; }
a { background-color: rgb(234,176,123); }
div.DivClassName
{
background-color: #EAB07B;
}
.BgClassName
{
background-color: #EAB07B;
}
</style>
border-color css
<style>
span { border-color: #EAB07B; }
span { border-color: rgb(234,176,123); }
td.TdClassName
{
border-color: #EAB07B;
}
.TagClassName
{
border-color: #EAB07B;
}
</style>