Shades of Chamois #EACC9D
Tints of Chamois #EACC9D
RGB
CMYK
RGB Variations
Color information
#EACC9D (or 0xEACC9D) is known color: Chamois. HEX triplet: EA, CC and 9D. RGB value is (234,204,157). Sum of RGB (Red+Green+Blue) = 234+204+157=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC9D is #153362. Grayscale: #CFCFCF. Windows color (decimal): -1389411 or 10341610. OLE color: 10341610.
HSL color Cylindrical-coordinate representation of color #EACC9D: hue angle of 36.62º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EACC9D is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 157 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.08 |
| HSL | 36.62º | 0.65% | 0.77% | - |
| HSV(B) | 36.62º | 0.33% | 0.92% | - |
| XYZ | 61.61 | 63.11 | 40.83 | - |
| YUV | 207.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 157 | 0 | 0.13 | 0.33 | 0.08 | 36.62 | 0.65 | 0.77 |
| Hex | EA | CC | 9D | 0 | D | 21 | 8 | 25 | 41 | 4D |
| Octal | 352 | 314 | 235 | 0 | 15 | 41 | 10 | 45 | 101 | 115 |
| Binary | 11101010 | 11001100 | 10011101 | 0 | 1101 | 100001 | 1000 | 100101 | 1000001 | 1001101 |
Color Harmonies of #EACC9D
Complementary color
Monochromatic Colors of #EACC9D
Black with #EACC9D
Text Example
Text Example
White with #EACC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC9D; }
p { color: rgb(234,204,157); }
H1.HeaderClassName
{
color: #EACC9D;
}
.AnyTagClassName
{
color: #EACC9D;
}
</style>
background-color css
<style>
a { background-color: #EACC9D; }
a { background-color: rgb(234,204,157); }
div.DivClassName
{
background-color: #EACC9D;
}
.BgClassName
{
background-color: #EACC9D;
}
</style>
border-color css
<style>
span { border-color: #EACC9D; }
span { border-color: rgb(234,204,157); }
td.TdClassName
{
border-color: #EACC9D;
}
.TagClassName
{
border-color: #EACC9D;
}
</style>