Shades of New Tan #ECC195
Tints of New Tan #ECC195
RGB
CMYK
RGB Variations
Color information
#ECC195 (or 0xECC195) is known color: New Tan. HEX triplet: EC, C1 and 95. RGB value is (236,193,149). Sum of RGB (Red+Green+Blue) = 236+193+149=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC195 is #133E6A. Grayscale: #C9C9C9. Windows color (decimal): -1261163 or 9814508. OLE color: 9814508.
HSL color Cylindrical-coordinate representation of color #ECC195: hue angle of 30.34º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECC195 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 149 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.07 |
| HSL | 30.34º | 0.7% | 0.75% | - |
| HSV(B) | 30.34º | 0.37% | 0.93% | - |
| XYZ | 59.09 | 58.14 | 36.54 | - |
| YUV | 200.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 149 | 0 | 0.18 | 0.37 | 0.07 | 30.34 | 0.7 | 0.75 |
| Hex | EC | C1 | 95 | 0 | 12 | 25 | 7 | 1E | 46 | 4B |
| Octal | 354 | 301 | 225 | 0 | 22 | 45 | 7 | 36 | 106 | 113 |
| Binary | 11101100 | 11000001 | 10010101 | 0 | 10010 | 100101 | 111 | 11110 | 1000110 | 1001011 |
Color Harmonies of #ECC195
Complementary color
Monochromatic Colors of #ECC195
Black with #ECC195
Text Example
Text Example
White with #ECC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC195; }
p { color: rgb(236,193,149); }
H1.HeaderClassName
{
color: #ECC195;
}
.AnyTagClassName
{
color: #ECC195;
}
</style>
background-color css
<style>
a { background-color: #ECC195; }
a { background-color: rgb(236,193,149); }
div.DivClassName
{
background-color: #ECC195;
}
.BgClassName
{
background-color: #ECC195;
}
</style>
border-color css
<style>
span { border-color: #ECC195; }
span { border-color: rgb(236,193,149); }
td.TdClassName
{
border-color: #ECC195;
}
.TagClassName
{
border-color: #ECC195;
}
</style>