Shades of Manhattan #EAB28C
Tints of Manhattan #EAB28C
RGB
CMYK
RGB Variations
Color information
#EAB28C (or 0xEAB28C) is known color: Manhattan. HEX triplet: EA, B2 and 8C. RGB value is (234,178,140). Sum of RGB (Red+Green+Blue) = 234+178+140=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB28C is #154D73. Grayscale: #BEBEBE. Windows color (decimal): -1396084 or 9220842. OLE color: 9220842.
HSL color Cylindrical-coordinate representation of color #EAB28C: hue angle of 24.26º 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 #EAB28C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 140 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.08 |
| HSL | 24.26º | 0.69% | 0.73% | - |
| HSV(B) | 24.26º | 0.4% | 0.92% | - |
| XYZ | 54.59 | 51.23 | 31.82 | - |
| YUV | 190.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 140 | 0 | 0.24 | 0.40 | 0.08 | 24.26 | 0.69 | 0.73 |
| Hex | EA | B2 | 8C | 0 | 18 | 28 | 8 | 18 | 45 | 49 |
| Octal | 352 | 262 | 214 | 0 | 30 | 50 | 10 | 30 | 105 | 111 |
| Binary | 11101010 | 10110010 | 10001100 | 0 | 11000 | 101000 | 1000 | 11000 | 1000101 | 1001001 |
Color Harmonies of #EAB28C
Complementary color
Monochromatic Colors of #EAB28C
Black with #EAB28C
Text Example
Text Example
White with #EAB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB28C; }
p { color: rgb(234,178,140); }
H1.HeaderClassName
{
color: #EAB28C;
}
.AnyTagClassName
{
color: #EAB28C;
}
</style>
background-color css
<style>
a { background-color: #EAB28C; }
a { background-color: rgb(234,178,140); }
div.DivClassName
{
background-color: #EAB28C;
}
.BgClassName
{
background-color: #EAB28C;
}
</style>
border-color css
<style>
span { border-color: #EAB28C; }
span { border-color: rgb(234,178,140); }
td.TdClassName
{
border-color: #EAB28C;
}
.TagClassName
{
border-color: #EAB28C;
}
</style>