Shades of Chamois #ECCD8F
Tints of Chamois #ECCD8F
RGB
CMYK
RGB Variations
Color information
#ECCD8F (or 0xECCD8F) is known color: Chamois. HEX triplet: EC, CD and 8F. RGB value is (236,205,143). Sum of RGB (Red+Green+Blue) = 236+205+143=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD8F is #133270. Grayscale: #CFCFCF. Windows color (decimal): -1258097 or 9424364. OLE color: 9424364.
HSL color Cylindrical-coordinate representation of color #ECCD8F: hue angle of 40º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECCD8F is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 143 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.07 |
| HSL | 40º | 0.71% | 0.74% | - |
| HSV(B) | 40º | 0.39% | 0.93% | - |
| XYZ | 61.38 | 63.48 | 35 | - |
| YUV | 207.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 143 | 0 | 0.13 | 0.39 | 0.07 | 40 | 0.71 | 0.74 |
| Hex | EC | CD | 8F | 0 | D | 27 | 7 | 28 | 47 | 4A |
| Octal | 354 | 315 | 217 | 0 | 15 | 47 | 7 | 50 | 107 | 112 |
| Binary | 11101100 | 11001101 | 10001111 | 0 | 1101 | 100111 | 111 | 101000 | 1000111 | 1001010 |
Color Harmonies of #ECCD8F
Complementary color
Monochromatic Colors of #ECCD8F
Black with #ECCD8F
Text Example
Text Example
White with #ECCD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD8F; }
p { color: rgb(236,205,143); }
H1.HeaderClassName
{
color: #ECCD8F;
}
.AnyTagClassName
{
color: #ECCD8F;
}
</style>
background-color css
<style>
a { background-color: #ECCD8F; }
a { background-color: rgb(236,205,143); }
div.DivClassName
{
background-color: #ECCD8F;
}
.BgClassName
{
background-color: #ECCD8F;
}
</style>
border-color css
<style>
span { border-color: #ECCD8F; }
span { border-color: rgb(236,205,143); }
td.TdClassName
{
border-color: #ECCD8F;
}
.TagClassName
{
border-color: #ECCD8F;
}
</style>