Shades of Manhattan #EDB080
Tints of Manhattan #EDB080
RGB
CMYK
RGB Variations
Color information
#EDB080 (or 0xEDB080) is known color: Manhattan. HEX triplet: ED, B0 and 80. RGB value is (237,176,128). Sum of RGB (Red+Green+Blue) = 237+176+128=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB080 is #124F7F. Grayscale: #BDBDBD. Windows color (decimal): -1200000 or 8433901. OLE color: 8433901.
HSL color Cylindrical-coordinate representation of color #EDB080: hue angle of 26.42º 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 #EDB080 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 128 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.07 |
| HSL | 26.42º | 0.75% | 0.72% | - |
| HSV(B) | 26.42º | 0.46% | 0.93% | - |
| XYZ | 54.35 | 50.61 | 27.33 | - |
| YUV | 188.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 128 | 0 | 0.26 | 0.46 | 0.07 | 26.42 | 0.75 | 0.72 |
| Hex | ED | B0 | 80 | 0 | 1A | 2E | 7 | 1A | 4B | 48 |
| Octal | 355 | 260 | 200 | 0 | 32 | 56 | 7 | 32 | 113 | 110 |
| Binary | 11101101 | 10110000 | 10000000 | 0 | 11010 | 101110 | 111 | 11010 | 1001011 | 1001000 |
Color Harmonies of #EDB080
Complementary color
Monochromatic Colors of #EDB080
Black with #EDB080
Text Example
Text Example
White with #EDB080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB080; }
p { color: rgb(237,176,128); }
H1.HeaderClassName
{
color: #EDB080;
}
.AnyTagClassName
{
color: #EDB080;
}
</style>
background-color css
<style>
a { background-color: #EDB080; }
a { background-color: rgb(237,176,128); }
div.DivClassName
{
background-color: #EDB080;
}
.BgClassName
{
background-color: #EDB080;
}
</style>
border-color css
<style>
span { border-color: #EDB080; }
span { border-color: rgb(237,176,128); }
td.TdClassName
{
border-color: #EDB080;
}
.TagClassName
{
border-color: #EDB080;
}
</style>