Shades of Chamois #E5CB96
Tints of Chamois #E5CB96
RGB
CMYK
RGB Variations
Color information
#E5CB96 (or 0xE5CB96) is known color: Chamois. HEX triplet: E5, CB and 96. RGB value is (229,203,150). Sum of RGB (Red+Green+Blue) = 229+203+150=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CB96 is #1A3469. Grayscale: #CCCCCC. Windows color (decimal): -1717354 or 9882597. OLE color: 9882597.
HSL color Cylindrical-coordinate representation of color #E5CB96: hue angle of 40.25º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5CB96 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 150 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.10 |
| HSL | 40.25º | 0.6% | 0.74% | - |
| HSV(B) | 40.25º | 0.34% | 0.9% | - |
| XYZ | 59.17 | 61.57 | 37.62 | - |
| YUV | 204.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 150 | 0 | 0.11 | 0.34 | 0.10 | 40.25 | 0.6 | 0.74 |
| Hex | E5 | CB | 96 | 0 | B | 22 | A | 28 | 3C | 4A |
| Octal | 345 | 313 | 226 | 0 | 13 | 42 | 12 | 50 | 74 | 112 |
| Binary | 11100101 | 11001011 | 10010110 | 0 | 1011 | 100010 | 1010 | 101000 | 111100 | 1001010 |
Color Harmonies of #E5CB96
Complementary color
Monochromatic Colors of #E5CB96
Black with #E5CB96
Text Example
Text Example
White with #E5CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB96; }
p { color: rgb(229,203,150); }
H1.HeaderClassName
{
color: #E5CB96;
}
.AnyTagClassName
{
color: #E5CB96;
}
</style>
background-color css
<style>
a { background-color: #E5CB96; }
a { background-color: rgb(229,203,150); }
div.DivClassName
{
background-color: #E5CB96;
}
.BgClassName
{
background-color: #E5CB96;
}
</style>
border-color css
<style>
span { border-color: #E5CB96; }
span { border-color: rgb(229,203,150); }
td.TdClassName
{
border-color: #E5CB96;
}
.TagClassName
{
border-color: #E5CB96;
}
</style>