Shades of Solitaire #EAD9C0
Tints of Solitaire #EAD9C0
RGB
CMYK
RGB Variations
Color information
#EAD9C0 (or 0xEAD9C0) is known color: Solitaire. HEX triplet: EA, D9 and C0. RGB value is (234,217,192). Sum of RGB (Red+Green+Blue) = 234+217+192=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 192 (75.39% from 255 or 29.86% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9C0 is #15263F. Grayscale: #DBDBDB. Windows color (decimal): -1386048 or 12638698. OLE color: 12638698.
HSL color Cylindrical-coordinate representation of color #EAD9C0: hue angle of 35.71º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAD9C0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 192 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.08 |
| HSL | 35.71º | 0.5% | 0.84% | - |
| HSV(B) | 35.71º | 0.18% | 0.92% | - |
| XYZ | 68.26 | 70.92 | 59.96 | - |
| YUV | 219.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 192 | 0 | 0.07 | 0.18 | 0.08 | 35.71 | 0.5 | 0.84 |
| Hex | EA | D9 | C0 | 0 | 7 | 12 | 8 | 24 | 32 | 54 |
| Octal | 352 | 331 | 300 | 0 | 7 | 22 | 10 | 44 | 62 | 124 |
| Binary | 11101010 | 11011001 | 11000000 | 0 | 111 | 10010 | 1000 | 100100 | 110010 | 1010100 |
Color Harmonies of #EAD9C0
Complementary color
Monochromatic Colors of #EAD9C0
Black with #EAD9C0
Text Example
Text Example
White with #EAD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9C0; }
p { color: rgb(234,217,192); }
H1.HeaderClassName
{
color: #EAD9C0;
}
.AnyTagClassName
{
color: #EAD9C0;
}
</style>
background-color css
<style>
a { background-color: #EAD9C0; }
a { background-color: rgb(234,217,192); }
div.DivClassName
{
background-color: #EAD9C0;
}
.BgClassName
{
background-color: #EAD9C0;
}
</style>
border-color css
<style>
span { border-color: #EAD9C0; }
span { border-color: rgb(234,217,192); }
td.TdClassName
{
border-color: #EAD9C0;
}
.TagClassName
{
border-color: #EAD9C0;
}
</style>