Shades of Manhattan #EAAF8B
Tints of Manhattan #EAAF8B
RGB
CMYK
RGB Variations
Color information
#EAAF8B (or 0xEAAF8B) is known color: Manhattan. HEX triplet: EA, AF and 8B. RGB value is (234,175,139). Sum of RGB (Red+Green+Blue) = 234+175+139=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF8B is #155074. Grayscale: #BCBCBC. Windows color (decimal): -1396853 or 9154538. OLE color: 9154538.
HSL color Cylindrical-coordinate representation of color #EAAF8B: hue angle of 22.74º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAAF8B is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 139 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.08 |
| HSL | 22.74º | 0.69% | 0.73% | - |
| HSV(B) | 22.74º | 0.41% | 0.92% | - |
| XYZ | 53.92 | 50.02 | 31.24 | - |
| YUV | 188.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 139 | 0 | 0.25 | 0.41 | 0.08 | 22.74 | 0.69 | 0.73 |
| Hex | EA | AF | 8B | 0 | 19 | 29 | 8 | 17 | 45 | 49 |
| Octal | 352 | 257 | 213 | 0 | 31 | 51 | 10 | 27 | 105 | 111 |
| Binary | 11101010 | 10101111 | 10001011 | 0 | 11001 | 101001 | 1000 | 10111 | 1000101 | 1001001 |
Color Harmonies of #EAAF8B
Complementary color
Monochromatic Colors of #EAAF8B
Black with #EAAF8B
Text Example
Text Example
White with #EAAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF8B; }
p { color: rgb(234,175,139); }
H1.HeaderClassName
{
color: #EAAF8B;
}
.AnyTagClassName
{
color: #EAAF8B;
}
</style>
background-color css
<style>
a { background-color: #EAAF8B; }
a { background-color: rgb(234,175,139); }
div.DivClassName
{
background-color: #EAAF8B;
}
.BgClassName
{
background-color: #EAAF8B;
}
</style>
border-color css
<style>
span { border-color: #EAAF8B; }
span { border-color: rgb(234,175,139); }
td.TdClassName
{
border-color: #EAAF8B;
}
.TagClassName
{
border-color: #EAAF8B;
}
</style>