Shades of Chamois #E1C595
Tints of Chamois #E1C595
RGB
CMYK
RGB Variations
Color information
#E1C595 (or 0xE1C595) is known color: Chamois. HEX triplet: E1, C5 and 95. RGB value is (225,197,149). Sum of RGB (Red+Green+Blue) = 225+197+149=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C595 is #1E3A6A. Grayscale: #C8C8C8. Windows color (decimal): -1981035 or 9815521. OLE color: 9815521.
HSL color Cylindrical-coordinate representation of color #E1C595: hue angle of 37.89º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1C595 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 197 | 149 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.12 |
| HSL | 37.89º | 0.56% | 0.73% | - |
| HSV(B) | 37.89º | 0.34% | 0.88% | - |
| XYZ | 56.44 | 58.11 | 36.68 | - |
| YUV | 199.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 197 | 149 | 0 | 0.12 | 0.34 | 0.12 | 37.89 | 0.56 | 0.73 |
| Hex | E1 | C5 | 95 | 0 | C | 22 | C | 26 | 38 | 49 |
| Octal | 341 | 305 | 225 | 0 | 14 | 42 | 14 | 46 | 70 | 111 |
| Binary | 11100001 | 11000101 | 10010101 | 0 | 1100 | 100010 | 1100 | 100110 | 111000 | 1001001 |
Color Harmonies of #E1C595
Complementary color
Monochromatic Colors of #E1C595
Black with #E1C595
Text Example
Text Example
White with #E1C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C595; }
p { color: rgb(225,197,149); }
H1.HeaderClassName
{
color: #E1C595;
}
.AnyTagClassName
{
color: #E1C595;
}
</style>
background-color css
<style>
a { background-color: #E1C595; }
a { background-color: rgb(225,197,149); }
div.DivClassName
{
background-color: #E1C595;
}
.BgClassName
{
background-color: #E1C595;
}
</style>
border-color css
<style>
span { border-color: #E1C595; }
span { border-color: rgb(225,197,149); }
td.TdClassName
{
border-color: #E1C595;
}
.TagClassName
{
border-color: #E1C595;
}
</style>