Shades of Manhattan #EAB28B
Tints of Manhattan #EAB28B
RGB
CMYK
RGB Variations
Color information
#EAB28B (or 0xEAB28B) is known color: Manhattan. HEX triplet: EA, B2 and 8B. RGB value is (234,178,139). Sum of RGB (Red+Green+Blue) = 234+178+139=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB28B is #154D74. Grayscale: #BEBEBE. Windows color (decimal): -1396085 or 9155306. OLE color: 9155306.
HSL color Cylindrical-coordinate representation of color #EAB28B: hue angle of 24.63º 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 #EAB28B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 139 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.08 |
| HSL | 24.63º | 0.69% | 0.73% | - |
| HSV(B) | 24.63º | 0.41% | 0.92% | - |
| XYZ | 54.51 | 51.2 | 31.44 | - |
| YUV | 190.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 139 | 0 | 0.24 | 0.41 | 0.08 | 24.63 | 0.69 | 0.73 |
| Hex | EA | B2 | 8B | 0 | 18 | 29 | 8 | 19 | 45 | 49 |
| Octal | 352 | 262 | 213 | 0 | 30 | 51 | 10 | 31 | 105 | 111 |
| Binary | 11101010 | 10110010 | 10001011 | 0 | 11000 | 101001 | 1000 | 11001 | 1000101 | 1001001 |
Color Harmonies of #EAB28B
Complementary color
Monochromatic Colors of #EAB28B
Black with #EAB28B
Text Example
Text Example
White with #EAB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB28B; }
p { color: rgb(234,178,139); }
H1.HeaderClassName
{
color: #EAB28B;
}
.AnyTagClassName
{
color: #EAB28B;
}
</style>
background-color css
<style>
a { background-color: #EAB28B; }
a { background-color: rgb(234,178,139); }
div.DivClassName
{
background-color: #EAB28B;
}
.BgClassName
{
background-color: #EAB28B;
}
</style>
border-color css
<style>
span { border-color: #EAB28B; }
span { border-color: rgb(234,178,139); }
td.TdClassName
{
border-color: #EAB28B;
}
.TagClassName
{
border-color: #EAB28B;
}
</style>