Shades of Manhattan #EDB27F
Tints of Manhattan #EDB27F
RGB
CMYK
RGB Variations
Color information
#EDB27F (or 0xEDB27F) is known color: Manhattan. HEX triplet: ED, B2 and 7F. RGB value is (237,178,127). Sum of RGB (Red+Green+Blue) = 237+178+127=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB27F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB27F is #124D80. Grayscale: #BEBEBE. Windows color (decimal): -1199489 or 8368877. OLE color: 8368877.
HSL color Cylindrical-coordinate representation of color #EDB27F: hue angle of 27.82º 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 #EDB27F is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 127 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.07 |
| HSL | 27.82º | 0.75% | 0.71% | - |
| HSV(B) | 27.82º | 0.46% | 0.93% | - |
| XYZ | 54.68 | 51.38 | 27.11 | - |
| YUV | 189.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 127 | 0 | 0.25 | 0.46 | 0.07 | 27.82 | 0.75 | 0.71 |
| Hex | ED | B2 | 7F | 0 | 19 | 2E | 7 | 1C | 4B | 47 |
| Octal | 355 | 262 | 177 | 0 | 31 | 56 | 7 | 34 | 113 | 107 |
| Binary | 11101101 | 10110010 | 1111111 | 0 | 11001 | 101110 | 111 | 11100 | 1001011 | 1000111 |
Color Harmonies of #EDB27F
Complementary color
Monochromatic Colors of #EDB27F
Black with #EDB27F
Text Example
Text Example
White with #EDB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB27F; }
p { color: rgb(237,178,127); }
H1.HeaderClassName
{
color: #EDB27F;
}
.AnyTagClassName
{
color: #EDB27F;
}
</style>
background-color css
<style>
a { background-color: #EDB27F; }
a { background-color: rgb(237,178,127); }
div.DivClassName
{
background-color: #EDB27F;
}
.BgClassName
{
background-color: #EDB27F;
}
</style>
border-color css
<style>
span { border-color: #EDB27F; }
span { border-color: rgb(237,178,127); }
td.TdClassName
{
border-color: #EDB27F;
}
.TagClassName
{
border-color: #EDB27F;
}
</style>