Shades of Chamois #E7C994
Tints of Chamois #E7C994
RGB
CMYK
RGB Variations
Color information
#E7C994 (or 0xE7C994) is known color: Chamois. HEX triplet: E7, C9 and 94. RGB value is (231,201,148). Sum of RGB (Red+Green+Blue) = 231+201+148=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 148 (58.20% from 255 or 25.52% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C994 is #18366B. Grayscale: #CCCCCC. Windows color (decimal): -1586796 or 9751015. OLE color: 9751015.
HSL color Cylindrical-coordinate representation of color #E7C994: hue angle of 38.31º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E7C994 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 201 | 148 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.09 |
| HSL | 38.31º | 0.63% | 0.74% | - |
| HSV(B) | 38.31º | 0.36% | 0.91% | - |
| XYZ | 59.19 | 60.9 | 36.65 | - |
| YUV | 203.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 201 | 148 | 0 | 0.13 | 0.36 | 0.09 | 38.31 | 0.63 | 0.74 |
| Hex | E7 | C9 | 94 | 0 | D | 24 | 9 | 26 | 3F | 4A |
| Octal | 347 | 311 | 224 | 0 | 15 | 44 | 11 | 46 | 77 | 112 |
| Binary | 11100111 | 11001001 | 10010100 | 0 | 1101 | 100100 | 1001 | 100110 | 111111 | 1001010 |
Color Harmonies of #E7C994
Complementary color
Monochromatic Colors of #E7C994
Black with #E7C994
Text Example
Text Example
White with #E7C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C994; }
p { color: rgb(231,201,148); }
H1.HeaderClassName
{
color: #E7C994;
}
.AnyTagClassName
{
color: #E7C994;
}
</style>
background-color css
<style>
a { background-color: #E7C994; }
a { background-color: rgb(231,201,148); }
div.DivClassName
{
background-color: #E7C994;
}
.BgClassName
{
background-color: #E7C994;
}
</style>
border-color css
<style>
span { border-color: #E7C994; }
span { border-color: rgb(231,201,148); }
td.TdClassName
{
border-color: #E7C994;
}
.TagClassName
{
border-color: #E7C994;
}
</style>