Shades of Chamois #E5CB95
Tints of Chamois #E5CB95
RGB
CMYK
RGB Variations
Color information
#E5CB95 (or 0xE5CB95) is known color: Chamois. HEX triplet: E5, CB and 95. RGB value is (229,203,149). Sum of RGB (Red+Green+Blue) = 229+203+149=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CB95 is #1A346A. Grayscale: #CCCCCC. Windows color (decimal): -1717355 or 9817061. OLE color: 9817061.
HSL color Cylindrical-coordinate representation of color #E5CB95: hue angle of 40.5º 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 #E5CB95 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 149 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.10 |
| HSL | 40.5º | 0.61% | 0.74% | - |
| HSV(B) | 40.5º | 0.35% | 0.9% | - |
| XYZ | 59.09 | 61.54 | 37.2 | - |
| YUV | 204.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 149 | 0 | 0.11 | 0.35 | 0.10 | 40.5 | 0.61 | 0.74 |
| Hex | E5 | CB | 95 | 0 | B | 23 | A | 28 | 3D | 4A |
| Octal | 345 | 313 | 225 | 0 | 13 | 43 | 12 | 50 | 75 | 112 |
| Binary | 11100101 | 11001011 | 10010101 | 0 | 1011 | 100011 | 1010 | 101000 | 111101 | 1001010 |
Color Harmonies of #E5CB95
Complementary color
Monochromatic Colors of #E5CB95
Black with #E5CB95
Text Example
Text Example
White with #E5CB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB95; }
p { color: rgb(229,203,149); }
H1.HeaderClassName
{
color: #E5CB95;
}
.AnyTagClassName
{
color: #E5CB95;
}
</style>
background-color css
<style>
a { background-color: #E5CB95; }
a { background-color: rgb(229,203,149); }
div.DivClassName
{
background-color: #E5CB95;
}
.BgClassName
{
background-color: #E5CB95;
}
</style>
border-color css
<style>
span { border-color: #E5CB95; }
span { border-color: rgb(229,203,149); }
td.TdClassName
{
border-color: #E5CB95;
}
.TagClassName
{
border-color: #E5CB95;
}
</style>