Shades of Chamois #ECC994
Tints of Chamois #ECC994
RGB
CMYK
RGB Variations
Color information
#ECC994 (or 0xECC994) is known color: Chamois. HEX triplet: EC, C9 and 94. RGB value is (236,201,148). Sum of RGB (Red+Green+Blue) = 236+201+148=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC994 is #13366B. Grayscale: #CDCDCD. Windows color (decimal): -1259116 or 9751020. OLE color: 9751020.
HSL color Cylindrical-coordinate representation of color #ECC994: hue angle of 36.14º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECC994 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 148 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.07 |
| HSL | 36.14º | 0.7% | 0.75% | - |
| HSV(B) | 36.14º | 0.37% | 0.93% | - |
| XYZ | 60.82 | 61.74 | 36.73 | - |
| YUV | 205.42 | 95.6 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 148 | 0 | 0.15 | 0.37 | 0.07 | 36.14 | 0.7 | 0.75 |
| Hex | EC | C9 | 94 | 0 | F | 25 | 7 | 24 | 46 | 4B |
| Octal | 354 | 311 | 224 | 0 | 17 | 45 | 7 | 44 | 106 | 113 |
| Binary | 11101100 | 11001001 | 10010100 | 0 | 1111 | 100101 | 111 | 100100 | 1000110 | 1001011 |
Color Harmonies of #ECC994
Complementary color
Monochromatic Colors of #ECC994
Black with #ECC994
Text Example
Text Example
White with #ECC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC994; }
p { color: rgb(236,201,148); }
H1.HeaderClassName
{
color: #ECC994;
}
.AnyTagClassName
{
color: #ECC994;
}
</style>
background-color css
<style>
a { background-color: #ECC994; }
a { background-color: rgb(236,201,148); }
div.DivClassName
{
background-color: #ECC994;
}
.BgClassName
{
background-color: #ECC994;
}
</style>
border-color css
<style>
span { border-color: #ECC994; }
span { border-color: rgb(236,201,148); }
td.TdClassName
{
border-color: #ECC994;
}
.TagClassName
{
border-color: #ECC994;
}
</style>