Shades of Solitaire #EBD9BE
Tints of Solitaire #EBD9BE
RGB
CMYK
RGB Variations
Color information
#EBD9BE (or 0xEBD9BE) is known color: Solitaire. HEX triplet: EB, D9 and BE. RGB value is (235,217,190). Sum of RGB (Red+Green+Blue) = 235+217+190=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 217 (85.16% from 255 or 33.80% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9BE is #142641. Grayscale: #DBDBDB. Windows color (decimal): -1320514 or 12507627. OLE color: 12507627.
HSL color Cylindrical-coordinate representation of color #EBD9BE: hue angle of 36º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBD9BE is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 190 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.08 |
| HSL | 36º | 0.53% | 0.83% | - |
| HSV(B) | 36º | 0.19% | 0.92% | - |
| XYZ | 68.37 | 71.01 | 58.82 | - |
| YUV | 219.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 190 | 0 | 0.08 | 0.19 | 0.08 | 36 | 0.53 | 0.83 |
| Hex | EB | D9 | BE | 0 | 8 | 13 | 8 | 24 | 35 | 53 |
| Octal | 353 | 331 | 276 | 0 | 10 | 23 | 10 | 44 | 65 | 123 |
| Binary | 11101011 | 11011001 | 10111110 | 0 | 1000 | 10011 | 1000 | 100100 | 110101 | 1010011 |
Color Harmonies of #EBD9BE
Complementary color
Monochromatic Colors of #EBD9BE
Black with #EBD9BE
Text Example
Text Example
White with #EBD9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD9BE; }
p { color: rgb(235,217,190); }
H1.HeaderClassName
{
color: #EBD9BE;
}
.AnyTagClassName
{
color: #EBD9BE;
}
</style>
background-color css
<style>
a { background-color: #EBD9BE; }
a { background-color: rgb(235,217,190); }
div.DivClassName
{
background-color: #EBD9BE;
}
.BgClassName
{
background-color: #EBD9BE;
}
</style>
border-color css
<style>
span { border-color: #EBD9BE; }
span { border-color: rgb(235,217,190); }
td.TdClassName
{
border-color: #EBD9BE;
}
.TagClassName
{
border-color: #EBD9BE;
}
</style>