Shades of Chamois #EACD94
Tints of Chamois #EACD94
RGB
CMYK
RGB Variations
Color information
#EACD94 (or 0xEACD94) is known color: Chamois. HEX triplet: EA, CD and 94. RGB value is (234,205,148). Sum of RGB (Red+Green+Blue) = 234+205+148=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD94 is #15326B. Grayscale: #CFCFCF. Windows color (decimal): -1389164 or 9752042. OLE color: 9752042.
HSL color Cylindrical-coordinate representation of color #EACD94: hue angle of 39.77º 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 #EACD94 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 148 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.08 |
| HSL | 39.77º | 0.67% | 0.75% | - |
| HSV(B) | 39.77º | 0.37% | 0.92% | - |
| XYZ | 61.11 | 63.29 | 37.01 | - |
| YUV | 207.17 | 94.61 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 148 | 0 | 0.12 | 0.37 | 0.08 | 39.77 | 0.67 | 0.75 |
| Hex | EA | CD | 94 | 0 | C | 25 | 8 | 28 | 43 | 4B |
| Octal | 352 | 315 | 224 | 0 | 14 | 45 | 10 | 50 | 103 | 113 |
| Binary | 11101010 | 11001101 | 10010100 | 0 | 1100 | 100101 | 1000 | 101000 | 1000011 | 1001011 |
Color Harmonies of #EACD94
Complementary color
Monochromatic Colors of #EACD94
Black with #EACD94
Text Example
Text Example
White with #EACD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD94; }
p { color: rgb(234,205,148); }
H1.HeaderClassName
{
color: #EACD94;
}
.AnyTagClassName
{
color: #EACD94;
}
</style>
background-color css
<style>
a { background-color: #EACD94; }
a { background-color: rgb(234,205,148); }
div.DivClassName
{
background-color: #EACD94;
}
.BgClassName
{
background-color: #EACD94;
}
</style>
border-color css
<style>
span { border-color: #EACD94; }
span { border-color: rgb(234,205,148); }
td.TdClassName
{
border-color: #EACD94;
}
.TagClassName
{
border-color: #EACD94;
}
</style>