Shades of Manhattan #EDB081
Tints of Manhattan #EDB081
RGB
CMYK
RGB Variations
Color information
#EDB081 (or 0xEDB081) is known color: Manhattan. HEX triplet: ED, B0 and 81. RGB value is (237,176,129). Sum of RGB (Red+Green+Blue) = 237+176+129=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB081 is #124F7E. Grayscale: #BDBDBD. Windows color (decimal): -1199999 or 8499437. OLE color: 8499437.
HSL color Cylindrical-coordinate representation of color #EDB081: hue angle of 26.11º 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 #EDB081 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 129 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.07 |
| HSL | 26.11º | 0.75% | 0.72% | - |
| HSV(B) | 26.11º | 0.46% | 0.93% | - |
| XYZ | 54.41 | 50.64 | 27.68 | - |
| YUV | 188.88 | 94.21 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 129 | 0 | 0.26 | 0.46 | 0.07 | 26.11 | 0.75 | 0.72 |
| Hex | ED | B0 | 81 | 0 | 1A | 2E | 7 | 1A | 4B | 48 |
| Octal | 355 | 260 | 201 | 0 | 32 | 56 | 7 | 32 | 113 | 110 |
| Binary | 11101101 | 10110000 | 10000001 | 0 | 11010 | 101110 | 111 | 11010 | 1001011 | 1001000 |
Color Harmonies of #EDB081
Complementary color
Monochromatic Colors of #EDB081
Black with #EDB081
Text Example
Text Example
White with #EDB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB081; }
p { color: rgb(237,176,129); }
H1.HeaderClassName
{
color: #EDB081;
}
.AnyTagClassName
{
color: #EDB081;
}
</style>
background-color css
<style>
a { background-color: #EDB081; }
a { background-color: rgb(237,176,129); }
div.DivClassName
{
background-color: #EDB081;
}
.BgClassName
{
background-color: #EDB081;
}
</style>
border-color css
<style>
span { border-color: #EDB081; }
span { border-color: rgb(237,176,129); }
td.TdClassName
{
border-color: #EDB081;
}
.TagClassName
{
border-color: #EDB081;
}
</style>