Shades of Chamois #E1C794
Tints of Chamois #E1C794
RGB
CMYK
RGB Variations
Color information
#E1C794 (or 0xE1C794) is known color: Chamois. HEX triplet: E1, C7 and 94. RGB value is (225,199,148). Sum of RGB (Red+Green+Blue) = 225+199+148=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 148 (58.20% from 255 or 25.87% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C794 is #1E386B. Grayscale: #C9C9C9. Windows color (decimal): -1980524 or 9750497. OLE color: 9750497.
HSL color Cylindrical-coordinate representation of color #E1C794: hue angle of 39.74º 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 #E1C794 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 199 | 148 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.12 |
| HSL | 39.74º | 0.56% | 0.73% | - |
| HSV(B) | 39.74º | 0.34% | 0.88% | - |
| XYZ | 56.82 | 58.99 | 36.41 | - |
| YUV | 200.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 199 | 148 | 0 | 0.12 | 0.34 | 0.12 | 39.74 | 0.56 | 0.73 |
| Hex | E1 | C7 | 94 | 0 | C | 22 | C | 28 | 38 | 49 |
| Octal | 341 | 307 | 224 | 0 | 14 | 42 | 14 | 50 | 70 | 111 |
| Binary | 11100001 | 11000111 | 10010100 | 0 | 1100 | 100010 | 1100 | 101000 | 111000 | 1001001 |
Color Harmonies of #E1C794
Complementary color
Monochromatic Colors of #E1C794
Black with #E1C794
Text Example
Text Example
White with #E1C794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C794; }
p { color: rgb(225,199,148); }
H1.HeaderClassName
{
color: #E1C794;
}
.AnyTagClassName
{
color: #E1C794;
}
</style>
background-color css
<style>
a { background-color: #E1C794; }
a { background-color: rgb(225,199,148); }
div.DivClassName
{
background-color: #E1C794;
}
.BgClassName
{
background-color: #E1C794;
}
</style>
border-color css
<style>
span { border-color: #E1C794; }
span { border-color: rgb(225,199,148); }
td.TdClassName
{
border-color: #E1C794;
}
.TagClassName
{
border-color: #E1C794;
}
</style>