Shades of Manhattan #EDB084
Tints of Manhattan #EDB084
RGB
CMYK
RGB Variations
Color information
#EDB084 (or 0xEDB084) is known color: Manhattan. HEX triplet: ED, B0 and 84. RGB value is (237,176,132). Sum of RGB (Red+Green+Blue) = 237+176+132=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB084 is #124F7B. Grayscale: #BDBDBD. Windows color (decimal): -1199996 or 8696045. OLE color: 8696045.
HSL color Cylindrical-coordinate representation of color #EDB084: hue angle of 25.14º 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 #EDB084 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 132 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.07 |
| HSL | 25.14º | 0.74% | 0.72% | - |
| HSV(B) | 25.14º | 0.44% | 0.93% | - |
| XYZ | 54.62 | 50.72 | 28.74 | - |
| YUV | 189.22 | 95.71 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 132 | 0 | 0.26 | 0.44 | 0.07 | 25.14 | 0.74 | 0.72 |
| Hex | ED | B0 | 84 | 0 | 1A | 2C | 7 | 19 | 4A | 48 |
| Octal | 355 | 260 | 204 | 0 | 32 | 54 | 7 | 31 | 112 | 110 |
| Binary | 11101101 | 10110000 | 10000100 | 0 | 11010 | 101100 | 111 | 11001 | 1001010 | 1001000 |
Color Harmonies of #EDB084
Complementary color
Monochromatic Colors of #EDB084
Black with #EDB084
Text Example
Text Example
White with #EDB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB084; }
p { color: rgb(237,176,132); }
H1.HeaderClassName
{
color: #EDB084;
}
.AnyTagClassName
{
color: #EDB084;
}
</style>
background-color css
<style>
a { background-color: #EDB084; }
a { background-color: rgb(237,176,132); }
div.DivClassName
{
background-color: #EDB084;
}
.BgClassName
{
background-color: #EDB084;
}
</style>
border-color css
<style>
span { border-color: #EDB084; }
span { border-color: rgb(237,176,132); }
td.TdClassName
{
border-color: #EDB084;
}
.TagClassName
{
border-color: #EDB084;
}
</style>