Shades of Chamois #EBCD9E
Tints of Chamois #EBCD9E
RGB
CMYK
RGB Variations
Color information
#EBCD9E (or 0xEBCD9E) is known color: Chamois. HEX triplet: EB, CD and 9E. RGB value is (235,205,158). Sum of RGB (Red+Green+Blue) = 235+205+158=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD9E is #143261. Grayscale: #D0D0D0. Windows color (decimal): -1323618 or 10407403. OLE color: 10407403.
HSL color Cylindrical-coordinate representation of color #EBCD9E: hue angle of 36.62º 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 #EBCD9E is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 158 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.08 |
| HSL | 36.62º | 0.66% | 0.77% | - |
| HSV(B) | 36.62º | 0.33% | 0.92% | - |
| XYZ | 62.26 | 63.79 | 41.38 | - |
| YUV | 208.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 158 | 0 | 0.13 | 0.33 | 0.08 | 36.62 | 0.66 | 0.77 |
| Hex | EB | CD | 9E | 0 | D | 21 | 8 | 25 | 42 | 4D |
| Octal | 353 | 315 | 236 | 0 | 15 | 41 | 10 | 45 | 102 | 115 |
| Binary | 11101011 | 11001101 | 10011110 | 0 | 1101 | 100001 | 1000 | 100101 | 1000010 | 1001101 |
Color Harmonies of #EBCD9E
Complementary color
Monochromatic Colors of #EBCD9E
Black with #EBCD9E
Text Example
Text Example
White with #EBCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD9E; }
p { color: rgb(235,205,158); }
H1.HeaderClassName
{
color: #EBCD9E;
}
.AnyTagClassName
{
color: #EBCD9E;
}
</style>
background-color css
<style>
a { background-color: #EBCD9E; }
a { background-color: rgb(235,205,158); }
div.DivClassName
{
background-color: #EBCD9E;
}
.BgClassName
{
background-color: #EBCD9E;
}
</style>
border-color css
<style>
span { border-color: #EBCD9E; }
span { border-color: rgb(235,205,158); }
td.TdClassName
{
border-color: #EBCD9E;
}
.TagClassName
{
border-color: #EBCD9E;
}
</style>