Shades of Chamois #EACD93
Tints of Chamois #EACD93
RGB
CMYK
RGB Variations
Color information
#EACD93 (or 0xEACD93) is known color: Chamois. HEX triplet: EA, CD and 93. RGB value is (234,205,147). Sum of RGB (Red+Green+Blue) = 234+205+147=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD93 is #15326C. Grayscale: #CFCFCF. Windows color (decimal): -1389165 or 9686506. OLE color: 9686506.
HSL color Cylindrical-coordinate representation of color #EACD93: hue angle of 40º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EACD93 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 147 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.08 |
| HSL | 40º | 0.67% | 0.75% | - |
| HSV(B) | 40º | 0.37% | 0.92% | - |
| XYZ | 61.03 | 63.26 | 36.6 | - |
| YUV | 207.06 | 94.11 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 147 | 0 | 0.12 | 0.37 | 0.08 | 40 | 0.67 | 0.75 |
| Hex | EA | CD | 93 | 0 | C | 25 | 8 | 28 | 43 | 4B |
| Octal | 352 | 315 | 223 | 0 | 14 | 45 | 10 | 50 | 103 | 113 |
| Binary | 11101010 | 11001101 | 10010011 | 0 | 1100 | 100101 | 1000 | 101000 | 1000011 | 1001011 |
Color Harmonies of #EACD93
Complementary color
Monochromatic Colors of #EACD93
Black with #EACD93
Text Example
Text Example
White with #EACD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD93; }
p { color: rgb(234,205,147); }
H1.HeaderClassName
{
color: #EACD93;
}
.AnyTagClassName
{
color: #EACD93;
}
</style>
background-color css
<style>
a { background-color: #EACD93; }
a { background-color: rgb(234,205,147); }
div.DivClassName
{
background-color: #EACD93;
}
.BgClassName
{
background-color: #EACD93;
}
</style>
border-color css
<style>
span { border-color: #EACD93; }
span { border-color: rgb(234,205,147); }
td.TdClassName
{
border-color: #EACD93;
}
.TagClassName
{
border-color: #EACD93;
}
</style>