Shades of Chamois #ECCC99
Tints of Chamois #ECCC99
RGB
CMYK
RGB Variations
Color information
#ECCC99 (or 0xECCC99) is known color: Chamois. HEX triplet: EC, CC and 99. RGB value is (236,204,153). Sum of RGB (Red+Green+Blue) = 236+204+153=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC99 is #133366. Grayscale: #CFCFCF. Windows color (decimal): -1258343 or 10079468. OLE color: 10079468.
HSL color Cylindrical-coordinate representation of color #ECCC99: hue angle of 36.87º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECCC99 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 153 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.07 |
| HSL | 36.87º | 0.69% | 0.76% | - |
| HSV(B) | 36.87º | 0.35% | 0.93% | - |
| XYZ | 61.93 | 63.32 | 39.09 | - |
| YUV | 207.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 153 | 0 | 0.14 | 0.35 | 0.07 | 36.87 | 0.69 | 0.76 |
| Hex | EC | CC | 99 | 0 | E | 23 | 7 | 25 | 45 | 4C |
| Octal | 354 | 314 | 231 | 0 | 16 | 43 | 7 | 45 | 105 | 114 |
| Binary | 11101100 | 11001100 | 10011001 | 0 | 1110 | 100011 | 111 | 100101 | 1000101 | 1001100 |
Color Harmonies of #ECCC99
Complementary color
Monochromatic Colors of #ECCC99
Black with #ECCC99
Text Example
Text Example
White with #ECCC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC99; }
p { color: rgb(236,204,153); }
H1.HeaderClassName
{
color: #ECCC99;
}
.AnyTagClassName
{
color: #ECCC99;
}
</style>
background-color css
<style>
a { background-color: #ECCC99; }
a { background-color: rgb(236,204,153); }
div.DivClassName
{
background-color: #ECCC99;
}
.BgClassName
{
background-color: #ECCC99;
}
</style>
border-color css
<style>
span { border-color: #ECCC99; }
span { border-color: rgb(236,204,153); }
td.TdClassName
{
border-color: #ECCC99;
}
.TagClassName
{
border-color: #ECCC99;
}
</style>