Shades of Manhattan #EDB38A
Tints of Manhattan #EDB38A
RGB
CMYK
RGB Variations
Color information
#EDB38A (or 0xEDB38A) is known color: Manhattan. HEX triplet: ED, B3 and 8A. RGB value is (237,179,138). Sum of RGB (Red+Green+Blue) = 237+179+138=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB38A is #124C75. Grayscale: #BFBFBF. Windows color (decimal): -1199222 or 9090029. OLE color: 9090029.
HSL color Cylindrical-coordinate representation of color #EDB38A: hue angle of 24.85º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDB38A is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 138 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.07 |
| HSL | 24.85º | 0.73% | 0.74% | - |
| HSV(B) | 24.85º | 0.42% | 0.93% | - |
| XYZ | 55.63 | 52.08 | 31.16 | - |
| YUV | 191.67 | 97.72 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 138 | 0 | 0.24 | 0.42 | 0.07 | 24.85 | 0.73 | 0.74 |
| Hex | ED | B3 | 8A | 0 | 18 | 2A | 7 | 19 | 49 | 4A |
| Octal | 355 | 263 | 212 | 0 | 30 | 52 | 7 | 31 | 111 | 112 |
| Binary | 11101101 | 10110011 | 10001010 | 0 | 11000 | 101010 | 111 | 11001 | 1001001 | 1001010 |
Color Harmonies of #EDB38A
Complementary color
Monochromatic Colors of #EDB38A
Black with #EDB38A
Text Example
Text Example
White with #EDB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB38A; }
p { color: rgb(237,179,138); }
H1.HeaderClassName
{
color: #EDB38A;
}
.AnyTagClassName
{
color: #EDB38A;
}
</style>
background-color css
<style>
a { background-color: #EDB38A; }
a { background-color: rgb(237,179,138); }
div.DivClassName
{
background-color: #EDB38A;
}
.BgClassName
{
background-color: #EDB38A;
}
</style>
border-color css
<style>
span { border-color: #EDB38A; }
span { border-color: rgb(237,179,138); }
td.TdClassName
{
border-color: #EDB38A;
}
.TagClassName
{
border-color: #EDB38A;
}
</style>