Shades of Chamois #EBC997
Tints of Chamois #EBC997
RGB
CMYK
RGB Variations
Color information
#EBC997 (or 0xEBC997) is known color: Chamois. HEX triplet: EB, C9 and 97. RGB value is (235,201,151). Sum of RGB (Red+Green+Blue) = 235+201+151=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC997 is #143668. Grayscale: #CDCDCD. Windows color (decimal): -1324649 or 9947627. OLE color: 9947627.
HSL color Cylindrical-coordinate representation of color #EBC997: hue angle of 35.71º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBC997 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 151 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.08 |
| HSL | 35.71º | 0.68% | 0.76% | - |
| HSV(B) | 35.71º | 0.36% | 0.92% | - |
| XYZ | 60.73 | 61.67 | 37.98 | - |
| YUV | 205.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 151 | 0 | 0.14 | 0.36 | 0.08 | 35.71 | 0.68 | 0.76 |
| Hex | EB | C9 | 97 | 0 | E | 24 | 8 | 24 | 44 | 4C |
| Octal | 353 | 311 | 227 | 0 | 16 | 44 | 10 | 44 | 104 | 114 |
| Binary | 11101011 | 11001001 | 10010111 | 0 | 1110 | 100100 | 1000 | 100100 | 1000100 | 1001100 |
Color Harmonies of #EBC997
Complementary color
Monochromatic Colors of #EBC997
Black with #EBC997
Text Example
Text Example
White with #EBC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC997; }
p { color: rgb(235,201,151); }
H1.HeaderClassName
{
color: #EBC997;
}
.AnyTagClassName
{
color: #EBC997;
}
</style>
background-color css
<style>
a { background-color: #EBC997; }
a { background-color: rgb(235,201,151); }
div.DivClassName
{
background-color: #EBC997;
}
.BgClassName
{
background-color: #EBC997;
}
</style>
border-color css
<style>
span { border-color: #EBC997; }
span { border-color: rgb(235,201,151); }
td.TdClassName
{
border-color: #EBC997;
}
.TagClassName
{
border-color: #EBC997;
}
</style>