Shades of Chamois #ECD295
Tints of Chamois #ECD295
RGB
CMYK
RGB Variations
Color information
#ECD295 (or 0xECD295) is known color: Chamois. HEX triplet: EC, D2 and 95. RGB value is (236,210,149). Sum of RGB (Red+Green+Blue) = 236+210+149=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD295 is #132D6A. Grayscale: #D3D3D3. Windows color (decimal): -1256811 or 9818860. OLE color: 9818860.
HSL color Cylindrical-coordinate representation of color #ECD295: hue angle of 42.07º 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 #ECD295 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 149 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.07 |
| HSL | 42.07º | 0.7% | 0.75% | - |
| HSV(B) | 42.07º | 0.37% | 0.93% | - |
| XYZ | 63.06 | 66.1 | 37.87 | - |
| YUV | 210.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 149 | 0 | 0.11 | 0.37 | 0.07 | 42.07 | 0.7 | 0.75 |
| Hex | EC | D2 | 95 | 0 | B | 25 | 7 | 2A | 46 | 4B |
| Octal | 354 | 322 | 225 | 0 | 13 | 45 | 7 | 52 | 106 | 113 |
| Binary | 11101100 | 11010010 | 10010101 | 0 | 1011 | 100101 | 111 | 101010 | 1000110 | 1001011 |
Color Harmonies of #ECD295
Complementary color
Monochromatic Colors of #ECD295
Black with #ECD295
Text Example
Text Example
White with #ECD295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD295; }
p { color: rgb(236,210,149); }
H1.HeaderClassName
{
color: #ECD295;
}
.AnyTagClassName
{
color: #ECD295;
}
</style>
background-color css
<style>
a { background-color: #ECD295; }
a { background-color: rgb(236,210,149); }
div.DivClassName
{
background-color: #ECD295;
}
.BgClassName
{
background-color: #ECD295;
}
</style>
border-color css
<style>
span { border-color: #ECD295; }
span { border-color: rgb(236,210,149); }
td.TdClassName
{
border-color: #ECD295;
}
.TagClassName
{
border-color: #ECD295;
}
</style>