Shades of Chamois #EBCE9D
Tints of Chamois #EBCE9D
RGB
CMYK
RGB Variations
Color information
#EBCE9D (or 0xEBCE9D) is known color: Chamois. HEX triplet: EB, CE and 9D. RGB value is (235,206,157). Sum of RGB (Red+Green+Blue) = 235+206+157=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCE9D is #143162. Grayscale: #D1D1D1. Windows color (decimal): -1323363 or 10342123. OLE color: 10342123.
HSL color Cylindrical-coordinate representation of color #EBCE9D: hue angle of 37.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBCE9D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 157 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.08 |
| HSL | 37.69º | 0.66% | 0.77% | - |
| HSV(B) | 37.69º | 0.33% | 0.92% | - |
| XYZ | 62.42 | 64.24 | 41.01 | - |
| YUV | 209.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 157 | 0 | 0.12 | 0.33 | 0.08 | 37.69 | 0.66 | 0.77 |
| Hex | EB | CE | 9D | 0 | C | 21 | 8 | 26 | 42 | 4D |
| Octal | 353 | 316 | 235 | 0 | 14 | 41 | 10 | 46 | 102 | 115 |
| Binary | 11101011 | 11001110 | 10011101 | 0 | 1100 | 100001 | 1000 | 100110 | 1000010 | 1001101 |
Color Harmonies of #EBCE9D
Complementary color
Monochromatic Colors of #EBCE9D
Black with #EBCE9D
Text Example
Text Example
White with #EBCE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE9D; }
p { color: rgb(235,206,157); }
H1.HeaderClassName
{
color: #EBCE9D;
}
.AnyTagClassName
{
color: #EBCE9D;
}
</style>
background-color css
<style>
a { background-color: #EBCE9D; }
a { background-color: rgb(235,206,157); }
div.DivClassName
{
background-color: #EBCE9D;
}
.BgClassName
{
background-color: #EBCE9D;
}
</style>
border-color css
<style>
span { border-color: #EBCE9D; }
span { border-color: rgb(235,206,157); }
td.TdClassName
{
border-color: #EBCE9D;
}
.TagClassName
{
border-color: #EBCE9D;
}
</style>