Shades of Solitaire #EADAC0
Tints of Solitaire #EADAC0
RGB
CMYK
RGB Variations
Color information
#EADAC0 (or 0xEADAC0) is known color: Solitaire. HEX triplet: EA, DA and C0. RGB value is (234,218,192). Sum of RGB (Red+Green+Blue) = 234+218+192=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 192 (75.39% from 255 or 29.81% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADAC0 is #15253F. Grayscale: #DBDBDB. Windows color (decimal): -1385792 or 12638954. OLE color: 12638954.
HSL color Cylindrical-coordinate representation of color #EADAC0: hue angle of 37.14º 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 #EADAC0 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 192 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.08 |
| HSL | 37.14º | 0.5% | 0.84% | - |
| HSV(B) | 37.14º | 0.18% | 0.92% | - |
| XYZ | 68.52 | 71.44 | 60.05 | - |
| YUV | 219.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 192 | 0 | 0.07 | 0.18 | 0.08 | 37.14 | 0.5 | 0.84 |
| Hex | EA | DA | C0 | 0 | 7 | 12 | 8 | 25 | 32 | 54 |
| Octal | 352 | 332 | 300 | 0 | 7 | 22 | 10 | 45 | 62 | 124 |
| Binary | 11101010 | 11011010 | 11000000 | 0 | 111 | 10010 | 1000 | 100101 | 110010 | 1010100 |
Color Harmonies of #EADAC0
Complementary color
Monochromatic Colors of #EADAC0
Black with #EADAC0
Text Example
Text Example
White with #EADAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAC0; }
p { color: rgb(234,218,192); }
H1.HeaderClassName
{
color: #EADAC0;
}
.AnyTagClassName
{
color: #EADAC0;
}
</style>
background-color css
<style>
a { background-color: #EADAC0; }
a { background-color: rgb(234,218,192); }
div.DivClassName
{
background-color: #EADAC0;
}
.BgClassName
{
background-color: #EADAC0;
}
</style>
border-color css
<style>
span { border-color: #EADAC0; }
span { border-color: rgb(234,218,192); }
td.TdClassName
{
border-color: #EADAC0;
}
.TagClassName
{
border-color: #EADAC0;
}
</style>