Shades of Chamois #ECD08E
Tints of Chamois #ECD08E
RGB
CMYK
RGB Variations
Color information
#ECD08E (or 0xECD08E) is known color: Chamois. HEX triplet: EC, D0 and 8E. RGB value is (236,208,142). Sum of RGB (Red+Green+Blue) = 236+208+142=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD08E is #132F71. Grayscale: #D1D1D1. Windows color (decimal): -1257330 or 9359596. OLE color: 9359596.
HSL color Cylindrical-coordinate representation of color #ECD08E: hue angle of 42.13º 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 #ECD08E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 142 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.07 |
| HSL | 42.13º | 0.71% | 0.74% | - |
| HSV(B) | 42.13º | 0.4% | 0.93% | - |
| XYZ | 62.03 | 64.9 | 34.85 | - |
| YUV | 208.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 142 | 0 | 0.12 | 0.40 | 0.07 | 42.13 | 0.71 | 0.74 |
| Hex | EC | D0 | 8E | 0 | C | 28 | 7 | 2A | 47 | 4A |
| Octal | 354 | 320 | 216 | 0 | 14 | 50 | 7 | 52 | 107 | 112 |
| Binary | 11101100 | 11010000 | 10001110 | 0 | 1100 | 101000 | 111 | 101010 | 1000111 | 1001010 |
Color Harmonies of #ECD08E
Complementary color
Monochromatic Colors of #ECD08E
Black with #ECD08E
Text Example
Text Example
White with #ECD08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD08E; }
p { color: rgb(236,208,142); }
H1.HeaderClassName
{
color: #ECD08E;
}
.AnyTagClassName
{
color: #ECD08E;
}
</style>
background-color css
<style>
a { background-color: #ECD08E; }
a { background-color: rgb(236,208,142); }
div.DivClassName
{
background-color: #ECD08E;
}
.BgClassName
{
background-color: #ECD08E;
}
</style>
border-color css
<style>
span { border-color: #ECD08E; }
span { border-color: rgb(236,208,142); }
td.TdClassName
{
border-color: #ECD08E;
}
.TagClassName
{
border-color: #ECD08E;
}
</style>