Shades of Manhattan #EAB38A
Tints of Manhattan #EAB38A
RGB
CMYK
RGB Variations
Color information
#EAB38A (or 0xEAB38A) is known color: Manhattan. HEX triplet: EA, B3 and 8A. RGB value is (234,179,138). Sum of RGB (Red+Green+Blue) = 234+179+138=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB38A is #154C75. Grayscale: #BEBEBE. Windows color (decimal): -1395830 or 9090026. OLE color: 9090026.
HSL color Cylindrical-coordinate representation of color #EAB38A: hue angle of 25.62º degrees, saturation: 0.7, 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 #EAB38A is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 138 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.08 |
| HSL | 25.63º | 0.7% | 0.73% | - |
| HSV(B) | 25.63º | 0.41% | 0.92% | - |
| XYZ | 54.64 | 51.57 | 31.12 | - |
| YUV | 190.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 138 | 0 | 0.24 | 0.41 | 0.08 | 25.63 | 0.7 | 0.73 |
| Hex | EA | B3 | 8A | 0 | 18 | 29 | 8 | 1A | 46 | 49 |
| Octal | 352 | 263 | 212 | 0 | 30 | 51 | 10 | 32 | 106 | 111 |
| Binary | 11101010 | 10110011 | 10001010 | 0 | 11000 | 101001 | 1000 | 11010 | 1000110 | 1001001 |
Color Harmonies of #EAB38A
Complementary color
Monochromatic Colors of #EAB38A
Black with #EAB38A
Text Example
Text Example
White with #EAB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB38A; }
p { color: rgb(234,179,138); }
H1.HeaderClassName
{
color: #EAB38A;
}
.AnyTagClassName
{
color: #EAB38A;
}
</style>
background-color css
<style>
a { background-color: #EAB38A; }
a { background-color: rgb(234,179,138); }
div.DivClassName
{
background-color: #EAB38A;
}
.BgClassName
{
background-color: #EAB38A;
}
</style>
border-color css
<style>
span { border-color: #EAB38A; }
span { border-color: rgb(234,179,138); }
td.TdClassName
{
border-color: #EAB38A;
}
.TagClassName
{
border-color: #EAB38A;
}
</style>