Shades of Chamois #ECD297
Tints of Chamois #ECD297
RGB
CMYK
RGB Variations
Color information
#ECD297 (or 0xECD297) is known color: Chamois. HEX triplet: EC, D2 and 97. RGB value is (236,210,151). Sum of RGB (Red+Green+Blue) = 236+210+151=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD297 is #132D68. Grayscale: #D3D3D3. Windows color (decimal): -1256809 or 9949932. OLE color: 9949932.
HSL color Cylindrical-coordinate representation of color #ECD297: hue angle of 41.65º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECD297 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 151 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.07 |
| HSL | 41.65º | 0.69% | 0.76% | - |
| HSV(B) | 41.65º | 0.36% | 0.93% | - |
| XYZ | 63.22 | 66.16 | 38.72 | - |
| YUV | 211.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 151 | 0 | 0.11 | 0.36 | 0.07 | 41.65 | 0.69 | 0.76 |
| Hex | EC | D2 | 97 | 0 | B | 24 | 7 | 2A | 45 | 4C |
| Octal | 354 | 322 | 227 | 0 | 13 | 44 | 7 | 52 | 105 | 114 |
| Binary | 11101100 | 11010010 | 10010111 | 0 | 1011 | 100100 | 111 | 101010 | 1000101 | 1001100 |
Color Harmonies of #ECD297
Complementary color
Monochromatic Colors of #ECD297
Black with #ECD297
Text Example
Text Example
White with #ECD297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD297; }
p { color: rgb(236,210,151); }
H1.HeaderClassName
{
color: #ECD297;
}
.AnyTagClassName
{
color: #ECD297;
}
</style>
background-color css
<style>
a { background-color: #ECD297; }
a { background-color: rgb(236,210,151); }
div.DivClassName
{
background-color: #ECD297;
}
.BgClassName
{
background-color: #ECD297;
}
</style>
border-color css
<style>
span { border-color: #ECD297; }
span { border-color: rgb(236,210,151); }
td.TdClassName
{
border-color: #ECD297;
}
.TagClassName
{
border-color: #ECD297;
}
</style>