Shades of Solitaire #EFDCBE
Tints of Solitaire #EFDCBE
RGB
CMYK
RGB Variations
Color information
#EFDCBE (or 0xEFDCBE) is known color: Solitaire. HEX triplet: EF, DC and BE. RGB value is (239,220,190). Sum of RGB (Red+Green+Blue) = 239+220+190=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCBE is #102341. Grayscale: #DEDEDE. Windows color (decimal): -1057602 or 12508399. OLE color: 12508399.
HSL color Cylindrical-coordinate representation of color #EFDCBE: hue angle of 36.73º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFDCBE is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 190 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.06 |
| HSL | 36.73º | 0.6% | 0.84% | - |
| HSV(B) | 36.73º | 0.21% | 0.94% | - |
| XYZ | 70.48 | 73.25 | 59.14 | - |
| YUV | 222.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 190 | 0 | 0.08 | 0.21 | 0.06 | 36.73 | 0.6 | 0.84 |
| Hex | EF | DC | BE | 0 | 8 | 15 | 6 | 25 | 3C | 54 |
| Octal | 357 | 334 | 276 | 0 | 10 | 25 | 6 | 45 | 74 | 124 |
| Binary | 11101111 | 11011100 | 10111110 | 0 | 1000 | 10101 | 110 | 100101 | 111100 | 1010100 |
Color Harmonies of #EFDCBE
Complementary color
Monochromatic Colors of #EFDCBE
Black with #EFDCBE
Text Example
Text Example
White with #EFDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDCBE; }
p { color: rgb(239,220,190); }
H1.HeaderClassName
{
color: #EFDCBE;
}
.AnyTagClassName
{
color: #EFDCBE;
}
</style>
background-color css
<style>
a { background-color: #EFDCBE; }
a { background-color: rgb(239,220,190); }
div.DivClassName
{
background-color: #EFDCBE;
}
.BgClassName
{
background-color: #EFDCBE;
}
</style>
border-color css
<style>
span { border-color: #EFDCBE; }
span { border-color: rgb(239,220,190); }
td.TdClassName
{
border-color: #EFDCBE;
}
.TagClassName
{
border-color: #EFDCBE;
}
</style>