Shades of Chamois #EBC996
Tints of Chamois #EBC996
RGB
CMYK
RGB Variations
Color information
#EBC996 (or 0xEBC996) is known color: Chamois. HEX triplet: EB, C9 and 96. RGB value is (235,201,150). Sum of RGB (Red+Green+Blue) = 235+201+150=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC996 is #143669. Grayscale: #CDCDCD. Windows color (decimal): -1324650 or 9882091. OLE color: 9882091.
HSL color Cylindrical-coordinate representation of color #EBC996: hue angle of 36º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBC996 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 150 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.08 |
| HSL | 36º | 0.68% | 0.75% | - |
| HSV(B) | 36º | 0.36% | 0.92% | - |
| XYZ | 60.65 | 61.64 | 37.55 | - |
| YUV | 205.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 150 | 0 | 0.14 | 0.36 | 0.08 | 36 | 0.68 | 0.75 |
| Hex | EB | C9 | 96 | 0 | E | 24 | 8 | 24 | 44 | 4B |
| Octal | 353 | 311 | 226 | 0 | 16 | 44 | 10 | 44 | 104 | 113 |
| Binary | 11101011 | 11001001 | 10010110 | 0 | 1110 | 100100 | 1000 | 100100 | 1000100 | 1001011 |
Color Harmonies of #EBC996
Complementary color
Monochromatic Colors of #EBC996
Black with #EBC996
Text Example
Text Example
White with #EBC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC996; }
p { color: rgb(235,201,150); }
H1.HeaderClassName
{
color: #EBC996;
}
.AnyTagClassName
{
color: #EBC996;
}
</style>
background-color css
<style>
a { background-color: #EBC996; }
a { background-color: rgb(235,201,150); }
div.DivClassName
{
background-color: #EBC996;
}
.BgClassName
{
background-color: #EBC996;
}
</style>
border-color css
<style>
span { border-color: #EBC996; }
span { border-color: rgb(235,201,150); }
td.TdClassName
{
border-color: #EBC996;
}
.TagClassName
{
border-color: #EBC996;
}
</style>