Shades of Chamois #ECC98E
Tints of Chamois #ECC98E
RGB
CMYK
RGB Variations
Color information
#ECC98E (or 0xECC98E) is known color: Chamois. HEX triplet: EC, C9 and 8E. RGB value is (236,201,142). Sum of RGB (Red+Green+Blue) = 236+201+142=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC98E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC98E is #133671. Grayscale: #CDCDCD. Windows color (decimal): -1259122 or 9357804. OLE color: 9357804.
HSL color Cylindrical-coordinate representation of color #ECC98E: hue angle of 37.66º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECC98E is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 142 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.07 |
| HSL | 37.66º | 0.71% | 0.74% | - |
| HSV(B) | 37.66º | 0.4% | 0.93% | - |
| XYZ | 60.36 | 61.56 | 34.29 | - |
| YUV | 204.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 142 | 0 | 0.15 | 0.40 | 0.07 | 37.66 | 0.71 | 0.74 |
| Hex | EC | C9 | 8E | 0 | F | 28 | 7 | 26 | 47 | 4A |
| Octal | 354 | 311 | 216 | 0 | 17 | 50 | 7 | 46 | 107 | 112 |
| Binary | 11101100 | 11001001 | 10001110 | 0 | 1111 | 101000 | 111 | 100110 | 1000111 | 1001010 |
Color Harmonies of #ECC98E
Complementary color
Monochromatic Colors of #ECC98E
Black with #ECC98E
Text Example
Text Example
White with #ECC98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC98E; }
p { color: rgb(236,201,142); }
H1.HeaderClassName
{
color: #ECC98E;
}
.AnyTagClassName
{
color: #ECC98E;
}
</style>
background-color css
<style>
a { background-color: #ECC98E; }
a { background-color: rgb(236,201,142); }
div.DivClassName
{
background-color: #ECC98E;
}
.BgClassName
{
background-color: #ECC98E;
}
</style>
border-color css
<style>
span { border-color: #ECC98E; }
span { border-color: rgb(236,201,142); }
td.TdClassName
{
border-color: #ECC98E;
}
.TagClassName
{
border-color: #ECC98E;
}
</style>