Shades of Chamois #E5CF9F
Tints of Chamois #E5CF9F
RGB
CMYK
RGB Variations
Color information
#E5CF9F (or 0xE5CF9F) is known color: Chamois. HEX triplet: E5, CF and 9F. RGB value is (229,207,159). Sum of RGB (Red+Green+Blue) = 229+207+159=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF9F is #1A3060. Grayscale: #D0D0D0. Windows color (decimal): -1716321 or 10473445. OLE color: 10473445.
HSL color Cylindrical-coordinate representation of color #E5CF9F: hue angle of 41.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5CF9F is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 159 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.10 |
| HSL | 41.14º | 0.57% | 0.76% | - |
| HSV(B) | 41.14º | 0.31% | 0.9% | - |
| XYZ | 60.88 | 63.79 | 41.9 | - |
| YUV | 208.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 159 | 0 | 0.10 | 0.31 | 0.10 | 41.14 | 0.57 | 0.76 |
| Hex | E5 | CF | 9F | 0 | A | 1F | A | 29 | 39 | 4C |
| Octal | 345 | 317 | 237 | 0 | 12 | 37 | 12 | 51 | 71 | 114 |
| Binary | 11100101 | 11001111 | 10011111 | 0 | 1010 | 11111 | 1010 | 101001 | 111001 | 1001100 |
Color Harmonies of #E5CF9F
Complementary color
Monochromatic Colors of #E5CF9F
Black with #E5CF9F
Text Example
Text Example
White with #E5CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF9F; }
p { color: rgb(229,207,159); }
H1.HeaderClassName
{
color: #E5CF9F;
}
.AnyTagClassName
{
color: #E5CF9F;
}
</style>
background-color css
<style>
a { background-color: #E5CF9F; }
a { background-color: rgb(229,207,159); }
div.DivClassName
{
background-color: #E5CF9F;
}
.BgClassName
{
background-color: #E5CF9F;
}
</style>
border-color css
<style>
span { border-color: #E5CF9F; }
span { border-color: rgb(229,207,159); }
td.TdClassName
{
border-color: #E5CF9F;
}
.TagClassName
{
border-color: #E5CF9F;
}
</style>