Shades of New Tan #EDC895
Tints of New Tan #EDC895
RGB
CMYK
RGB Variations
Color information
#EDC895 (or 0xEDC895) is known color: New Tan. HEX triplet: ED, C8 and 95. RGB value is (237,200,149). Sum of RGB (Red+Green+Blue) = 237+200+149=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 200 (78.52% from 255 or 34.13% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC895 is #12376A. Grayscale: #CDCDCD. Windows color (decimal): -1193835 or 9816301. OLE color: 9816301.
HSL color Cylindrical-coordinate representation of color #EDC895: hue angle of 34.77º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDC895 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 149 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.07 |
| HSL | 34.77º | 0.71% | 0.76% | - |
| HSV(B) | 34.77º | 0.37% | 0.93% | - |
| XYZ | 61 | 61.48 | 37.09 | - |
| YUV | 205.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 149 | 0 | 0.16 | 0.37 | 0.07 | 34.77 | 0.71 | 0.76 |
| Hex | ED | C8 | 95 | 0 | 10 | 25 | 7 | 23 | 47 | 4C |
| Octal | 355 | 310 | 225 | 0 | 20 | 45 | 7 | 43 | 107 | 114 |
| Binary | 11101101 | 11001000 | 10010101 | 0 | 10000 | 100101 | 111 | 100011 | 1000111 | 1001100 |
Color Harmonies of #EDC895
Complementary color
Monochromatic Colors of #EDC895
Black with #EDC895
Text Example
Text Example
White with #EDC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC895; }
p { color: rgb(237,200,149); }
H1.HeaderClassName
{
color: #EDC895;
}
.AnyTagClassName
{
color: #EDC895;
}
</style>
background-color css
<style>
a { background-color: #EDC895; }
a { background-color: rgb(237,200,149); }
div.DivClassName
{
background-color: #EDC895;
}
.BgClassName
{
background-color: #EDC895;
}
</style>
border-color css
<style>
span { border-color: #EDC895; }
span { border-color: rgb(237,200,149); }
td.TdClassName
{
border-color: #EDC895;
}
.TagClassName
{
border-color: #EDC895;
}
</style>