Shades of Chamois #ECCD9D
Tints of Chamois #ECCD9D
RGB
CMYK
RGB Variations
Color information
#ECCD9D (or 0xECCD9D) is known color: Chamois. HEX triplet: EC, CD and 9D. RGB value is (236,205,157). Sum of RGB (Red+Green+Blue) = 236+205+157=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD9D is #133262. Grayscale: #D1D1D1. Windows color (decimal): -1258083 or 10341868. OLE color: 10341868.
HSL color Cylindrical-coordinate representation of color #ECCD9D: hue angle of 36.46º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECCD9D is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 157 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.07 |
| HSL | 36.46º | 0.68% | 0.77% | - |
| HSV(B) | 36.46º | 0.33% | 0.93% | - |
| XYZ | 62.51 | 63.93 | 40.94 | - |
| YUV | 208.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 157 | 0 | 0.13 | 0.33 | 0.07 | 36.46 | 0.68 | 0.77 |
| Hex | EC | CD | 9D | 0 | D | 21 | 7 | 24 | 44 | 4D |
| Octal | 354 | 315 | 235 | 0 | 15 | 41 | 7 | 44 | 104 | 115 |
| Binary | 11101100 | 11001101 | 10011101 | 0 | 1101 | 100001 | 111 | 100100 | 1000100 | 1001101 |
Color Harmonies of #ECCD9D
Complementary color
Monochromatic Colors of #ECCD9D
Black with #ECCD9D
Text Example
Text Example
White with #ECCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD9D; }
p { color: rgb(236,205,157); }
H1.HeaderClassName
{
color: #ECCD9D;
}
.AnyTagClassName
{
color: #ECCD9D;
}
</style>
background-color css
<style>
a { background-color: #ECCD9D; }
a { background-color: rgb(236,205,157); }
div.DivClassName
{
background-color: #ECCD9D;
}
.BgClassName
{
background-color: #ECCD9D;
}
</style>
border-color css
<style>
span { border-color: #ECCD9D; }
span { border-color: rgb(236,205,157); }
td.TdClassName
{
border-color: #ECCD9D;
}
.TagClassName
{
border-color: #ECCD9D;
}
</style>