Shades of Chamois #ECCE8E
Tints of Chamois #ECCE8E
RGB
CMYK
RGB Variations
Color information
#ECCE8E (or 0xECCE8E) is known color: Chamois. HEX triplet: EC, CE and 8E. RGB value is (236,206,142). Sum of RGB (Red+Green+Blue) = 236+206+142=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCE8E is #133171. Grayscale: #CFCFCF. Windows color (decimal): -1257842 or 9359084. OLE color: 9359084.
HSL color Cylindrical-coordinate representation of color #ECCE8E: hue angle of 40.85º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECCE8E is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 142 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.07 |
| HSL | 40.85º | 0.71% | 0.74% | - |
| HSV(B) | 40.85º | 0.4% | 0.93% | - |
| XYZ | 61.55 | 63.93 | 34.69 | - |
| YUV | 207.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 142 | 0 | 0.13 | 0.40 | 0.07 | 40.85 | 0.71 | 0.74 |
| Hex | EC | CE | 8E | 0 | D | 28 | 7 | 29 | 47 | 4A |
| Octal | 354 | 316 | 216 | 0 | 15 | 50 | 7 | 51 | 107 | 112 |
| Binary | 11101100 | 11001110 | 10001110 | 0 | 1101 | 101000 | 111 | 101001 | 1000111 | 1001010 |
Color Harmonies of #ECCE8E
Complementary color
Monochromatic Colors of #ECCE8E
Black with #ECCE8E
Text Example
Text Example
White with #ECCE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE8E; }
p { color: rgb(236,206,142); }
H1.HeaderClassName
{
color: #ECCE8E;
}
.AnyTagClassName
{
color: #ECCE8E;
}
</style>
background-color css
<style>
a { background-color: #ECCE8E; }
a { background-color: rgb(236,206,142); }
div.DivClassName
{
background-color: #ECCE8E;
}
.BgClassName
{
background-color: #ECCE8E;
}
</style>
border-color css
<style>
span { border-color: #ECCE8E; }
span { border-color: rgb(236,206,142); }
td.TdClassName
{
border-color: #ECCE8E;
}
.TagClassName
{
border-color: #ECCE8E;
}
</style>