Shades of Chamois #ECCE9B
Tints of Chamois #ECCE9B
RGB
CMYK
RGB Variations
Color information
#ECCE9B (or 0xECCE9B) is known color: Chamois. HEX triplet: EC, CE and 9B. RGB value is (236,206,155). Sum of RGB (Red+Green+Blue) = 236+206+155=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCE9B is #133164. Grayscale: #D1D1D1. Windows color (decimal): -1257829 or 10211052. OLE color: 10211052.
HSL color Cylindrical-coordinate representation of color #ECCE9B: hue angle of 37.78º 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 #ECCE9B is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 155 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.07 |
| HSL | 37.78º | 0.68% | 0.77% | - |
| HSV(B) | 37.78º | 0.34% | 0.93% | - |
| XYZ | 62.58 | 64.34 | 40.13 | - |
| YUV | 209.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 155 | 0 | 0.13 | 0.34 | 0.07 | 37.78 | 0.68 | 0.77 |
| Hex | EC | CE | 9B | 0 | D | 22 | 7 | 26 | 44 | 4D |
| Octal | 354 | 316 | 233 | 0 | 15 | 42 | 7 | 46 | 104 | 115 |
| Binary | 11101100 | 11001110 | 10011011 | 0 | 1101 | 100010 | 111 | 100110 | 1000100 | 1001101 |
Color Harmonies of #ECCE9B
Complementary color
Monochromatic Colors of #ECCE9B
Black with #ECCE9B
Text Example
Text Example
White with #ECCE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE9B; }
p { color: rgb(236,206,155); }
H1.HeaderClassName
{
color: #ECCE9B;
}
.AnyTagClassName
{
color: #ECCE9B;
}
</style>
background-color css
<style>
a { background-color: #ECCE9B; }
a { background-color: rgb(236,206,155); }
div.DivClassName
{
background-color: #ECCE9B;
}
.BgClassName
{
background-color: #ECCE9B;
}
</style>
border-color css
<style>
span { border-color: #ECCE9B; }
span { border-color: rgb(236,206,155); }
td.TdClassName
{
border-color: #ECCE9B;
}
.TagClassName
{
border-color: #ECCE9B;
}
</style>