Shades of Chamois #E1C696
Tints of Chamois #E1C696
RGB
CMYK
RGB Variations
Color information
#E1C696 (or 0xE1C696) is known color: Chamois. HEX triplet: E1, C6 and 96. RGB value is (225,198,150). Sum of RGB (Red+Green+Blue) = 225+198+150=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 150 (58.98% from 255 or 26.18% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C696 is #1E3969. Grayscale: #C8C8C8. Windows color (decimal): -1980778 or 9881313. OLE color: 9881313.
HSL color Cylindrical-coordinate representation of color #E1C696: hue angle of 38.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E1C696 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 150 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.12 |
| HSL | 38.4º | 0.56% | 0.74% | - |
| HSV(B) | 38.4º | 0.33% | 0.88% | - |
| XYZ | 56.75 | 58.6 | 37.17 | - |
| YUV | 200.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 150 | 0 | 0.12 | 0.33 | 0.12 | 38.4 | 0.56 | 0.74 |
| Hex | E1 | C6 | 96 | 0 | C | 21 | C | 26 | 38 | 4A |
| Octal | 341 | 306 | 226 | 0 | 14 | 41 | 14 | 46 | 70 | 112 |
| Binary | 11100001 | 11000110 | 10010110 | 0 | 1100 | 100001 | 1100 | 100110 | 111000 | 1001010 |
Color Harmonies of #E1C696
Complementary color
Monochromatic Colors of #E1C696
Black with #E1C696
Text Example
Text Example
White with #E1C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C696; }
p { color: rgb(225,198,150); }
H1.HeaderClassName
{
color: #E1C696;
}
.AnyTagClassName
{
color: #E1C696;
}
</style>
background-color css
<style>
a { background-color: #E1C696; }
a { background-color: rgb(225,198,150); }
div.DivClassName
{
background-color: #E1C696;
}
.BgClassName
{
background-color: #E1C696;
}
</style>
border-color css
<style>
span { border-color: #E1C696; }
span { border-color: rgb(225,198,150); }
td.TdClassName
{
border-color: #E1C696;
}
.TagClassName
{
border-color: #E1C696;
}
</style>