Shades of Manhattan #EDB083
Tints of Manhattan #EDB083
RGB
CMYK
RGB Variations
Color information
#EDB083 (or 0xEDB083) is known color: Manhattan. HEX triplet: ED, B0 and 83. RGB value is (237,176,131). Sum of RGB (Red+Green+Blue) = 237+176+131=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB083 is #124F7C. Grayscale: #BDBDBD. Windows color (decimal): -1199997 or 8630509. OLE color: 8630509.
HSL color Cylindrical-coordinate representation of color #EDB083: hue angle of 25.47º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDB083 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 131 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.07 |
| HSL | 25.47º | 0.75% | 0.72% | - |
| HSV(B) | 25.47º | 0.45% | 0.93% | - |
| XYZ | 54.55 | 50.69 | 28.38 | - |
| YUV | 189.11 | 95.21 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 131 | 0 | 0.26 | 0.45 | 0.07 | 25.47 | 0.75 | 0.72 |
| Hex | ED | B0 | 83 | 0 | 1A | 2D | 7 | 19 | 4B | 48 |
| Octal | 355 | 260 | 203 | 0 | 32 | 55 | 7 | 31 | 113 | 110 |
| Binary | 11101101 | 10110000 | 10000011 | 0 | 11010 | 101101 | 111 | 11001 | 1001011 | 1001000 |
Color Harmonies of #EDB083
Complementary color
Monochromatic Colors of #EDB083
Black with #EDB083
Text Example
Text Example
White with #EDB083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB083; }
p { color: rgb(237,176,131); }
H1.HeaderClassName
{
color: #EDB083;
}
.AnyTagClassName
{
color: #EDB083;
}
</style>
background-color css
<style>
a { background-color: #EDB083; }
a { background-color: rgb(237,176,131); }
div.DivClassName
{
background-color: #EDB083;
}
.BgClassName
{
background-color: #EDB083;
}
</style>
border-color css
<style>
span { border-color: #EDB083; }
span { border-color: rgb(237,176,131); }
td.TdClassName
{
border-color: #EDB083;
}
.TagClassName
{
border-color: #EDB083;
}
</style>