Shades of Solitaire #EDD8BE
Tints of Solitaire #EDD8BE
RGB
CMYK
RGB Variations
Color information
#EDD8BE (or 0xEDD8BE) is known color: Solitaire. HEX triplet: ED, D8 and BE. RGB value is (237,216,190). Sum of RGB (Red+Green+Blue) = 237+216+190=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD8BE is #122741. Grayscale: #DBDBDB. Windows color (decimal): -1189698 or 12507373. OLE color: 12507373.
HSL color Cylindrical-coordinate representation of color #EDD8BE: hue angle of 33.19º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDD8BE is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 190 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.07 |
| HSL | 33.19º | 0.57% | 0.84% | - |
| HSV(B) | 33.19º | 0.2% | 0.93% | - |
| XYZ | 68.78 | 70.83 | 58.76 | - |
| YUV | 219.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 190 | 0 | 0.09 | 0.20 | 0.07 | 33.19 | 0.57 | 0.84 |
| Hex | ED | D8 | BE | 0 | 9 | 14 | 7 | 21 | 39 | 54 |
| Octal | 355 | 330 | 276 | 0 | 11 | 24 | 7 | 41 | 71 | 124 |
| Binary | 11101101 | 11011000 | 10111110 | 0 | 1001 | 10100 | 111 | 100001 | 111001 | 1010100 |
Color Harmonies of #EDD8BE
Complementary color
Monochromatic Colors of #EDD8BE
Black with #EDD8BE
Text Example
Text Example
White with #EDD8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD8BE; }
p { color: rgb(237,216,190); }
H1.HeaderClassName
{
color: #EDD8BE;
}
.AnyTagClassName
{
color: #EDD8BE;
}
</style>
background-color css
<style>
a { background-color: #EDD8BE; }
a { background-color: rgb(237,216,190); }
div.DivClassName
{
background-color: #EDD8BE;
}
.BgClassName
{
background-color: #EDD8BE;
}
</style>
border-color css
<style>
span { border-color: #EDD8BE; }
span { border-color: rgb(237,216,190); }
td.TdClassName
{
border-color: #EDD8BE;
}
.TagClassName
{
border-color: #EDD8BE;
}
</style>