Shades of Manhattan #EDB07F
Tints of Manhattan #EDB07F
RGB
CMYK
RGB Variations
Color information
#EDB07F (or 0xEDB07F) is known color: Manhattan. HEX triplet: ED, B0 and 7F. RGB value is (237,176,127). Sum of RGB (Red+Green+Blue) = 237+176+127=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB07F is #124F80. Grayscale: #BCBCBC. Windows color (decimal): -1200001 or 8368365. OLE color: 8368365.
HSL color Cylindrical-coordinate representation of color #EDB07F: hue angle of 26.73º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDB07F is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 127 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.07 |
| HSL | 26.73º | 0.75% | 0.71% | - |
| HSV(B) | 26.73º | 0.46% | 0.93% | - |
| XYZ | 54.28 | 50.59 | 26.98 | - |
| YUV | 188.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 127 | 0 | 0.26 | 0.46 | 0.07 | 26.73 | 0.75 | 0.71 |
| Hex | ED | B0 | 7F | 0 | 1A | 2E | 7 | 1B | 4B | 47 |
| Octal | 355 | 260 | 177 | 0 | 32 | 56 | 7 | 33 | 113 | 107 |
| Binary | 11101101 | 10110000 | 1111111 | 0 | 11010 | 101110 | 111 | 11011 | 1001011 | 1000111 |
Color Harmonies of #EDB07F
Complementary color
Monochromatic Colors of #EDB07F
Black with #EDB07F
Text Example
Text Example
White with #EDB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB07F; }
p { color: rgb(237,176,127); }
H1.HeaderClassName
{
color: #EDB07F;
}
.AnyTagClassName
{
color: #EDB07F;
}
</style>
background-color css
<style>
a { background-color: #EDB07F; }
a { background-color: rgb(237,176,127); }
div.DivClassName
{
background-color: #EDB07F;
}
.BgClassName
{
background-color: #EDB07F;
}
</style>
border-color css
<style>
span { border-color: #EDB07F; }
span { border-color: rgb(237,176,127); }
td.TdClassName
{
border-color: #EDB07F;
}
.TagClassName
{
border-color: #EDB07F;
}
</style>