Shades of Solitaire #EBD9BD
Tints of Solitaire #EBD9BD
RGB
CMYK
RGB Variations
Color information
#EBD9BD (or 0xEBD9BD) is known color: Solitaire. HEX triplet: EB, D9 and BD. RGB value is (235,217,189). Sum of RGB (Red+Green+Blue) = 235+217+189=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9BD is #142642. Grayscale: #DBDBDB. Windows color (decimal): -1320515 or 12442091. OLE color: 12442091.
HSL color Cylindrical-coordinate representation of color #EBD9BD: hue angle of 36.52º degrees, saturation: 0.53, 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 #EBD9BD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 217 | 189 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.08 |
| HSL | 36.52º | 0.53% | 0.83% | - |
| HSV(B) | 36.52º | 0.2% | 0.92% | - |
| XYZ | 68.26 | 70.96 | 58.24 | - |
| YUV | 219.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 217 | 189 | 0 | 0.08 | 0.20 | 0.08 | 36.52 | 0.53 | 0.83 |
| Hex | EB | D9 | BD | 0 | 8 | 14 | 8 | 25 | 35 | 53 |
| Octal | 353 | 331 | 275 | 0 | 10 | 24 | 10 | 45 | 65 | 123 |
| Binary | 11101011 | 11011001 | 10111101 | 0 | 1000 | 10100 | 1000 | 100101 | 110101 | 1010011 |
Color Harmonies of #EBD9BD
Complementary color
Monochromatic Colors of #EBD9BD
Black with #EBD9BD
Text Example
Text Example
White with #EBD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD9BD; }
p { color: rgb(235,217,189); }
H1.HeaderClassName
{
color: #EBD9BD;
}
.AnyTagClassName
{
color: #EBD9BD;
}
</style>
background-color css
<style>
a { background-color: #EBD9BD; }
a { background-color: rgb(235,217,189); }
div.DivClassName
{
background-color: #EBD9BD;
}
.BgClassName
{
background-color: #EBD9BD;
}
</style>
border-color css
<style>
span { border-color: #EBD9BD; }
span { border-color: rgb(235,217,189); }
td.TdClassName
{
border-color: #EBD9BD;
}
.TagClassName
{
border-color: #EBD9BD;
}
</style>