Shades of Chamois #E5C695
Tints of Chamois #E5C695
RGB
CMYK
RGB Variations
Color information
#E5C695 (or 0xE5C695) is known color: Chamois. HEX triplet: E5, C6 and 95. RGB value is (229,198,149). Sum of RGB (Red+Green+Blue) = 229+198+149=576 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.76% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C695 is #1A396A. Grayscale: #C9C9C9. Windows color (decimal): -1718635 or 9815781. OLE color: 9815781.
HSL color Cylindrical-coordinate representation of color #E5C695: hue angle of 36.75º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E5C695 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 149 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.10 |
| HSL | 36.75º | 0.61% | 0.74% | - |
| HSV(B) | 36.75º | 0.35% | 0.9% | - |
| XYZ | 57.93 | 59.22 | 36.81 | - |
| YUV | 201.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 149 | 0 | 0.14 | 0.35 | 0.10 | 36.75 | 0.61 | 0.74 |
| Hex | E5 | C6 | 95 | 0 | E | 23 | A | 25 | 3D | 4A |
| Octal | 345 | 306 | 225 | 0 | 16 | 43 | 12 | 45 | 75 | 112 |
| Binary | 11100101 | 11000110 | 10010101 | 0 | 1110 | 100011 | 1010 | 100101 | 111101 | 1001010 |
Color Harmonies of #E5C695
Complementary color
Monochromatic Colors of #E5C695
Black with #E5C695
Text Example
Text Example
White with #E5C695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C695; }
p { color: rgb(229,198,149); }
H1.HeaderClassName
{
color: #E5C695;
}
.AnyTagClassName
{
color: #E5C695;
}
</style>
background-color css
<style>
a { background-color: #E5C695; }
a { background-color: rgb(229,198,149); }
div.DivClassName
{
background-color: #E5C695;
}
.BgClassName
{
background-color: #E5C695;
}
</style>
border-color css
<style>
span { border-color: #E5C695; }
span { border-color: rgb(229,198,149); }
td.TdClassName
{
border-color: #E5C695;
}
.TagClassName
{
border-color: #E5C695;
}
</style>