Shades of Chamois #ECCD9B
Tints of Chamois #ECCD9B
RGB
CMYK
RGB Variations
Color information
#ECCD9B (or 0xECCD9B) is known color: Chamois. HEX triplet: EC, CD and 9B. RGB value is (236,205,155). Sum of RGB (Red+Green+Blue) = 236+205+155=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD9B is #133264. Grayscale: #D0D0D0. Windows color (decimal): -1258085 or 10210796. OLE color: 10210796.
HSL color Cylindrical-coordinate representation of color #ECCD9B: hue angle of 37.04º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECCD9B is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 155 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.07 |
| HSL | 37.04º | 0.68% | 0.77% | - |
| HSV(B) | 37.04º | 0.34% | 0.93% | - |
| XYZ | 62.34 | 63.86 | 40.05 | - |
| YUV | 208.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 155 | 0 | 0.13 | 0.34 | 0.07 | 37.04 | 0.68 | 0.77 |
| Hex | EC | CD | 9B | 0 | D | 22 | 7 | 25 | 44 | 4D |
| Octal | 354 | 315 | 233 | 0 | 15 | 42 | 7 | 45 | 104 | 115 |
| Binary | 11101100 | 11001101 | 10011011 | 0 | 1101 | 100010 | 111 | 100101 | 1000100 | 1001101 |
Color Harmonies of #ECCD9B
Complementary color
Monochromatic Colors of #ECCD9B
Black with #ECCD9B
Text Example
Text Example
White with #ECCD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD9B; }
p { color: rgb(236,205,155); }
H1.HeaderClassName
{
color: #ECCD9B;
}
.AnyTagClassName
{
color: #ECCD9B;
}
</style>
background-color css
<style>
a { background-color: #ECCD9B; }
a { background-color: rgb(236,205,155); }
div.DivClassName
{
background-color: #ECCD9B;
}
.BgClassName
{
background-color: #ECCD9B;
}
</style>
border-color css
<style>
span { border-color: #ECCD9B; }
span { border-color: rgb(236,205,155); }
td.TdClassName
{
border-color: #ECCD9B;
}
.TagClassName
{
border-color: #ECCD9B;
}
</style>