Shades of Chamois #EACD9F
Tints of Chamois #EACD9F
RGB
CMYK
RGB Variations
Color information
#EACD9F (or 0xEACD9F) is known color: Chamois. HEX triplet: EA, CD and 9F. RGB value is (234,205,159). Sum of RGB (Red+Green+Blue) = 234+205+159=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD9F is #153260. Grayscale: #D0D0D0. Windows color (decimal): -1389153 or 10472938. OLE color: 10472938.
HSL color Cylindrical-coordinate representation of color #EACD9F: hue angle of 36.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EACD9F is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 159 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.08 |
| HSL | 36.8º | 0.64% | 0.77% | - |
| HSV(B) | 36.8º | 0.32% | 0.92% | - |
| XYZ | 62.02 | 63.66 | 41.82 | - |
| YUV | 208.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 159 | 0 | 0.12 | 0.32 | 0.08 | 36.8 | 0.64 | 0.77 |
| Hex | EA | CD | 9F | 0 | C | 20 | 8 | 25 | 40 | 4D |
| Octal | 352 | 315 | 237 | 0 | 14 | 40 | 10 | 45 | 100 | 115 |
| Binary | 11101010 | 11001101 | 10011111 | 0 | 1100 | 100000 | 1000 | 100101 | 1000000 | 1001101 |
Color Harmonies of #EACD9F
Complementary color
Monochromatic Colors of #EACD9F
Black with #EACD9F
Text Example
Text Example
White with #EACD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD9F; }
p { color: rgb(234,205,159); }
H1.HeaderClassName
{
color: #EACD9F;
}
.AnyTagClassName
{
color: #EACD9F;
}
</style>
background-color css
<style>
a { background-color: #EACD9F; }
a { background-color: rgb(234,205,159); }
div.DivClassName
{
background-color: #EACD9F;
}
.BgClassName
{
background-color: #EACD9F;
}
</style>
border-color css
<style>
span { border-color: #EACD9F; }
span { border-color: rgb(234,205,159); }
td.TdClassName
{
border-color: #EACD9F;
}
.TagClassName
{
border-color: #EACD9F;
}
</style>