Shades of Chamois #ECC995
Tints of Chamois #ECC995
RGB
CMYK
RGB Variations
Color information
#ECC995 (or 0xECC995) is known color: Chamois. HEX triplet: EC, C9 and 95. RGB value is (236,201,149). Sum of RGB (Red+Green+Blue) = 236+201+149=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC995 is #13366A. Grayscale: #CDCDCD. Windows color (decimal): -1259115 or 9816556. OLE color: 9816556.
HSL color Cylindrical-coordinate representation of color #ECC995: hue angle of 35.86º 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 #ECC995 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 149 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.07 |
| HSL | 35.86º | 0.7% | 0.75% | - |
| HSV(B) | 35.86º | 0.37% | 0.93% | - |
| XYZ | 60.9 | 61.78 | 37.15 | - |
| YUV | 205.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 149 | 0 | 0.15 | 0.37 | 0.07 | 35.86 | 0.7 | 0.75 |
| Hex | EC | C9 | 95 | 0 | F | 25 | 7 | 24 | 46 | 4B |
| Octal | 354 | 311 | 225 | 0 | 17 | 45 | 7 | 44 | 106 | 113 |
| Binary | 11101100 | 11001001 | 10010101 | 0 | 1111 | 100101 | 111 | 100100 | 1000110 | 1001011 |
Color Harmonies of #ECC995
Complementary color
Monochromatic Colors of #ECC995
Black with #ECC995
Text Example
Text Example
White with #ECC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC995; }
p { color: rgb(236,201,149); }
H1.HeaderClassName
{
color: #ECC995;
}
.AnyTagClassName
{
color: #ECC995;
}
</style>
background-color css
<style>
a { background-color: #ECC995; }
a { background-color: rgb(236,201,149); }
div.DivClassName
{
background-color: #ECC995;
}
.BgClassName
{
background-color: #ECC995;
}
</style>
border-color css
<style>
span { border-color: #ECC995; }
span { border-color: rgb(236,201,149); }
td.TdClassName
{
border-color: #ECC995;
}
.TagClassName
{
border-color: #ECC995;
}
</style>