Shades of Chamois #E1C795
Tints of Chamois #E1C795
RGB
CMYK
RGB Variations
Color information
#E1C795 (or 0xE1C795) is known color: Chamois. HEX triplet: E1, C7 and 95. RGB value is (225,199,149). Sum of RGB (Red+Green+Blue) = 225+199+149=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C795 is #1E386A. Grayscale: #C9C9C9. Windows color (decimal): -1980523 or 9816033. OLE color: 9816033.
HSL color Cylindrical-coordinate representation of color #E1C795: hue angle of 39.47º 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 #E1C795 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 149 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.12 |
| HSL | 39.47º | 0.56% | 0.73% | - |
| HSV(B) | 39.47º | 0.34% | 0.88% | - |
| XYZ | 56.9 | 59.02 | 36.83 | - |
| YUV | 201.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 149 | 0 | 0.12 | 0.34 | 0.12 | 39.47 | 0.56 | 0.73 |
| Hex | E1 | C7 | 95 | 0 | C | 22 | C | 27 | 38 | 49 |
| Octal | 341 | 307 | 225 | 0 | 14 | 42 | 14 | 47 | 70 | 111 |
| Binary | 11100001 | 11000111 | 10010101 | 0 | 1100 | 100010 | 1100 | 100111 | 111000 | 1001001 |
Color Harmonies of #E1C795
Complementary color
Monochromatic Colors of #E1C795
Black with #E1C795
Text Example
Text Example
White with #E1C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C795; }
p { color: rgb(225,199,149); }
H1.HeaderClassName
{
color: #E1C795;
}
.AnyTagClassName
{
color: #E1C795;
}
</style>
background-color css
<style>
a { background-color: #E1C795; }
a { background-color: rgb(225,199,149); }
div.DivClassName
{
background-color: #E1C795;
}
.BgClassName
{
background-color: #E1C795;
}
</style>
border-color css
<style>
span { border-color: #E1C795; }
span { border-color: rgb(225,199,149); }
td.TdClassName
{
border-color: #E1C795;
}
.TagClassName
{
border-color: #E1C795;
}
</style>