Shades of Chamois #ECCF9A
Tints of Chamois #ECCF9A
RGB
CMYK
RGB Variations
Color information
#ECCF9A (or 0xECCF9A) is known color: Chamois. HEX triplet: EC, CF and 9A. RGB value is (236,207,154). Sum of RGB (Red+Green+Blue) = 236+207+154=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCF9A is #133065. Grayscale: #D1D1D1. Windows color (decimal): -1257574 or 10145772. OLE color: 10145772.
HSL color Cylindrical-coordinate representation of color #ECCF9A: hue angle of 38.78º 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 #ECCF9A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 207 | 154 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.07 |
| HSL | 38.78º | 0.68% | 0.76% | - |
| HSV(B) | 38.78º | 0.35% | 0.93% | - |
| XYZ | 62.74 | 64.79 | 39.77 | - |
| YUV | 209.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 207 | 154 | 0 | 0.12 | 0.35 | 0.07 | 38.78 | 0.68 | 0.76 |
| Hex | EC | CF | 9A | 0 | C | 23 | 7 | 27 | 44 | 4C |
| Octal | 354 | 317 | 232 | 0 | 14 | 43 | 7 | 47 | 104 | 114 |
| Binary | 11101100 | 11001111 | 10011010 | 0 | 1100 | 100011 | 111 | 100111 | 1000100 | 1001100 |
Color Harmonies of #ECCF9A
Complementary color
Monochromatic Colors of #ECCF9A
Black with #ECCF9A
Text Example
Text Example
White with #ECCF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCF9A; }
p { color: rgb(236,207,154); }
H1.HeaderClassName
{
color: #ECCF9A;
}
.AnyTagClassName
{
color: #ECCF9A;
}
</style>
background-color css
<style>
a { background-color: #ECCF9A; }
a { background-color: rgb(236,207,154); }
div.DivClassName
{
background-color: #ECCF9A;
}
.BgClassName
{
background-color: #ECCF9A;
}
</style>
border-color css
<style>
span { border-color: #ECCF9A; }
span { border-color: rgb(236,207,154); }
td.TdClassName
{
border-color: #ECCF9A;
}
.TagClassName
{
border-color: #ECCF9A;
}
</style>