Shades of Chamois #ECCD94
Tints of Chamois #ECCD94
RGB
CMYK
RGB Variations
Color information
#ECCD94 (or 0xECCD94) is known color: Chamois. HEX triplet: EC, CD and 94. RGB value is (236,205,148). Sum of RGB (Red+Green+Blue) = 236+205+148=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD94 is #13326B. Grayscale: #D0D0D0. Windows color (decimal): -1258092 or 9752044. OLE color: 9752044.
HSL color Cylindrical-coordinate representation of color #ECCD94: hue angle of 38.86º 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 #ECCD94 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 148 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.07 |
| HSL | 38.86º | 0.7% | 0.75% | - |
| HSV(B) | 38.86º | 0.37% | 0.93% | - |
| XYZ | 61.77 | 63.63 | 37.04 | - |
| YUV | 207.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 148 | 0 | 0.13 | 0.37 | 0.07 | 38.86 | 0.7 | 0.75 |
| Hex | EC | CD | 94 | 0 | D | 25 | 7 | 27 | 46 | 4B |
| Octal | 354 | 315 | 224 | 0 | 15 | 45 | 7 | 47 | 106 | 113 |
| Binary | 11101100 | 11001101 | 10010100 | 0 | 1101 | 100101 | 111 | 100111 | 1000110 | 1001011 |
Color Harmonies of #ECCD94
Complementary color
Monochromatic Colors of #ECCD94
Black with #ECCD94
Text Example
Text Example
White with #ECCD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD94; }
p { color: rgb(236,205,148); }
H1.HeaderClassName
{
color: #ECCD94;
}
.AnyTagClassName
{
color: #ECCD94;
}
</style>
background-color css
<style>
a { background-color: #ECCD94; }
a { background-color: rgb(236,205,148); }
div.DivClassName
{
background-color: #ECCD94;
}
.BgClassName
{
background-color: #ECCD94;
}
</style>
border-color css
<style>
span { border-color: #ECCD94; }
span { border-color: rgb(236,205,148); }
td.TdClassName
{
border-color: #ECCD94;
}
.TagClassName
{
border-color: #ECCD94;
}
</style>