Shades of Solitaire #ECD7BE
Tints of Solitaire #ECD7BE
RGB
CMYK
RGB Variations
Color information
#ECD7BE (or 0xECD7BE) is known color: Solitaire. HEX triplet: EC, D7 and BE. RGB value is (236,215,190). Sum of RGB (Red+Green+Blue) = 236+215+190=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD7BE is #132841. Grayscale: #DADADA. Windows color (decimal): -1255490 or 12507116. OLE color: 12507116.
HSL color Cylindrical-coordinate representation of color #ECD7BE: hue angle of 32.61º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECD7BE is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 215 | 190 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.07 |
| HSL | 32.61º | 0.55% | 0.84% | - |
| HSV(B) | 32.61º | 0.19% | 0.93% | - |
| XYZ | 68.19 | 70.15 | 58.66 | - |
| YUV | 218.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 215 | 190 | 0 | 0.09 | 0.19 | 0.07 | 32.61 | 0.55 | 0.84 |
| Hex | EC | D7 | BE | 0 | 9 | 13 | 7 | 21 | 37 | 54 |
| Octal | 354 | 327 | 276 | 0 | 11 | 23 | 7 | 41 | 67 | 124 |
| Binary | 11101100 | 11010111 | 10111110 | 0 | 1001 | 10011 | 111 | 100001 | 110111 | 1010100 |
Color Harmonies of #ECD7BE
Complementary color
Monochromatic Colors of #ECD7BE
Black with #ECD7BE
Text Example
Text Example
White with #ECD7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD7BE; }
p { color: rgb(236,215,190); }
H1.HeaderClassName
{
color: #ECD7BE;
}
.AnyTagClassName
{
color: #ECD7BE;
}
</style>
background-color css
<style>
a { background-color: #ECD7BE; }
a { background-color: rgb(236,215,190); }
div.DivClassName
{
background-color: #ECD7BE;
}
.BgClassName
{
background-color: #ECD7BE;
}
</style>
border-color css
<style>
span { border-color: #ECD7BE; }
span { border-color: rgb(236,215,190); }
td.TdClassName
{
border-color: #ECD7BE;
}
.TagClassName
{
border-color: #ECD7BE;
}
</style>