Shades of New Tan #EDC095
Tints of New Tan #EDC095
RGB
CMYK
RGB Variations
Color information
#EDC095 (or 0xEDC095) is known color: New Tan. HEX triplet: ED, C0 and 95. RGB value is (237,192,149). Sum of RGB (Red+Green+Blue) = 237+192+149=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC095 is #123F6A. Grayscale: #C8C8C8. Windows color (decimal): -1195883 or 9814253. OLE color: 9814253.
HSL color Cylindrical-coordinate representation of color #EDC095: hue angle of 29.32º 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 #EDC095 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 149 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.07 |
| HSL | 29.32º | 0.71% | 0.76% | - |
| HSV(B) | 29.32º | 0.37% | 0.93% | - |
| XYZ | 59.2 | 57.87 | 36.48 | - |
| YUV | 200.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 149 | 0 | 0.19 | 0.37 | 0.07 | 29.32 | 0.71 | 0.76 |
| Hex | ED | C0 | 95 | 0 | 13 | 25 | 7 | 1D | 47 | 4C |
| Octal | 355 | 300 | 225 | 0 | 23 | 45 | 7 | 35 | 107 | 114 |
| Binary | 11101101 | 11000000 | 10010101 | 0 | 10011 | 100101 | 111 | 11101 | 1000111 | 1001100 |
Color Harmonies of #EDC095
Complementary color
Monochromatic Colors of #EDC095
Black with #EDC095
Text Example
Text Example
White with #EDC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC095; }
p { color: rgb(237,192,149); }
H1.HeaderClassName
{
color: #EDC095;
}
.AnyTagClassName
{
color: #EDC095;
}
</style>
background-color css
<style>
a { background-color: #EDC095; }
a { background-color: rgb(237,192,149); }
div.DivClassName
{
background-color: #EDC095;
}
.BgClassName
{
background-color: #EDC095;
}
</style>
border-color css
<style>
span { border-color: #EDC095; }
span { border-color: rgb(237,192,149); }
td.TdClassName
{
border-color: #EDC095;
}
.TagClassName
{
border-color: #EDC095;
}
</style>