Shades of Solitaire #EAD9C2
Tints of Solitaire #EAD9C2
RGB
CMYK
RGB Variations
Color information
#EAD9C2 (or 0xEAD9C2) is known color: Solitaire. HEX triplet: EA, D9 and C2. RGB value is (234,217,194). Sum of RGB (Red+Green+Blue) = 234+217+194=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 217 (85.16% from 255 or 33.64% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD9C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD9C2 is #15263D. Grayscale: #DBDBDB. Windows color (decimal): -1386046 or 12769770. OLE color: 12769770.
HSL color Cylindrical-coordinate representation of color #EAD9C2: hue angle of 34.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAD9C2 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 217 | 194 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.08 |
| HSL | 34.5º | 0.49% | 0.84% | - |
| HSV(B) | 34.5º | 0.17% | 0.92% | - |
| XYZ | 68.48 | 71.01 | 61.14 | - |
| YUV | 219.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 217 | 194 | 0 | 0.07 | 0.17 | 0.08 | 34.5 | 0.49 | 0.84 |
| Hex | EA | D9 | C2 | 0 | 7 | 11 | 8 | 22 | 31 | 54 |
| Octal | 352 | 331 | 302 | 0 | 7 | 21 | 10 | 42 | 61 | 124 |
| Binary | 11101010 | 11011001 | 11000010 | 0 | 111 | 10001 | 1000 | 100010 | 110001 | 1010100 |
Color Harmonies of #EAD9C2
Complementary color
Monochromatic Colors of #EAD9C2
Black with #EAD9C2
Text Example
Text Example
White with #EAD9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD9C2; }
p { color: rgb(234,217,194); }
H1.HeaderClassName
{
color: #EAD9C2;
}
.AnyTagClassName
{
color: #EAD9C2;
}
</style>
background-color css
<style>
a { background-color: #EAD9C2; }
a { background-color: rgb(234,217,194); }
div.DivClassName
{
background-color: #EAD9C2;
}
.BgClassName
{
background-color: #EAD9C2;
}
</style>
border-color css
<style>
span { border-color: #EAD9C2; }
span { border-color: rgb(234,217,194); }
td.TdClassName
{
border-color: #EAD9C2;
}
.TagClassName
{
border-color: #EAD9C2;
}
</style>