Shades of Chamois #ECCD90
Tints of Chamois #ECCD90
RGB
CMYK
RGB Variations
Color information
#ECCD90 (or 0xECCD90) is known color: Chamois. HEX triplet: EC, CD and 90. RGB value is (236,205,144). Sum of RGB (Red+Green+Blue) = 236+205+144=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCD90 is #13326F. Grayscale: #CFCFCF. Windows color (decimal): -1258096 or 9489900. OLE color: 9489900.
HSL color Cylindrical-coordinate representation of color #ECCD90: hue angle of 39.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECCD90 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 144 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.07 |
| HSL | 39.78º | 0.71% | 0.75% | - |
| HSV(B) | 39.78º | 0.39% | 0.93% | - |
| XYZ | 61.46 | 63.51 | 35.4 | - |
| YUV | 207.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 144 | 0 | 0.13 | 0.39 | 0.07 | 39.78 | 0.71 | 0.75 |
| Hex | EC | CD | 90 | 0 | D | 27 | 7 | 28 | 47 | 4B |
| Octal | 354 | 315 | 220 | 0 | 15 | 47 | 7 | 50 | 107 | 113 |
| Binary | 11101100 | 11001101 | 10010000 | 0 | 1101 | 100111 | 111 | 101000 | 1000111 | 1001011 |
Color Harmonies of #ECCD90
Complementary color
Monochromatic Colors of #ECCD90
Black with #ECCD90
Text Example
Text Example
White with #ECCD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD90; }
p { color: rgb(236,205,144); }
H1.HeaderClassName
{
color: #ECCD90;
}
.AnyTagClassName
{
color: #ECCD90;
}
</style>
background-color css
<style>
a { background-color: #ECCD90; }
a { background-color: rgb(236,205,144); }
div.DivClassName
{
background-color: #ECCD90;
}
.BgClassName
{
background-color: #ECCD90;
}
</style>
border-color css
<style>
span { border-color: #ECCD90; }
span { border-color: rgb(236,205,144); }
td.TdClassName
{
border-color: #ECCD90;
}
.TagClassName
{
border-color: #ECCD90;
}
</style>