Shades of Chamois #ECC98F
Tints of Chamois #ECC98F
RGB
CMYK
RGB Variations
Color information
#ECC98F (or 0xECC98F) is known color: Chamois. HEX triplet: EC, C9 and 8F. RGB value is (236,201,143). Sum of RGB (Red+Green+Blue) = 236+201+143=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC98F is #133670. Grayscale: #CDCDCD. Windows color (decimal): -1259121 or 9423340. OLE color: 9423340.
HSL color Cylindrical-coordinate representation of color #ECC98F: hue angle of 37.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECC98F is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 143 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.07 |
| HSL | 37.42º | 0.71% | 0.74% | - |
| HSV(B) | 37.42º | 0.39% | 0.93% | - |
| XYZ | 60.44 | 61.59 | 34.69 | - |
| YUV | 204.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 143 | 0 | 0.15 | 0.39 | 0.07 | 37.42 | 0.71 | 0.74 |
| Hex | EC | C9 | 8F | 0 | F | 27 | 7 | 25 | 47 | 4A |
| Octal | 354 | 311 | 217 | 0 | 17 | 47 | 7 | 45 | 107 | 112 |
| Binary | 11101100 | 11001001 | 10001111 | 0 | 1111 | 100111 | 111 | 100101 | 1000111 | 1001010 |
Color Harmonies of #ECC98F
Complementary color
Monochromatic Colors of #ECC98F
Black with #ECC98F
Text Example
Text Example
White with #ECC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC98F; }
p { color: rgb(236,201,143); }
H1.HeaderClassName
{
color: #ECC98F;
}
.AnyTagClassName
{
color: #ECC98F;
}
</style>
background-color css
<style>
a { background-color: #ECC98F; }
a { background-color: rgb(236,201,143); }
div.DivClassName
{
background-color: #ECC98F;
}
.BgClassName
{
background-color: #ECC98F;
}
</style>
border-color css
<style>
span { border-color: #ECC98F; }
span { border-color: rgb(236,201,143); }
td.TdClassName
{
border-color: #ECC98F;
}
.TagClassName
{
border-color: #ECC98F;
}
</style>