Shades of Manhattan #EAB283
Tints of Manhattan #EAB283
RGB
CMYK
RGB Variations
Color information
#EAB283 (or 0xEAB283) is known color: Manhattan. HEX triplet: EA, B2 and 83. RGB value is (234,178,131). Sum of RGB (Red+Green+Blue) = 234+178+131=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB283 is #154D7C. Grayscale: #BDBDBD. Windows color (decimal): -1396093 or 8631018. OLE color: 8631018.
HSL color Cylindrical-coordinate representation of color #EAB283: hue angle of 27.38º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAB283 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 131 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.08 |
| HSL | 27.38º | 0.71% | 0.72% | - |
| HSV(B) | 27.38º | 0.44% | 0.92% | - |
| XYZ | 53.95 | 50.97 | 28.47 | - |
| YUV | 189.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 131 | 0 | 0.24 | 0.44 | 0.08 | 27.38 | 0.71 | 0.72 |
| Hex | EA | B2 | 83 | 0 | 18 | 2C | 8 | 1B | 47 | 48 |
| Octal | 352 | 262 | 203 | 0 | 30 | 54 | 10 | 33 | 107 | 110 |
| Binary | 11101010 | 10110010 | 10000011 | 0 | 11000 | 101100 | 1000 | 11011 | 1000111 | 1001000 |
Color Harmonies of #EAB283
Complementary color
Monochromatic Colors of #EAB283
Black with #EAB283
Text Example
Text Example
White with #EAB283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB283; }
p { color: rgb(234,178,131); }
H1.HeaderClassName
{
color: #EAB283;
}
.AnyTagClassName
{
color: #EAB283;
}
</style>
background-color css
<style>
a { background-color: #EAB283; }
a { background-color: rgb(234,178,131); }
div.DivClassName
{
background-color: #EAB283;
}
.BgClassName
{
background-color: #EAB283;
}
</style>
border-color css
<style>
span { border-color: #EAB283; }
span { border-color: rgb(234,178,131); }
td.TdClassName
{
border-color: #EAB283;
}
.TagClassName
{
border-color: #EAB283;
}
</style>