Shades of Solitaire #EBD9BC
Tints of Solitaire #EBD9BC
RGB
CMYK
RGB Variations
Color information
#EBD9BC (or 0xEBD9BC) is known color: Solitaire. HEX triplet: EB, D9 and BC. RGB value is (235,217,188). Sum of RGB (Red+Green+Blue) = 235+217+188=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 217 (85.16% from 255 or 33.91% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9BC is #142643. Grayscale: #DBDBDB. Windows color (decimal): -1320516 or 12376555. OLE color: 12376555.
HSL color Cylindrical-coordinate representation of color #EBD9BC: hue angle of 37.02º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBD9BC is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 188 | - |
| CMYK | 0 | 0.08 | 0.2 | 0.08 |
| HSL | 37.02º | 0.54% | 0.83% | - |
| HSV(B) | 37.02º | 0.2% | 0.92% | - |
| XYZ | 68.15 | 70.92 | 57.67 | - |
| YUV | 219.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 188 | 0 | 0.08 | 0.2 | 0.08 | 37.02 | 0.54 | 0.83 |
| Hex | EB | D9 | BC | 0 | 8 | 14 | 8 | 25 | 36 | 53 |
| Octal | 353 | 331 | 274 | 0 | 10 | 24 | 10 | 45 | 66 | 123 |
| Binary | 11101011 | 11011001 | 10111100 | 0 | 1000 | 10100 | 1000 | 100101 | 110110 | 1010011 |
Color Harmonies of #EBD9BC
Complementary color
Monochromatic Colors of #EBD9BC
Black with #EBD9BC
Text Example
Text Example
White with #EBD9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD9BC; }
p { color: rgb(235,217,188); }
H1.HeaderClassName
{
color: #EBD9BC;
}
.AnyTagClassName
{
color: #EBD9BC;
}
</style>
background-color css
<style>
a { background-color: #EBD9BC; }
a { background-color: rgb(235,217,188); }
div.DivClassName
{
background-color: #EBD9BC;
}
.BgClassName
{
background-color: #EBD9BC;
}
</style>
border-color css
<style>
span { border-color: #EBD9BC; }
span { border-color: rgb(235,217,188); }
td.TdClassName
{
border-color: #EBD9BC;
}
.TagClassName
{
border-color: #EBD9BC;
}
</style>