Shades of Chamois #EACB9B
Tints of Chamois #EACB9B
RGB
CMYK
RGB Variations
Color information
#EACB9B (or 0xEACB9B) is known color: Chamois. HEX triplet: EA, CB and 9B. RGB value is (234,203,155). Sum of RGB (Red+Green+Blue) = 234+203+155=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB9B is #153464. Grayscale: #CFCFCF. Windows color (decimal): -1389669 or 10210282. OLE color: 10210282.
HSL color Cylindrical-coordinate representation of color #EACB9B: hue angle of 36.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EACB9B is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 155 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.08 |
| HSL | 36.46º | 0.65% | 0.76% | - |
| HSV(B) | 36.46º | 0.34% | 0.92% | - |
| XYZ | 61.2 | 62.57 | 39.86 | - |
| YUV | 206.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 155 | 0 | 0.13 | 0.34 | 0.08 | 36.46 | 0.65 | 0.76 |
| Hex | EA | CB | 9B | 0 | D | 22 | 8 | 24 | 41 | 4C |
| Octal | 352 | 313 | 233 | 0 | 15 | 42 | 10 | 44 | 101 | 114 |
| Binary | 11101010 | 11001011 | 10011011 | 0 | 1101 | 100010 | 1000 | 100100 | 1000001 | 1001100 |
Color Harmonies of #EACB9B
Complementary color
Monochromatic Colors of #EACB9B
Black with #EACB9B
Text Example
Text Example
White with #EACB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB9B; }
p { color: rgb(234,203,155); }
H1.HeaderClassName
{
color: #EACB9B;
}
.AnyTagClassName
{
color: #EACB9B;
}
</style>
background-color css
<style>
a { background-color: #EACB9B; }
a { background-color: rgb(234,203,155); }
div.DivClassName
{
background-color: #EACB9B;
}
.BgClassName
{
background-color: #EACB9B;
}
</style>
border-color css
<style>
span { border-color: #EACB9B; }
span { border-color: rgb(234,203,155); }
td.TdClassName
{
border-color: #EACB9B;
}
.TagClassName
{
border-color: #EACB9B;
}
</style>