Shades of Chamois #EBCC96
Tints of Chamois #EBCC96
RGB
CMYK
RGB Variations
Color information
#EBCC96 (or 0xEBCC96) is known color: Chamois. HEX triplet: EB, CC and 96. RGB value is (235,204,150). Sum of RGB (Red+Green+Blue) = 235+204+150=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC96 is #143369. Grayscale: #CFCFCF. Windows color (decimal): -1323882 or 9882859. OLE color: 9882859.
HSL color Cylindrical-coordinate representation of color #EBCC96: hue angle of 38.12º 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 #EBCC96 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 150 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.08 |
| HSL | 38.12º | 0.68% | 0.75% | - |
| HSV(B) | 38.12º | 0.36% | 0.92% | - |
| XYZ | 61.36 | 63.05 | 37.79 | - |
| YUV | 207.11 | 95.77 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 150 | 0 | 0.13 | 0.36 | 0.08 | 38.12 | 0.68 | 0.75 |
| Hex | EB | CC | 96 | 0 | D | 24 | 8 | 26 | 44 | 4B |
| Octal | 353 | 314 | 226 | 0 | 15 | 44 | 10 | 46 | 104 | 113 |
| Binary | 11101011 | 11001100 | 10010110 | 0 | 1101 | 100100 | 1000 | 100110 | 1000100 | 1001011 |
Color Harmonies of #EBCC96
Complementary color
Monochromatic Colors of #EBCC96
Black with #EBCC96
Text Example
Text Example
White with #EBCC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC96; }
p { color: rgb(235,204,150); }
H1.HeaderClassName
{
color: #EBCC96;
}
.AnyTagClassName
{
color: #EBCC96;
}
</style>
background-color css
<style>
a { background-color: #EBCC96; }
a { background-color: rgb(235,204,150); }
div.DivClassName
{
background-color: #EBCC96;
}
.BgClassName
{
background-color: #EBCC96;
}
</style>
border-color css
<style>
span { border-color: #EBCC96; }
span { border-color: rgb(235,204,150); }
td.TdClassName
{
border-color: #EBCC96;
}
.TagClassName
{
border-color: #EBCC96;
}
</style>