Shades of Manhattan #EDB180
Tints of Manhattan #EDB180
RGB
CMYK
RGB Variations
Color information
#EDB180 (or 0xEDB180) is known color: Manhattan. HEX triplet: ED, B1 and 80. RGB value is (237,177,128). Sum of RGB (Red+Green+Blue) = 237+177+128=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB180 is #124E7F. Grayscale: #BDBDBD. Windows color (decimal): -1199744 or 8434157. OLE color: 8434157.
HSL color Cylindrical-coordinate representation of color #EDB180: hue angle of 26.97º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDB180 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 128 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.07 |
| HSL | 26.97º | 0.75% | 0.72% | - |
| HSV(B) | 26.97º | 0.46% | 0.93% | - |
| XYZ | 54.54 | 51.01 | 27.39 | - |
| YUV | 189.35 | 93.38 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 128 | 0 | 0.25 | 0.46 | 0.07 | 26.97 | 0.75 | 0.72 |
| Hex | ED | B1 | 80 | 0 | 19 | 2E | 7 | 1B | 4B | 48 |
| Octal | 355 | 261 | 200 | 0 | 31 | 56 | 7 | 33 | 113 | 110 |
| Binary | 11101101 | 10110001 | 10000000 | 0 | 11001 | 101110 | 111 | 11011 | 1001011 | 1001000 |
Color Harmonies of #EDB180
Complementary color
Monochromatic Colors of #EDB180
Black with #EDB180
Text Example
Text Example
White with #EDB180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB180; }
p { color: rgb(237,177,128); }
H1.HeaderClassName
{
color: #EDB180;
}
.AnyTagClassName
{
color: #EDB180;
}
</style>
background-color css
<style>
a { background-color: #EDB180; }
a { background-color: rgb(237,177,128); }
div.DivClassName
{
background-color: #EDB180;
}
.BgClassName
{
background-color: #EDB180;
}
</style>
border-color css
<style>
span { border-color: #EDB180; }
span { border-color: rgb(237,177,128); }
td.TdClassName
{
border-color: #EDB180;
}
.TagClassName
{
border-color: #EDB180;
}
</style>