Shades of Manhattan #EDB181
Tints of Manhattan #EDB181
RGB
CMYK
RGB Variations
Color information
#EDB181 (or 0xEDB181) is known color: Manhattan. HEX triplet: ED, B1 and 81. RGB value is (237,177,129). Sum of RGB (Red+Green+Blue) = 237+177+129=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB181 is #124E7E. Grayscale: #BDBDBD. Windows color (decimal): -1199743 or 8499693. OLE color: 8499693.
HSL color Cylindrical-coordinate representation of color #EDB181: hue angle of 26.67º 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 #EDB181 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 129 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.07 |
| HSL | 26.67º | 0.75% | 0.72% | - |
| HSV(B) | 26.67º | 0.46% | 0.93% | - |
| XYZ | 54.61 | 51.03 | 27.74 | - |
| YUV | 189.47 | 93.88 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 129 | 0 | 0.25 | 0.46 | 0.07 | 26.67 | 0.75 | 0.72 |
| Hex | ED | B1 | 81 | 0 | 19 | 2E | 7 | 1B | 4B | 48 |
| Octal | 355 | 261 | 201 | 0 | 31 | 56 | 7 | 33 | 113 | 110 |
| Binary | 11101101 | 10110001 | 10000001 | 0 | 11001 | 101110 | 111 | 11011 | 1001011 | 1001000 |
Color Harmonies of #EDB181
Complementary color
Monochromatic Colors of #EDB181
Black with #EDB181
Text Example
Text Example
White with #EDB181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB181; }
p { color: rgb(237,177,129); }
H1.HeaderClassName
{
color: #EDB181;
}
.AnyTagClassName
{
color: #EDB181;
}
</style>
background-color css
<style>
a { background-color: #EDB181; }
a { background-color: rgb(237,177,129); }
div.DivClassName
{
background-color: #EDB181;
}
.BgClassName
{
background-color: #EDB181;
}
</style>
border-color css
<style>
span { border-color: #EDB181; }
span { border-color: rgb(237,177,129); }
td.TdClassName
{
border-color: #EDB181;
}
.TagClassName
{
border-color: #EDB181;
}
</style>