Shades of Solitaire #EAD8BD
Tints of Solitaire #EAD8BD
RGB
CMYK
RGB Variations
Color information
#EAD8BD (or 0xEAD8BD) is known color: Solitaire. HEX triplet: EA, D8 and BD. RGB value is (234,216,189). Sum of RGB (Red+Green+Blue) = 234+216+189=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 216 (84.77% from 255 or 33.80% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8BD is #152742. Grayscale: #DADADA. Windows color (decimal): -1386307 or 12441834. OLE color: 12441834.
HSL color Cylindrical-coordinate representation of color #EAD8BD: hue angle of 36º degrees, saturation: 0.52, 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 #EAD8BD is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 216 | 189 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.08 |
| HSL | 36º | 0.52% | 0.83% | - |
| HSV(B) | 36º | 0.19% | 0.92% | - |
| XYZ | 67.67 | 70.28 | 58.14 | - |
| YUV | 218.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 216 | 189 | 0 | 0.08 | 0.19 | 0.08 | 36 | 0.52 | 0.83 |
| Hex | EA | D8 | BD | 0 | 8 | 13 | 8 | 24 | 34 | 53 |
| Octal | 352 | 330 | 275 | 0 | 10 | 23 | 10 | 44 | 64 | 123 |
| Binary | 11101010 | 11011000 | 10111101 | 0 | 1000 | 10011 | 1000 | 100100 | 110100 | 1010011 |
Color Harmonies of #EAD8BD
Complementary color
Monochromatic Colors of #EAD8BD
Black with #EAD8BD
Text Example
Text Example
White with #EAD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD8BD; }
p { color: rgb(234,216,189); }
H1.HeaderClassName
{
color: #EAD8BD;
}
.AnyTagClassName
{
color: #EAD8BD;
}
</style>
background-color css
<style>
a { background-color: #EAD8BD; }
a { background-color: rgb(234,216,189); }
div.DivClassName
{
background-color: #EAD8BD;
}
.BgClassName
{
background-color: #EAD8BD;
}
</style>
border-color css
<style>
span { border-color: #EAD8BD; }
span { border-color: rgb(234,216,189); }
td.TdClassName
{
border-color: #EAD8BD;
}
.TagClassName
{
border-color: #EAD8BD;
}
</style>