Shades of Chamois #EEC994
Tints of Chamois #EEC994
RGB
CMYK
RGB Variations
Color information
#EEC994 (or 0xEEC994) is known color: Chamois. HEX triplet: EE, C9 and 94. RGB value is (238,201,148). Sum of RGB (Red+Green+Blue) = 238+201+148=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC994 is #11366B. Grayscale: #CECECE. Windows color (decimal): -1128044 or 9751022. OLE color: 9751022.
HSL color Cylindrical-coordinate representation of color #EEC994: hue angle of 35.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEC994 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 148 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.07 |
| HSL | 35.33º | 0.73% | 0.76% | - |
| HSV(B) | 35.33º | 0.38% | 0.93% | - |
| XYZ | 61.49 | 62.09 | 36.76 | - |
| YUV | 206.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 148 | 0 | 0.16 | 0.38 | 0.07 | 35.33 | 0.73 | 0.76 |
| Hex | EE | C9 | 94 | 0 | 10 | 26 | 7 | 23 | 49 | 4C |
| Octal | 356 | 311 | 224 | 0 | 20 | 46 | 7 | 43 | 111 | 114 |
| Binary | 11101110 | 11001001 | 10010100 | 0 | 10000 | 100110 | 111 | 100011 | 1001001 | 1001100 |
Color Harmonies of #EEC994
Complementary color
Monochromatic Colors of #EEC994
Black with #EEC994
Text Example
Text Example
White with #EEC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC994; }
p { color: rgb(238,201,148); }
H1.HeaderClassName
{
color: #EEC994;
}
.AnyTagClassName
{
color: #EEC994;
}
</style>
background-color css
<style>
a { background-color: #EEC994; }
a { background-color: rgb(238,201,148); }
div.DivClassName
{
background-color: #EEC994;
}
.BgClassName
{
background-color: #EEC994;
}
</style>
border-color css
<style>
span { border-color: #EEC994; }
span { border-color: rgb(238,201,148); }
td.TdClassName
{
border-color: #EEC994;
}
.TagClassName
{
border-color: #EEC994;
}
</style>