Shades of Chamois #ECCC9D
Tints of Chamois #ECCC9D
RGB
CMYK
RGB Variations
Color information
#ECCC9D (or 0xECCC9D) is known color: Chamois. HEX triplet: EC, CC and 9D. RGB value is (236,204,157). Sum of RGB (Red+Green+Blue) = 236+204+157=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 157 (61.72% from 255 or 26.30% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC9D is #133362. Grayscale: #D0D0D0. Windows color (decimal): -1258339 or 10341612. OLE color: 10341612.
HSL color Cylindrical-coordinate representation of color #ECCC9D: hue angle of 35.7º 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 #ECCC9D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 157 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.07 |
| HSL | 35.7º | 0.68% | 0.77% | - |
| HSV(B) | 35.7º | 0.33% | 0.93% | - |
| XYZ | 62.27 | 63.45 | 40.86 | - |
| YUV | 208.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 157 | 0 | 0.14 | 0.33 | 0.07 | 35.7 | 0.68 | 0.77 |
| Hex | EC | CC | 9D | 0 | E | 21 | 7 | 24 | 44 | 4D |
| Octal | 354 | 314 | 235 | 0 | 16 | 41 | 7 | 44 | 104 | 115 |
| Binary | 11101100 | 11001100 | 10011101 | 0 | 1110 | 100001 | 111 | 100100 | 1000100 | 1001101 |
Color Harmonies of #ECCC9D
Complementary color
Monochromatic Colors of #ECCC9D
Black with #ECCC9D
Text Example
Text Example
White with #ECCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC9D; }
p { color: rgb(236,204,157); }
H1.HeaderClassName
{
color: #ECCC9D;
}
.AnyTagClassName
{
color: #ECCC9D;
}
</style>
background-color css
<style>
a { background-color: #ECCC9D; }
a { background-color: rgb(236,204,157); }
div.DivClassName
{
background-color: #ECCC9D;
}
.BgClassName
{
background-color: #ECCC9D;
}
</style>
border-color css
<style>
span { border-color: #ECCC9D; }
span { border-color: rgb(236,204,157); }
td.TdClassName
{
border-color: #ECCC9D;
}
.TagClassName
{
border-color: #ECCC9D;
}
</style>