Shades of Chamois #EACD91
Tints of Chamois #EACD91
RGB
CMYK
RGB Variations
Color information
#EACD91 (or 0xEACD91) is known color: Chamois. HEX triplet: EA, CD and 91. RGB value is (234,205,145). Sum of RGB (Red+Green+Blue) = 234+205+145=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD91 is #15326E. Grayscale: #CFCFCF. Windows color (decimal): -1389167 or 9555434. OLE color: 9555434.
HSL color Cylindrical-coordinate representation of color #EACD91: hue angle of 40.45º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EACD91 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 145 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.08 |
| HSL | 40.45º | 0.68% | 0.74% | - |
| HSV(B) | 40.45º | 0.38% | 0.92% | - |
| XYZ | 60.87 | 63.2 | 35.78 | - |
| YUV | 206.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 145 | 0 | 0.12 | 0.38 | 0.08 | 40.45 | 0.68 | 0.74 |
| Hex | EA | CD | 91 | 0 | C | 26 | 8 | 28 | 44 | 4A |
| Octal | 352 | 315 | 221 | 0 | 14 | 46 | 10 | 50 | 104 | 112 |
| Binary | 11101010 | 11001101 | 10010001 | 0 | 1100 | 100110 | 1000 | 101000 | 1000100 | 1001010 |
Color Harmonies of #EACD91
Complementary color
Monochromatic Colors of #EACD91
Black with #EACD91
Text Example
Text Example
White with #EACD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD91; }
p { color: rgb(234,205,145); }
H1.HeaderClassName
{
color: #EACD91;
}
.AnyTagClassName
{
color: #EACD91;
}
</style>
background-color css
<style>
a { background-color: #EACD91; }
a { background-color: rgb(234,205,145); }
div.DivClassName
{
background-color: #EACD91;
}
.BgClassName
{
background-color: #EACD91;
}
</style>
border-color css
<style>
span { border-color: #EACD91; }
span { border-color: rgb(234,205,145); }
td.TdClassName
{
border-color: #EACD91;
}
.TagClassName
{
border-color: #EACD91;
}
</style>