Shades of Chamois #EACC9C
Tints of Chamois #EACC9C
RGB
CMYK
RGB Variations
Color information
#EACC9C (or 0xEACC9C) is known color: Chamois. HEX triplet: EA, CC and 9C. RGB value is (234,204,156). Sum of RGB (Red+Green+Blue) = 234+204+156=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC9C is #153363. Grayscale: #CFCFCF. Windows color (decimal): -1389412 or 10276074. OLE color: 10276074.
HSL color Cylindrical-coordinate representation of color #EACC9C: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EACC9C is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 156 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.08 |
| HSL | 36.92º | 0.65% | 0.76% | - |
| HSV(B) | 36.92º | 0.33% | 0.92% | - |
| XYZ | 61.53 | 63.08 | 40.39 | - |
| YUV | 207.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 156 | 0 | 0.13 | 0.33 | 0.08 | 36.92 | 0.65 | 0.76 |
| Hex | EA | CC | 9C | 0 | D | 21 | 8 | 25 | 41 | 4C |
| Octal | 352 | 314 | 234 | 0 | 15 | 41 | 10 | 45 | 101 | 114 |
| Binary | 11101010 | 11001100 | 10011100 | 0 | 1101 | 100001 | 1000 | 100101 | 1000001 | 1001100 |
Color Harmonies of #EACC9C
Complementary color
Monochromatic Colors of #EACC9C
Black with #EACC9C
Text Example
Text Example
White with #EACC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC9C; }
p { color: rgb(234,204,156); }
H1.HeaderClassName
{
color: #EACC9C;
}
.AnyTagClassName
{
color: #EACC9C;
}
</style>
background-color css
<style>
a { background-color: #EACC9C; }
a { background-color: rgb(234,204,156); }
div.DivClassName
{
background-color: #EACC9C;
}
.BgClassName
{
background-color: #EACC9C;
}
</style>
border-color css
<style>
span { border-color: #EACC9C; }
span { border-color: rgb(234,204,156); }
td.TdClassName
{
border-color: #EACC9C;
}
.TagClassName
{
border-color: #EACC9C;
}
</style>