Shades of Solitaire #EBD6BD
Tints of Solitaire #EBD6BD
RGB
CMYK
RGB Variations
Color information
#EBD6BD (or 0xEBD6BD) is known color: Solitaire. HEX triplet: EB, D6 and BD. RGB value is (235,214,189). Sum of RGB (Red+Green+Blue) = 235+214+189=638 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.83% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6BD is #142942. Grayscale: #D9D9D9. Windows color (decimal): -1321283 or 12441323. OLE color: 12441323.
HSL color Cylindrical-coordinate representation of color #EBD6BD: hue angle of 32.61º 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 #EBD6BD is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 214 | 189 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.08 |
| HSL | 32.61º | 0.53% | 0.83% | - |
| HSV(B) | 32.61º | 0.2% | 0.92% | - |
| XYZ | 67.49 | 69.43 | 57.99 | - |
| YUV | 217.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 214 | 189 | 0 | 0.09 | 0.20 | 0.08 | 32.61 | 0.53 | 0.83 |
| Hex | EB | D6 | BD | 0 | 9 | 14 | 8 | 21 | 35 | 53 |
| Octal | 353 | 326 | 275 | 0 | 11 | 24 | 10 | 41 | 65 | 123 |
| Binary | 11101011 | 11010110 | 10111101 | 0 | 1001 | 10100 | 1000 | 100001 | 110101 | 1010011 |
Color Harmonies of #EBD6BD
Complementary color
Monochromatic Colors of #EBD6BD
Black with #EBD6BD
Text Example
Text Example
White with #EBD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD6BD; }
p { color: rgb(235,214,189); }
H1.HeaderClassName
{
color: #EBD6BD;
}
.AnyTagClassName
{
color: #EBD6BD;
}
</style>
background-color css
<style>
a { background-color: #EBD6BD; }
a { background-color: rgb(235,214,189); }
div.DivClassName
{
background-color: #EBD6BD;
}
.BgClassName
{
background-color: #EBD6BD;
}
</style>
border-color css
<style>
span { border-color: #EBD6BD; }
span { border-color: rgb(235,214,189); }
td.TdClassName
{
border-color: #EBD6BD;
}
.TagClassName
{
border-color: #EBD6BD;
}
</style>