Shades of Chamois #EECB94
Tints of Chamois #EECB94
RGB
CMYK
RGB Variations
Color information
#EECB94 (or 0xEECB94) is known color: Chamois. HEX triplet: EE, CB and 94. RGB value is (238,203,148). Sum of RGB (Red+Green+Blue) = 238+203+148=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECB94 is #11346B. Grayscale: #CFCFCF. Windows color (decimal): -1127532 or 9751534. OLE color: 9751534.
HSL color Cylindrical-coordinate representation of color #EECB94: hue angle of 36.67º 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 #EECB94 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 148 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.07 |
| HSL | 36.67º | 0.73% | 0.76% | - |
| HSV(B) | 36.67º | 0.38% | 0.93% | - |
| XYZ | 61.96 | 63.03 | 36.92 | - |
| YUV | 207.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 148 | 0 | 0.15 | 0.38 | 0.07 | 36.67 | 0.73 | 0.76 |
| Hex | EE | CB | 94 | 0 | F | 26 | 7 | 25 | 49 | 4C |
| Octal | 356 | 313 | 224 | 0 | 17 | 46 | 7 | 45 | 111 | 114 |
| Binary | 11101110 | 11001011 | 10010100 | 0 | 1111 | 100110 | 111 | 100101 | 1001001 | 1001100 |
Color Harmonies of #EECB94
Complementary color
Monochromatic Colors of #EECB94
Black with #EECB94
Text Example
Text Example
White with #EECB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB94; }
p { color: rgb(238,203,148); }
H1.HeaderClassName
{
color: #EECB94;
}
.AnyTagClassName
{
color: #EECB94;
}
</style>
background-color css
<style>
a { background-color: #EECB94; }
a { background-color: rgb(238,203,148); }
div.DivClassName
{
background-color: #EECB94;
}
.BgClassName
{
background-color: #EECB94;
}
</style>
border-color css
<style>
span { border-color: #EECB94; }
span { border-color: rgb(238,203,148); }
td.TdClassName
{
border-color: #EECB94;
}
.TagClassName
{
border-color: #EECB94;
}
</style>