Shades of Chamois #ECCC9C
Tints of Chamois #ECCC9C
RGB
CMYK
RGB Variations
Color information
#ECCC9C (or 0xECCC9C) is known color: Chamois. HEX triplet: EC, CC and 9C. RGB value is (236,204,156). Sum of RGB (Red+Green+Blue) = 236+204+156=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC9C is #133363. Grayscale: #D0D0D0. Windows color (decimal): -1258340 or 10276076. OLE color: 10276076.
HSL color Cylindrical-coordinate representation of color #ECCC9C: hue angle of 36º 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 #ECCC9C is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 156 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.07 |
| HSL | 36º | 0.68% | 0.77% | - |
| HSV(B) | 36º | 0.34% | 0.93% | - |
| XYZ | 62.19 | 63.42 | 40.42 | - |
| YUV | 208.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 156 | 0 | 0.14 | 0.34 | 0.07 | 36 | 0.68 | 0.77 |
| Hex | EC | CC | 9C | 0 | E | 22 | 7 | 24 | 44 | 4D |
| Octal | 354 | 314 | 234 | 0 | 16 | 42 | 7 | 44 | 104 | 115 |
| Binary | 11101100 | 11001100 | 10011100 | 0 | 1110 | 100010 | 111 | 100100 | 1000100 | 1001101 |
Color Harmonies of #ECCC9C
Complementary color
Monochromatic Colors of #ECCC9C
Black with #ECCC9C
Text Example
Text Example
White with #ECCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC9C; }
p { color: rgb(236,204,156); }
H1.HeaderClassName
{
color: #ECCC9C;
}
.AnyTagClassName
{
color: #ECCC9C;
}
</style>
background-color css
<style>
a { background-color: #ECCC9C; }
a { background-color: rgb(236,204,156); }
div.DivClassName
{
background-color: #ECCC9C;
}
.BgClassName
{
background-color: #ECCC9C;
}
</style>
border-color css
<style>
span { border-color: #ECCC9C; }
span { border-color: rgb(236,204,156); }
td.TdClassName
{
border-color: #ECCC9C;
}
.TagClassName
{
border-color: #ECCC9C;
}
</style>