Shades of Chamois #EACD9C
Tints of Chamois #EACD9C
RGB
CMYK
RGB Variations
Color information
#EACD9C (or 0xEACD9C) is known color: Chamois. HEX triplet: EA, CD and 9C. RGB value is (234,205,156). Sum of RGB (Red+Green+Blue) = 234+205+156=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD9C is #153263. Grayscale: #D0D0D0. Windows color (decimal): -1389156 or 10276330. OLE color: 10276330.
HSL color Cylindrical-coordinate representation of color #EACD9C: hue angle of 37.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EACD9C is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 156 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.08 |
| HSL | 37.69º | 0.65% | 0.76% | - |
| HSV(B) | 37.69º | 0.33% | 0.92% | - |
| XYZ | 61.76 | 63.56 | 40.46 | - |
| YUV | 208.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 156 | 0 | 0.12 | 0.33 | 0.08 | 37.69 | 0.65 | 0.76 |
| Hex | EA | CD | 9C | 0 | C | 21 | 8 | 26 | 41 | 4C |
| Octal | 352 | 315 | 234 | 0 | 14 | 41 | 10 | 46 | 101 | 114 |
| Binary | 11101010 | 11001101 | 10011100 | 0 | 1100 | 100001 | 1000 | 100110 | 1000001 | 1001100 |
Color Harmonies of #EACD9C
Complementary color
Monochromatic Colors of #EACD9C
Black with #EACD9C
Text Example
Text Example
White with #EACD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD9C; }
p { color: rgb(234,205,156); }
H1.HeaderClassName
{
color: #EACD9C;
}
.AnyTagClassName
{
color: #EACD9C;
}
</style>
background-color css
<style>
a { background-color: #EACD9C; }
a { background-color: rgb(234,205,156); }
div.DivClassName
{
background-color: #EACD9C;
}
.BgClassName
{
background-color: #EACD9C;
}
</style>
border-color css
<style>
span { border-color: #EACD9C; }
span { border-color: rgb(234,205,156); }
td.TdClassName
{
border-color: #EACD9C;
}
.TagClassName
{
border-color: #EACD9C;
}
</style>