Shades of Manhattan #EAB382
Tints of Manhattan #EAB382
RGB
CMYK
RGB Variations
Color information
#EAB382 (or 0xEAB382) is known color: Manhattan. HEX triplet: EA, B3 and 82. RGB value is (234,179,130). Sum of RGB (Red+Green+Blue) = 234+179+130=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB382 is #154C7D. Grayscale: #BEBEBE. Windows color (decimal): -1395838 or 8565738. OLE color: 8565738.
HSL color Cylindrical-coordinate representation of color #EAB382: hue angle of 28.27º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAB382 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 130 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.08 |
| HSL | 28.27º | 0.71% | 0.71% | - |
| HSV(B) | 28.27º | 0.44% | 0.92% | - |
| XYZ | 54.08 | 51.34 | 28.18 | - |
| YUV | 189.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 130 | 0 | 0.24 | 0.44 | 0.08 | 28.27 | 0.71 | 0.71 |
| Hex | EA | B3 | 82 | 0 | 18 | 2C | 8 | 1C | 47 | 47 |
| Octal | 352 | 263 | 202 | 0 | 30 | 54 | 10 | 34 | 107 | 107 |
| Binary | 11101010 | 10110011 | 10000010 | 0 | 11000 | 101100 | 1000 | 11100 | 1000111 | 1000111 |
Color Harmonies of #EAB382
Complementary color
Monochromatic Colors of #EAB382
Black with #EAB382
Text Example
Text Example
White with #EAB382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB382; }
p { color: rgb(234,179,130); }
H1.HeaderClassName
{
color: #EAB382;
}
.AnyTagClassName
{
color: #EAB382;
}
</style>
background-color css
<style>
a { background-color: #EAB382; }
a { background-color: rgb(234,179,130); }
div.DivClassName
{
background-color: #EAB382;
}
.BgClassName
{
background-color: #EAB382;
}
</style>
border-color css
<style>
span { border-color: #EAB382; }
span { border-color: rgb(234,179,130); }
td.TdClassName
{
border-color: #EAB382;
}
.TagClassName
{
border-color: #EAB382;
}
</style>