Shades of Chamois #E7CF9E
Tints of Chamois #E7CF9E
RGB
CMYK
RGB Variations
Color information
#E7CF9E (or 0xE7CF9E) is known color: Chamois. HEX triplet: E7, CF and 9E. RGB value is (231,207,158). Sum of RGB (Red+Green+Blue) = 231+207+158=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CF9E is #183061. Grayscale: #D0D0D0. Windows color (decimal): -1585250 or 10407911. OLE color: 10407911.
HSL color Cylindrical-coordinate representation of color #E7CF9E: hue angle of 40.27º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7CF9E is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 158 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.09 |
| HSL | 40.27º | 0.6% | 0.76% | - |
| HSV(B) | 40.27º | 0.32% | 0.91% | - |
| XYZ | 61.44 | 64.08 | 41.48 | - |
| YUV | 208.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 158 | 0 | 0.10 | 0.32 | 0.09 | 40.27 | 0.6 | 0.76 |
| Hex | E7 | CF | 9E | 0 | A | 20 | 9 | 28 | 3C | 4C |
| Octal | 347 | 317 | 236 | 0 | 12 | 40 | 11 | 50 | 74 | 114 |
| Binary | 11100111 | 11001111 | 10011110 | 0 | 1010 | 100000 | 1001 | 101000 | 111100 | 1001100 |
Color Harmonies of #E7CF9E
Complementary color
Monochromatic Colors of #E7CF9E
Black with #E7CF9E
Text Example
Text Example
White with #E7CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF9E; }
p { color: rgb(231,207,158); }
H1.HeaderClassName
{
color: #E7CF9E;
}
.AnyTagClassName
{
color: #E7CF9E;
}
</style>
background-color css
<style>
a { background-color: #E7CF9E; }
a { background-color: rgb(231,207,158); }
div.DivClassName
{
background-color: #E7CF9E;
}
.BgClassName
{
background-color: #E7CF9E;
}
</style>
border-color css
<style>
span { border-color: #E7CF9E; }
span { border-color: rgb(231,207,158); }
td.TdClassName
{
border-color: #E7CF9E;
}
.TagClassName
{
border-color: #E7CF9E;
}
</style>