Shades of New Tan #ECC595
Tints of New Tan #ECC595
RGB
CMYK
RGB Variations
Color information
#ECC595 (or 0xECC595) is known color: New Tan. HEX triplet: EC, C5 and 95. RGB value is (236,197,149). Sum of RGB (Red+Green+Blue) = 236+197+149=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 149 (58.59% from 255 or 25.60% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC595 is #133A6A. Grayscale: #CBCBCB. Windows color (decimal): -1260139 or 9815532. OLE color: 9815532.
HSL color Cylindrical-coordinate representation of color #ECC595: hue angle of 33.1º 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 #ECC595 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 197 | 149 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.07 |
| HSL | 33.1º | 0.7% | 0.75% | - |
| HSV(B) | 33.1º | 0.37% | 0.93% | - |
| XYZ | 59.98 | 59.94 | 36.84 | - |
| YUV | 203.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 197 | 149 | 0 | 0.17 | 0.37 | 0.07 | 33.1 | 0.7 | 0.75 |
| Hex | EC | C5 | 95 | 0 | 11 | 25 | 7 | 21 | 46 | 4B |
| Octal | 354 | 305 | 225 | 0 | 21 | 45 | 7 | 41 | 106 | 113 |
| Binary | 11101100 | 11000101 | 10010101 | 0 | 10001 | 100101 | 111 | 100001 | 1000110 | 1001011 |
Color Harmonies of #ECC595
Complementary color
Monochromatic Colors of #ECC595
Black with #ECC595
Text Example
Text Example
White with #ECC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC595; }
p { color: rgb(236,197,149); }
H1.HeaderClassName
{
color: #ECC595;
}
.AnyTagClassName
{
color: #ECC595;
}
</style>
background-color css
<style>
a { background-color: #ECC595; }
a { background-color: rgb(236,197,149); }
div.DivClassName
{
background-color: #ECC595;
}
.BgClassName
{
background-color: #ECC595;
}
</style>
border-color css
<style>
span { border-color: #ECC595; }
span { border-color: rgb(236,197,149); }
td.TdClassName
{
border-color: #ECC595;
}
.TagClassName
{
border-color: #ECC595;
}
</style>