Shades of Chamois #EBC995
Tints of Chamois #EBC995
RGB
CMYK
RGB Variations
Color information
#EBC995 (or 0xEBC995) is known color: Chamois. HEX triplet: EB, C9 and 95. RGB value is (235,201,149). Sum of RGB (Red+Green+Blue) = 235+201+149=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 149 (58.59% from 255 or 25.47% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC995 is #14366A. Grayscale: #CDCDCD. Windows color (decimal): -1324651 or 9816555. OLE color: 9816555.
HSL color Cylindrical-coordinate representation of color #EBC995: hue angle of 36.28º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBC995 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 149 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.08 |
| HSL | 36.28º | 0.68% | 0.75% | - |
| HSV(B) | 36.28º | 0.37% | 0.92% | - |
| XYZ | 60.57 | 61.61 | 37.13 | - |
| YUV | 205.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 149 | 0 | 0.14 | 0.37 | 0.08 | 36.28 | 0.68 | 0.75 |
| Hex | EB | C9 | 95 | 0 | E | 25 | 8 | 24 | 44 | 4B |
| Octal | 353 | 311 | 225 | 0 | 16 | 45 | 10 | 44 | 104 | 113 |
| Binary | 11101011 | 11001001 | 10010101 | 0 | 1110 | 100101 | 1000 | 100100 | 1000100 | 1001011 |
Color Harmonies of #EBC995
Complementary color
Monochromatic Colors of #EBC995
Black with #EBC995
Text Example
Text Example
White with #EBC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC995; }
p { color: rgb(235,201,149); }
H1.HeaderClassName
{
color: #EBC995;
}
.AnyTagClassName
{
color: #EBC995;
}
</style>
background-color css
<style>
a { background-color: #EBC995; }
a { background-color: rgb(235,201,149); }
div.DivClassName
{
background-color: #EBC995;
}
.BgClassName
{
background-color: #EBC995;
}
</style>
border-color css
<style>
span { border-color: #EBC995; }
span { border-color: rgb(235,201,149); }
td.TdClassName
{
border-color: #EBC995;
}
.TagClassName
{
border-color: #EBC995;
}
</style>