Shades of Chamois #EEC995
Tints of Chamois #EEC995
RGB
CMYK
RGB Variations
Color information
#EEC995 (or 0xEEC995) is known color: Chamois. HEX triplet: EE, C9 and 95. RGB value is (238,201,149). Sum of RGB (Red+Green+Blue) = 238+201+149=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 201 (78.91% from 255 or 34.18% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC995 is #11366A. Grayscale: #CECECE. Windows color (decimal): -1128043 or 9816558. OLE color: 9816558.
HSL color Cylindrical-coordinate representation of color #EEC995: hue angle of 35.06º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEC995 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 149 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.07 |
| HSL | 35.06º | 0.72% | 0.76% | - |
| HSV(B) | 35.06º | 0.37% | 0.93% | - |
| XYZ | 61.57 | 62.12 | 37.18 | - |
| YUV | 206.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 149 | 0 | 0.16 | 0.37 | 0.07 | 35.06 | 0.72 | 0.76 |
| Hex | EE | C9 | 95 | 0 | 10 | 25 | 7 | 23 | 48 | 4C |
| Octal | 356 | 311 | 225 | 0 | 20 | 45 | 7 | 43 | 110 | 114 |
| Binary | 11101110 | 11001001 | 10010101 | 0 | 10000 | 100101 | 111 | 100011 | 1001000 | 1001100 |
Color Harmonies of #EEC995
Complementary color
Monochromatic Colors of #EEC995
Black with #EEC995
Text Example
Text Example
White with #EEC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC995; }
p { color: rgb(238,201,149); }
H1.HeaderClassName
{
color: #EEC995;
}
.AnyTagClassName
{
color: #EEC995;
}
</style>
background-color css
<style>
a { background-color: #EEC995; }
a { background-color: rgb(238,201,149); }
div.DivClassName
{
background-color: #EEC995;
}
.BgClassName
{
background-color: #EEC995;
}
</style>
border-color css
<style>
span { border-color: #EEC995; }
span { border-color: rgb(238,201,149); }
td.TdClassName
{
border-color: #EEC995;
}
.TagClassName
{
border-color: #EEC995;
}
</style>