Shades of Chamois #ECCF9C
Tints of Chamois #ECCF9C
RGB
CMYK
RGB Variations
Color information
#ECCF9C (or 0xECCF9C) is known color: Chamois. HEX triplet: EC, CF and 9C. RGB value is (236,207,156). Sum of RGB (Red+Green+Blue) = 236+207+156=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCF9C is #133063. Grayscale: #D2D2D2. Windows color (decimal): -1257572 or 10276844. OLE color: 10276844.
HSL color Cylindrical-coordinate representation of color #ECCF9C: hue angle of 38.25º 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 #ECCF9C is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 156 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.07 |
| HSL | 38.25º | 0.68% | 0.77% | - |
| HSV(B) | 38.25º | 0.34% | 0.93% | - |
| XYZ | 62.91 | 64.86 | 40.66 | - |
| YUV | 209.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 156 | 0 | 0.12 | 0.34 | 0.07 | 38.25 | 0.68 | 0.77 |
| Hex | EC | CF | 9C | 0 | C | 22 | 7 | 26 | 44 | 4D |
| Octal | 354 | 317 | 234 | 0 | 14 | 42 | 7 | 46 | 104 | 115 |
| Binary | 11101100 | 11001111 | 10011100 | 0 | 1100 | 100010 | 111 | 100110 | 1000100 | 1001101 |
Color Harmonies of #ECCF9C
Complementary color
Monochromatic Colors of #ECCF9C
Black with #ECCF9C
Text Example
Text Example
White with #ECCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF9C; }
p { color: rgb(236,207,156); }
H1.HeaderClassName
{
color: #ECCF9C;
}
.AnyTagClassName
{
color: #ECCF9C;
}
</style>
background-color css
<style>
a { background-color: #ECCF9C; }
a { background-color: rgb(236,207,156); }
div.DivClassName
{
background-color: #ECCF9C;
}
.BgClassName
{
background-color: #ECCF9C;
}
</style>
border-color css
<style>
span { border-color: #ECCF9C; }
span { border-color: rgb(236,207,156); }
td.TdClassName
{
border-color: #ECCF9C;
}
.TagClassName
{
border-color: #ECCF9C;
}
</style>