Shades of Chamois #ECD195
Tints of Chamois #ECD195
RGB
CMYK
RGB Variations
Color information
#ECD195 (or 0xECD195) is known color: Chamois. HEX triplet: EC, D1 and 95. RGB value is (236,209,149). Sum of RGB (Red+Green+Blue) = 236+209+149=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD195 is #132E6A. Grayscale: #D2D2D2. Windows color (decimal): -1257067 or 9818604. OLE color: 9818604.
HSL color Cylindrical-coordinate representation of color #ECD195: hue angle of 41.38º 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 #ECD195 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 149 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.07 |
| HSL | 41.38º | 0.7% | 0.75% | - |
| HSV(B) | 41.38º | 0.37% | 0.93% | - |
| XYZ | 62.82 | 65.6 | 37.79 | - |
| YUV | 210.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 149 | 0 | 0.11 | 0.37 | 0.07 | 41.38 | 0.7 | 0.75 |
| Hex | EC | D1 | 95 | 0 | B | 25 | 7 | 29 | 46 | 4B |
| Octal | 354 | 321 | 225 | 0 | 13 | 45 | 7 | 51 | 106 | 113 |
| Binary | 11101100 | 11010001 | 10010101 | 0 | 1011 | 100101 | 111 | 101001 | 1000110 | 1001011 |
Color Harmonies of #ECD195
Complementary color
Monochromatic Colors of #ECD195
Black with #ECD195
Text Example
Text Example
White with #ECD195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD195; }
p { color: rgb(236,209,149); }
H1.HeaderClassName
{
color: #ECD195;
}
.AnyTagClassName
{
color: #ECD195;
}
</style>
background-color css
<style>
a { background-color: #ECD195; }
a { background-color: rgb(236,209,149); }
div.DivClassName
{
background-color: #ECD195;
}
.BgClassName
{
background-color: #ECD195;
}
</style>
border-color css
<style>
span { border-color: #ECD195; }
span { border-color: rgb(236,209,149); }
td.TdClassName
{
border-color: #ECD195;
}
.TagClassName
{
border-color: #ECD195;
}
</style>