Shades of Chamois #E2CC9F
Tints of Chamois #E2CC9F
RGB
CMYK
RGB Variations
Color information
#E2CC9F (or 0xE2CC9F) is known color: Chamois. HEX triplet: E2, CC and 9F. RGB value is (226,204,159). Sum of RGB (Red+Green+Blue) = 226+204+159=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CC9F is #1D3360. Grayscale: #CDCDCD. Windows color (decimal): -1913697 or 10472674. OLE color: 10472674.
HSL color Cylindrical-coordinate representation of color #E2CC9F: hue angle of 40.3º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2CC9F is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 159 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.11 |
| HSL | 40.3º | 0.54% | 0.75% | - |
| HSV(B) | 40.3º | 0.3% | 0.89% | - |
| XYZ | 59.21 | 61.86 | 41.62 | - |
| YUV | 205.45 | 101.79 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 159 | 0 | 0.10 | 0.30 | 0.11 | 40.3 | 0.54 | 0.75 |
| Hex | E2 | CC | 9F | 0 | A | 1E | B | 28 | 36 | 4B |
| Octal | 342 | 314 | 237 | 0 | 12 | 36 | 13 | 50 | 66 | 113 |
| Binary | 11100010 | 11001100 | 10011111 | 0 | 1010 | 11110 | 1011 | 101000 | 110110 | 1001011 |
Color Harmonies of #E2CC9F
Complementary color
Monochromatic Colors of #E2CC9F
Black with #E2CC9F
Text Example
Text Example
White with #E2CC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC9F; }
p { color: rgb(226,204,159); }
H1.HeaderClassName
{
color: #E2CC9F;
}
.AnyTagClassName
{
color: #E2CC9F;
}
</style>
background-color css
<style>
a { background-color: #E2CC9F; }
a { background-color: rgb(226,204,159); }
div.DivClassName
{
background-color: #E2CC9F;
}
.BgClassName
{
background-color: #E2CC9F;
}
</style>
border-color css
<style>
span { border-color: #E2CC9F; }
span { border-color: rgb(226,204,159); }
td.TdClassName
{
border-color: #E2CC9F;
}
.TagClassName
{
border-color: #E2CC9F;
}
</style>