Shades of Chamois #EACB9D
Tints of Chamois #EACB9D
RGB
CMYK
RGB Variations
Color information
#EACB9D (or 0xEACB9D) is known color: Chamois. HEX triplet: EA, CB and 9D. RGB value is (234,203,157). Sum of RGB (Red+Green+Blue) = 234+203+157=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 203 (79.69% from 255 or 34.18% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB9D is #153462. Grayscale: #CFCFCF. Windows color (decimal): -1389667 or 10341354. OLE color: 10341354.
HSL color Cylindrical-coordinate representation of color #EACB9D: hue angle of 35.84º degrees, saturation: 0.65, 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 #EACB9D is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 157 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.08 |
| HSL | 35.84º | 0.65% | 0.77% | - |
| HSV(B) | 35.84º | 0.33% | 0.92% | - |
| XYZ | 61.37 | 62.64 | 40.75 | - |
| YUV | 207.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 157 | 0 | 0.13 | 0.33 | 0.08 | 35.84 | 0.65 | 0.77 |
| Hex | EA | CB | 9D | 0 | D | 21 | 8 | 24 | 41 | 4D |
| Octal | 352 | 313 | 235 | 0 | 15 | 41 | 10 | 44 | 101 | 115 |
| Binary | 11101010 | 11001011 | 10011101 | 0 | 1101 | 100001 | 1000 | 100100 | 1000001 | 1001101 |
Color Harmonies of #EACB9D
Complementary color
Monochromatic Colors of #EACB9D
Black with #EACB9D
Text Example
Text Example
White with #EACB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB9D; }
p { color: rgb(234,203,157); }
H1.HeaderClassName
{
color: #EACB9D;
}
.AnyTagClassName
{
color: #EACB9D;
}
</style>
background-color css
<style>
a { background-color: #EACB9D; }
a { background-color: rgb(234,203,157); }
div.DivClassName
{
background-color: #EACB9D;
}
.BgClassName
{
background-color: #EACB9D;
}
</style>
border-color css
<style>
span { border-color: #EACB9D; }
span { border-color: rgb(234,203,157); }
td.TdClassName
{
border-color: #EACB9D;
}
.TagClassName
{
border-color: #EACB9D;
}
</style>