Shades of Manhattan #EDB184
Tints of Manhattan #EDB184
RGB
CMYK
RGB Variations
Color information
#EDB184 (or 0xEDB184) is known color: Manhattan. HEX triplet: ED, B1 and 84. RGB value is (237,177,132). Sum of RGB (Red+Green+Blue) = 237+177+132=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB184 is #124E7B. Grayscale: #BEBEBE. Windows color (decimal): -1199740 or 8696301. OLE color: 8696301.
HSL color Cylindrical-coordinate representation of color #EDB184: hue angle of 25.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDB184 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 132 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.07 |
| HSL | 25.71º | 0.74% | 0.72% | - |
| HSV(B) | 25.71º | 0.44% | 0.93% | - |
| XYZ | 54.81 | 51.11 | 28.81 | - |
| YUV | 189.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 132 | 0 | 0.25 | 0.44 | 0.07 | 25.71 | 0.74 | 0.72 |
| Hex | ED | B1 | 84 | 0 | 19 | 2C | 7 | 1A | 4A | 48 |
| Octal | 355 | 261 | 204 | 0 | 31 | 54 | 7 | 32 | 112 | 110 |
| Binary | 11101101 | 10110001 | 10000100 | 0 | 11001 | 101100 | 111 | 11010 | 1001010 | 1001000 |
Color Harmonies of #EDB184
Complementary color
Monochromatic Colors of #EDB184
Black with #EDB184
Text Example
Text Example
White with #EDB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB184; }
p { color: rgb(237,177,132); }
H1.HeaderClassName
{
color: #EDB184;
}
.AnyTagClassName
{
color: #EDB184;
}
</style>
background-color css
<style>
a { background-color: #EDB184; }
a { background-color: rgb(237,177,132); }
div.DivClassName
{
background-color: #EDB184;
}
.BgClassName
{
background-color: #EDB184;
}
</style>
border-color css
<style>
span { border-color: #EDB184; }
span { border-color: rgb(237,177,132); }
td.TdClassName
{
border-color: #EDB184;
}
.TagClassName
{
border-color: #EDB184;
}
</style>