Shades of Manhattan #EBA97D
Tints of Manhattan #EBA97D
RGB
CMYK
RGB Variations
Color information
#EBA97D (or 0xEBA97D) is known color: Manhattan. HEX triplet: EB, A9 and 7D. RGB value is (235,169,125). Sum of RGB (Red+Green+Blue) = 235+169+125=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA97D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA97D is #145682. Grayscale: #B7B7B7. Windows color (decimal): -1332867 or 8235499. OLE color: 8235499.
HSL color Cylindrical-coordinate representation of color #EBA97D: hue angle of 24º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBA97D is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 125 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.08 |
| HSL | 24º | 0.73% | 0.71% | - |
| HSV(B) | 24º | 0.47% | 0.92% | - |
| XYZ | 52.15 | 47.52 | 25.83 | - |
| YUV | 183.72 | 94.87 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 125 | 0 | 0.28 | 0.47 | 0.08 | 24 | 0.73 | 0.71 |
| Hex | EB | A9 | 7D | 0 | 1C | 2F | 8 | 18 | 49 | 47 |
| Octal | 353 | 251 | 175 | 0 | 34 | 57 | 10 | 30 | 111 | 107 |
| Binary | 11101011 | 10101001 | 1111101 | 0 | 11100 | 101111 | 1000 | 11000 | 1001001 | 1000111 |
Color Harmonies of #EBA97D
Complementary color
Monochromatic Colors of #EBA97D
Black with #EBA97D
Text Example
Text Example
White with #EBA97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA97D; }
p { color: rgb(235,169,125); }
H1.HeaderClassName
{
color: #EBA97D;
}
.AnyTagClassName
{
color: #EBA97D;
}
</style>
background-color css
<style>
a { background-color: #EBA97D; }
a { background-color: rgb(235,169,125); }
div.DivClassName
{
background-color: #EBA97D;
}
.BgClassName
{
background-color: #EBA97D;
}
</style>
border-color css
<style>
span { border-color: #EBA97D; }
span { border-color: rgb(235,169,125); }
td.TdClassName
{
border-color: #EBA97D;
}
.TagClassName
{
border-color: #EBA97D;
}
</style>