Shades of Chamois #ECCC9A
Tints of Chamois #ECCC9A
RGB
CMYK
RGB Variations
Color information
#ECCC9A (or 0xECCC9A) is known color: Chamois. HEX triplet: EC, CC and 9A. RGB value is (236,204,154). Sum of RGB (Red+Green+Blue) = 236+204+154=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCC9A is #133365. Grayscale: #D0D0D0. Windows color (decimal): -1258342 or 10145004. OLE color: 10145004.
HSL color Cylindrical-coordinate representation of color #ECCC9A: hue angle of 36.59º degrees, saturation: 0.68, 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 #ECCC9A is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 154 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.07 |
| HSL | 36.59º | 0.68% | 0.76% | - |
| HSV(B) | 36.59º | 0.35% | 0.93% | - |
| XYZ | 62.02 | 63.35 | 39.53 | - |
| YUV | 207.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 154 | 0 | 0.14 | 0.35 | 0.07 | 36.59 | 0.68 | 0.76 |
| Hex | EC | CC | 9A | 0 | E | 23 | 7 | 25 | 44 | 4C |
| Octal | 354 | 314 | 232 | 0 | 16 | 43 | 7 | 45 | 104 | 114 |
| Binary | 11101100 | 11001100 | 10011010 | 0 | 1110 | 100011 | 111 | 100101 | 1000100 | 1001100 |
Color Harmonies of #ECCC9A
Complementary color
Monochromatic Colors of #ECCC9A
Black with #ECCC9A
Text Example
Text Example
White with #ECCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC9A; }
p { color: rgb(236,204,154); }
H1.HeaderClassName
{
color: #ECCC9A;
}
.AnyTagClassName
{
color: #ECCC9A;
}
</style>
background-color css
<style>
a { background-color: #ECCC9A; }
a { background-color: rgb(236,204,154); }
div.DivClassName
{
background-color: #ECCC9A;
}
.BgClassName
{
background-color: #ECCC9A;
}
</style>
border-color css
<style>
span { border-color: #ECCC9A; }
span { border-color: rgb(236,204,154); }
td.TdClassName
{
border-color: #ECCC9A;
}
.TagClassName
{
border-color: #ECCC9A;
}
</style>