Shades of Chamois #E5C990
Tints of Chamois #E5C990
RGB
CMYK
RGB Variations
Color information
#E5C990 (or 0xE5C990) is known color: Chamois. HEX triplet: E5, C9 and 90. RGB value is (229,201,144). Sum of RGB (Red+Green+Blue) = 229+201+144=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C990 is #1A366F. Grayscale: #CBCBCB. Windows color (decimal): -1717872 or 9488869. OLE color: 9488869.
HSL color Cylindrical-coordinate representation of color #E5C990: hue angle of 40.24º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5C990 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 144 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.10 |
| HSL | 40.24º | 0.62% | 0.73% | - |
| HSV(B) | 40.24º | 0.37% | 0.9% | - |
| XYZ | 58.23 | 60.44 | 34.98 | - |
| YUV | 202.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 144 | 0 | 0.12 | 0.37 | 0.10 | 40.24 | 0.62 | 0.73 |
| Hex | E5 | C9 | 90 | 0 | C | 25 | A | 28 | 3E | 49 |
| Octal | 345 | 311 | 220 | 0 | 14 | 45 | 12 | 50 | 76 | 111 |
| Binary | 11100101 | 11001001 | 10010000 | 0 | 1100 | 100101 | 1010 | 101000 | 111110 | 1001001 |
Color Harmonies of #E5C990
Complementary color
Monochromatic Colors of #E5C990
Black with #E5C990
Text Example
Text Example
White with #E5C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C990; }
p { color: rgb(229,201,144); }
H1.HeaderClassName
{
color: #E5C990;
}
.AnyTagClassName
{
color: #E5C990;
}
</style>
background-color css
<style>
a { background-color: #E5C990; }
a { background-color: rgb(229,201,144); }
div.DivClassName
{
background-color: #E5C990;
}
.BgClassName
{
background-color: #E5C990;
}
</style>
border-color css
<style>
span { border-color: #E5C990; }
span { border-color: rgb(229,201,144); }
td.TdClassName
{
border-color: #E5C990;
}
.TagClassName
{
border-color: #E5C990;
}
</style>