Shades of Solitaire #EAD8BF
Tints of Solitaire #EAD8BF
RGB
CMYK
RGB Variations
Color information
#EAD8BF (or 0xEAD8BF) is known color: Solitaire. HEX triplet: EA, D8 and BF. RGB value is (234,216,191). Sum of RGB (Red+Green+Blue) = 234+216+191=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8BF is #152740. Grayscale: #DADADA. Windows color (decimal): -1386305 or 12572906. OLE color: 12572906.
HSL color Cylindrical-coordinate representation of color #EAD8BF: hue angle of 34.88º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAD8BF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 191 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.08 |
| HSL | 34.88º | 0.51% | 0.83% | - |
| HSV(B) | 34.88º | 0.18% | 0.92% | - |
| XYZ | 67.89 | 70.37 | 59.29 | - |
| YUV | 218.53 | 112.46 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 191 | 0 | 0.08 | 0.18 | 0.08 | 34.88 | 0.51 | 0.83 |
| Hex | EA | D8 | BF | 0 | 8 | 12 | 8 | 23 | 33 | 53 |
| Octal | 352 | 330 | 277 | 0 | 10 | 22 | 10 | 43 | 63 | 123 |
| Binary | 11101010 | 11011000 | 10111111 | 0 | 1000 | 10010 | 1000 | 100011 | 110011 | 1010011 |
Color Harmonies of #EAD8BF
Complementary color
Monochromatic Colors of #EAD8BF
Black with #EAD8BF
Text Example
Text Example
White with #EAD8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD8BF; }
p { color: rgb(234,216,191); }
H1.HeaderClassName
{
color: #EAD8BF;
}
.AnyTagClassName
{
color: #EAD8BF;
}
</style>
background-color css
<style>
a { background-color: #EAD8BF; }
a { background-color: rgb(234,216,191); }
div.DivClassName
{
background-color: #EAD8BF;
}
.BgClassName
{
background-color: #EAD8BF;
}
</style>
border-color css
<style>
span { border-color: #EAD8BF; }
span { border-color: rgb(234,216,191); }
td.TdClassName
{
border-color: #EAD8BF;
}
.TagClassName
{
border-color: #EAD8BF;
}
</style>