Shades of Chamois #EACD9E
Tints of Chamois #EACD9E
RGB
CMYK
RGB Variations
Color information
#EACD9E (or 0xEACD9E) is known color: Chamois. HEX triplet: EA, CD and 9E. RGB value is (234,205,158). Sum of RGB (Red+Green+Blue) = 234+205+158=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 158 (62.11% from 255 or 26.47% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD9E is #153261. Grayscale: #D0D0D0. Windows color (decimal): -1389154 or 10407402. OLE color: 10407402.
HSL color Cylindrical-coordinate representation of color #EACD9E: hue angle of 37.11º 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 #EACD9E is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 158 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.08 |
| HSL | 37.11º | 0.64% | 0.77% | - |
| HSV(B) | 37.11º | 0.32% | 0.92% | - |
| XYZ | 61.93 | 63.62 | 41.36 | - |
| YUV | 208.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 158 | 0 | 0.12 | 0.32 | 0.08 | 37.11 | 0.64 | 0.77 |
| Hex | EA | CD | 9E | 0 | C | 20 | 8 | 25 | 40 | 4D |
| Octal | 352 | 315 | 236 | 0 | 14 | 40 | 10 | 45 | 100 | 115 |
| Binary | 11101010 | 11001101 | 10011110 | 0 | 1100 | 100000 | 1000 | 100101 | 1000000 | 1001101 |
Color Harmonies of #EACD9E
Complementary color
Monochromatic Colors of #EACD9E
Black with #EACD9E
Text Example
Text Example
White with #EACD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD9E; }
p { color: rgb(234,205,158); }
H1.HeaderClassName
{
color: #EACD9E;
}
.AnyTagClassName
{
color: #EACD9E;
}
</style>
background-color css
<style>
a { background-color: #EACD9E; }
a { background-color: rgb(234,205,158); }
div.DivClassName
{
background-color: #EACD9E;
}
.BgClassName
{
background-color: #EACD9E;
}
</style>
border-color css
<style>
span { border-color: #EACD9E; }
span { border-color: rgb(234,205,158); }
td.TdClassName
{
border-color: #EACD9E;
}
.TagClassName
{
border-color: #EACD9E;
}
</style>