Shades of Chamois #EACF9D
Tints of Chamois #EACF9D
RGB
CMYK
RGB Variations
Color information
#EACF9D (or 0xEACF9D) is known color: Chamois. HEX triplet: EA, CF and 9D. RGB value is (234,207,157). Sum of RGB (Red+Green+Blue) = 234+207+157=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF9D is #153062. Grayscale: #D1D1D1. Windows color (decimal): -1388643 or 10342378. OLE color: 10342378.
HSL color Cylindrical-coordinate representation of color #EACF9D: hue angle of 38.96º 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 #EACF9D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 157 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.08 |
| HSL | 38.96º | 0.65% | 0.77% | - |
| HSV(B) | 38.96º | 0.33% | 0.92% | - |
| XYZ | 62.33 | 64.55 | 41.07 | - |
| YUV | 209.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 157 | 0 | 0.12 | 0.33 | 0.08 | 38.96 | 0.65 | 0.77 |
| Hex | EA | CF | 9D | 0 | C | 21 | 8 | 27 | 41 | 4D |
| Octal | 352 | 317 | 235 | 0 | 14 | 41 | 10 | 47 | 101 | 115 |
| Binary | 11101010 | 11001111 | 10011101 | 0 | 1100 | 100001 | 1000 | 100111 | 1000001 | 1001101 |
Color Harmonies of #EACF9D
Complementary color
Monochromatic Colors of #EACF9D
Black with #EACF9D
Text Example
Text Example
White with #EACF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF9D; }
p { color: rgb(234,207,157); }
H1.HeaderClassName
{
color: #EACF9D;
}
.AnyTagClassName
{
color: #EACF9D;
}
</style>
background-color css
<style>
a { background-color: #EACF9D; }
a { background-color: rgb(234,207,157); }
div.DivClassName
{
background-color: #EACF9D;
}
.BgClassName
{
background-color: #EACF9D;
}
</style>
border-color css
<style>
span { border-color: #EACF9D; }
span { border-color: rgb(234,207,157); }
td.TdClassName
{
border-color: #EACF9D;
}
.TagClassName
{
border-color: #EACF9D;
}
</style>