Shades of Chamois #EACF9F
Tints of Chamois #EACF9F
RGB
CMYK
RGB Variations
Color information
#EACF9F (or 0xEACF9F) is known color: Chamois. HEX triplet: EA, CF and 9F. RGB value is (234,207,159). Sum of RGB (Red+Green+Blue) = 234+207+159=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF9F is #153060. Grayscale: #D1D1D1. Windows color (decimal): -1388641 or 10473450. OLE color: 10473450.
HSL color Cylindrical-coordinate representation of color #EACF9F: hue angle of 38.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EACF9F is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 159 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.08 |
| HSL | 38.4º | 0.64% | 0.77% | - |
| HSV(B) | 38.4º | 0.32% | 0.92% | - |
| XYZ | 62.5 | 64.62 | 41.98 | - |
| YUV | 209.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 159 | 0 | 0.12 | 0.32 | 0.08 | 38.4 | 0.64 | 0.77 |
| Hex | EA | CF | 9F | 0 | C | 20 | 8 | 26 | 40 | 4D |
| Octal | 352 | 317 | 237 | 0 | 14 | 40 | 10 | 46 | 100 | 115 |
| Binary | 11101010 | 11001111 | 10011111 | 0 | 1100 | 100000 | 1000 | 100110 | 1000000 | 1001101 |
Color Harmonies of #EACF9F
Complementary color
Monochromatic Colors of #EACF9F
Black with #EACF9F
Text Example
Text Example
White with #EACF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF9F; }
p { color: rgb(234,207,159); }
H1.HeaderClassName
{
color: #EACF9F;
}
.AnyTagClassName
{
color: #EACF9F;
}
</style>
background-color css
<style>
a { background-color: #EACF9F; }
a { background-color: rgb(234,207,159); }
div.DivClassName
{
background-color: #EACF9F;
}
.BgClassName
{
background-color: #EACF9F;
}
</style>
border-color css
<style>
span { border-color: #EACF9F; }
span { border-color: rgb(234,207,159); }
td.TdClassName
{
border-color: #EACF9F;
}
.TagClassName
{
border-color: #EACF9F;
}
</style>