Shades of Manhattan #EAAF8C
Tints of Manhattan #EAAF8C
RGB
CMYK
RGB Variations
Color information
#EAAF8C (or 0xEAAF8C) is known color: Manhattan. HEX triplet: EA, AF and 8C. RGB value is (234,175,140). Sum of RGB (Red+Green+Blue) = 234+175+140=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAF8C is #155073. Grayscale: #BCBCBC. Windows color (decimal): -1396852 or 9220074. OLE color: 9220074.
HSL color Cylindrical-coordinate representation of color #EAAF8C: hue angle of 22.34º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAAF8C is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 140 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.08 |
| HSL | 22.34º | 0.69% | 0.73% | - |
| HSV(B) | 22.34º | 0.4% | 0.92% | - |
| XYZ | 54 | 50.05 | 31.62 | - |
| YUV | 188.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 140 | 0 | 0.25 | 0.40 | 0.08 | 22.34 | 0.69 | 0.73 |
| Hex | EA | AF | 8C | 0 | 19 | 28 | 8 | 16 | 45 | 49 |
| Octal | 352 | 257 | 214 | 0 | 31 | 50 | 10 | 26 | 105 | 111 |
| Binary | 11101010 | 10101111 | 10001100 | 0 | 11001 | 101000 | 1000 | 10110 | 1000101 | 1001001 |
Color Harmonies of #EAAF8C
Complementary color
Monochromatic Colors of #EAAF8C
Black with #EAAF8C
Text Example
Text Example
White with #EAAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF8C; }
p { color: rgb(234,175,140); }
H1.HeaderClassName
{
color: #EAAF8C;
}
.AnyTagClassName
{
color: #EAAF8C;
}
</style>
background-color css
<style>
a { background-color: #EAAF8C; }
a { background-color: rgb(234,175,140); }
div.DivClassName
{
background-color: #EAAF8C;
}
.BgClassName
{
background-color: #EAAF8C;
}
</style>
border-color css
<style>
span { border-color: #EAAF8C; }
span { border-color: rgb(234,175,140); }
td.TdClassName
{
border-color: #EAAF8C;
}
.TagClassName
{
border-color: #EAAF8C;
}
</style>