Shades of Manhattan #EAAE7B
Tints of Manhattan #EAAE7B
RGB
CMYK
RGB Variations
Color information
#EAAE7B (or 0xEAAE7B) is known color: Manhattan. HEX triplet: EA, AE and 7B. RGB value is (234,174,123). Sum of RGB (Red+Green+Blue) = 234+174+123=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAE7B is #155184. Grayscale: #BABABA. Windows color (decimal): -1397125 or 8105706. OLE color: 8105706.
HSL color Cylindrical-coordinate representation of color #EAAE7B: hue angle of 27.57º 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 #EAAE7B is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 123 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.08 |
| HSL | 27.57º | 0.73% | 0.7% | - |
| HSV(B) | 27.57º | 0.47% | 0.92% | - |
| XYZ | 52.64 | 49.19 | 25.46 | - |
| YUV | 186.13 | 92.38 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 123 | 0 | 0.26 | 0.47 | 0.08 | 27.57 | 0.73 | 0.7 |
| Hex | EA | AE | 7B | 0 | 1A | 2F | 8 | 1C | 49 | 46 |
| Octal | 352 | 256 | 173 | 0 | 32 | 57 | 10 | 34 | 111 | 106 |
| Binary | 11101010 | 10101110 | 1111011 | 0 | 11010 | 101111 | 1000 | 11100 | 1001001 | 1000110 |
Color Harmonies of #EAAE7B
Complementary color
Monochromatic Colors of #EAAE7B
Black with #EAAE7B
Text Example
Text Example
White with #EAAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAE7B; }
p { color: rgb(234,174,123); }
H1.HeaderClassName
{
color: #EAAE7B;
}
.AnyTagClassName
{
color: #EAAE7B;
}
</style>
background-color css
<style>
a { background-color: #EAAE7B; }
a { background-color: rgb(234,174,123); }
div.DivClassName
{
background-color: #EAAE7B;
}
.BgClassName
{
background-color: #EAAE7B;
}
</style>
border-color css
<style>
span { border-color: #EAAE7B; }
span { border-color: rgb(234,174,123); }
td.TdClassName
{
border-color: #EAAE7B;
}
.TagClassName
{
border-color: #EAAE7B;
}
</style>