Shades of New Tan #EDC195
Tints of New Tan #EDC195
RGB
CMYK
RGB Variations
Color information
#EDC195 (or 0xEDC195) is known color: New Tan. HEX triplet: ED, C1 and 95. RGB value is (237,193,149). Sum of RGB (Red+Green+Blue) = 237+193+149=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC195 is #123E6A. Grayscale: #C9C9C9. Windows color (decimal): -1195627 or 9814509. OLE color: 9814509.
HSL color Cylindrical-coordinate representation of color #EDC195: hue angle of 30º 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 #EDC195 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 149 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.07 |
| HSL | 30º | 0.71% | 0.76% | - |
| HSV(B) | 30º | 0.37% | 0.93% | - |
| XYZ | 59.42 | 58.31 | 36.56 | - |
| YUV | 201.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 149 | 0 | 0.19 | 0.37 | 0.07 | 30 | 0.71 | 0.76 |
| Hex | ED | C1 | 95 | 0 | 13 | 25 | 7 | 1E | 47 | 4C |
| Octal | 355 | 301 | 225 | 0 | 23 | 45 | 7 | 36 | 107 | 114 |
| Binary | 11101101 | 11000001 | 10010101 | 0 | 10011 | 100101 | 111 | 11110 | 1000111 | 1001100 |
Color Harmonies of #EDC195
Complementary color
Monochromatic Colors of #EDC195
Black with #EDC195
Text Example
Text Example
White with #EDC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC195; }
p { color: rgb(237,193,149); }
H1.HeaderClassName
{
color: #EDC195;
}
.AnyTagClassName
{
color: #EDC195;
}
</style>
background-color css
<style>
a { background-color: #EDC195; }
a { background-color: rgb(237,193,149); }
div.DivClassName
{
background-color: #EDC195;
}
.BgClassName
{
background-color: #EDC195;
}
</style>
border-color css
<style>
span { border-color: #EDC195; }
span { border-color: rgb(237,193,149); }
td.TdClassName
{
border-color: #EDC195;
}
.TagClassName
{
border-color: #EDC195;
}
</style>