Shades of Manhattan #EDB085
Tints of Manhattan #EDB085
RGB
CMYK
RGB Variations
Color information
#EDB085 (or 0xEDB085) is known color: Manhattan. HEX triplet: ED, B0 and 85. RGB value is (237,176,133). Sum of RGB (Red+Green+Blue) = 237+176+133=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB085 is #124F7A. Grayscale: #BDBDBD. Windows color (decimal): -1199995 or 8761581. OLE color: 8761581.
HSL color Cylindrical-coordinate representation of color #EDB085: hue angle of 24.81º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDB085 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 133 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.07 |
| HSL | 24.81º | 0.74% | 0.73% | - |
| HSV(B) | 24.81º | 0.44% | 0.93% | - |
| XYZ | 54.68 | 50.75 | 29.1 | - |
| YUV | 189.34 | 96.21 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 133 | 0 | 0.26 | 0.44 | 0.07 | 24.81 | 0.74 | 0.73 |
| Hex | ED | B0 | 85 | 0 | 1A | 2C | 7 | 19 | 4A | 49 |
| Octal | 355 | 260 | 205 | 0 | 32 | 54 | 7 | 31 | 112 | 111 |
| Binary | 11101101 | 10110000 | 10000101 | 0 | 11010 | 101100 | 111 | 11001 | 1001010 | 1001001 |
Color Harmonies of #EDB085
Complementary color
Monochromatic Colors of #EDB085
Black with #EDB085
Text Example
Text Example
White with #EDB085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB085; }
p { color: rgb(237,176,133); }
H1.HeaderClassName
{
color: #EDB085;
}
.AnyTagClassName
{
color: #EDB085;
}
</style>
background-color css
<style>
a { background-color: #EDB085; }
a { background-color: rgb(237,176,133); }
div.DivClassName
{
background-color: #EDB085;
}
.BgClassName
{
background-color: #EDB085;
}
</style>
border-color css
<style>
span { border-color: #EDB085; }
span { border-color: rgb(237,176,133); }
td.TdClassName
{
border-color: #EDB085;
}
.TagClassName
{
border-color: #EDB085;
}
</style>