Shades of Chamois #ECCC9B
Tints of Chamois #ECCC9B
RGB
CMYK
RGB Variations
Color information
#ECCC9B (or 0xECCC9B) is known color: Chamois. HEX triplet: EC, CC and 9B. RGB value is (236,204,155). Sum of RGB (Red+Green+Blue) = 236+204+155=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC9B is #133364. Grayscale: #D0D0D0. Windows color (decimal): -1258341 or 10210540. OLE color: 10210540.
HSL color Cylindrical-coordinate representation of color #ECCC9B: hue angle of 36.3º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECCC9B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 155 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.07 |
| HSL | 36.3º | 0.68% | 0.77% | - |
| HSV(B) | 36.3º | 0.34% | 0.93% | - |
| XYZ | 62.1 | 63.39 | 39.97 | - |
| YUV | 207.98 | 98.1 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 155 | 0 | 0.14 | 0.34 | 0.07 | 36.3 | 0.68 | 0.77 |
| Hex | EC | CC | 9B | 0 | E | 22 | 7 | 24 | 44 | 4D |
| Octal | 354 | 314 | 233 | 0 | 16 | 42 | 7 | 44 | 104 | 115 |
| Binary | 11101100 | 11001100 | 10011011 | 0 | 1110 | 100010 | 111 | 100100 | 1000100 | 1001101 |
Color Harmonies of #ECCC9B
Complementary color
Monochromatic Colors of #ECCC9B
Black with #ECCC9B
Text Example
Text Example
White with #ECCC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC9B; }
p { color: rgb(236,204,155); }
H1.HeaderClassName
{
color: #ECCC9B;
}
.AnyTagClassName
{
color: #ECCC9B;
}
</style>
background-color css
<style>
a { background-color: #ECCC9B; }
a { background-color: rgb(236,204,155); }
div.DivClassName
{
background-color: #ECCC9B;
}
.BgClassName
{
background-color: #ECCC9B;
}
</style>
border-color css
<style>
span { border-color: #ECCC9B; }
span { border-color: rgb(236,204,155); }
td.TdClassName
{
border-color: #ECCC9B;
}
.TagClassName
{
border-color: #ECCC9B;
}
</style>