Shades of Chamois #EBCC9C
Tints of Chamois #EBCC9C
RGB
CMYK
RGB Variations
Color information
#EBCC9C (or 0xEBCC9C) is known color: Chamois. HEX triplet: EB, CC and 9C. RGB value is (235,204,156). Sum of RGB (Red+Green+Blue) = 235+204+156=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCC9C is #143363. Grayscale: #D0D0D0. Windows color (decimal): -1323876 or 10276075. OLE color: 10276075.
HSL color Cylindrical-coordinate representation of color #EBCC9C: hue angle of 36.46º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBCC9C is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 156 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.08 |
| HSL | 36.46º | 0.66% | 0.77% | - |
| HSV(B) | 36.46º | 0.34% | 0.92% | - |
| XYZ | 61.85 | 63.25 | 40.4 | - |
| YUV | 207.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 156 | 0 | 0.13 | 0.34 | 0.08 | 36.46 | 0.66 | 0.77 |
| Hex | EB | CC | 9C | 0 | D | 22 | 8 | 24 | 42 | 4D |
| Octal | 353 | 314 | 234 | 0 | 15 | 42 | 10 | 44 | 102 | 115 |
| Binary | 11101011 | 11001100 | 10011100 | 0 | 1101 | 100010 | 1000 | 100100 | 1000010 | 1001101 |
Color Harmonies of #EBCC9C
Complementary color
Monochromatic Colors of #EBCC9C
Black with #EBCC9C
Text Example
Text Example
White with #EBCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC9C; }
p { color: rgb(235,204,156); }
H1.HeaderClassName
{
color: #EBCC9C;
}
.AnyTagClassName
{
color: #EBCC9C;
}
</style>
background-color css
<style>
a { background-color: #EBCC9C; }
a { background-color: rgb(235,204,156); }
div.DivClassName
{
background-color: #EBCC9C;
}
.BgClassName
{
background-color: #EBCC9C;
}
</style>
border-color css
<style>
span { border-color: #EBCC9C; }
span { border-color: rgb(235,204,156); }
td.TdClassName
{
border-color: #EBCC9C;
}
.TagClassName
{
border-color: #EBCC9C;
}
</style>