#EFDABE

Color #EFDABE Solitaire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solitaire #EFDABE

Tints of Solitaire #EFDABE

Color information

#EFDABE (or 0xEFDABE) is unknown color: approx Solitaire. HEX triplet: EF, DA and BE. RGB value is (239,218,190). Sum of RGB (Red+Green+Blue) = 239+218+190=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDABE is #102541. Grayscale: #DDDDDD. Windows color (decimal): -1058114 or 12507887. OLE color: 12507887.

HSL color Cylindrical-coordinate representation of color #EFDABE: hue angle of 34.29º 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 #EFDABE is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239218190-
CMYK00.090.210.06
HSL34.29º60.49%84.12%-
HSV(B)34.29º20.5%93.73%-
XYZ69.9672.2158.97-
YUV221.09110.46140.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 36.94%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 190 (74.61% from 255) = 29.37%
R=36.94%
G=33.69%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921819000.090.210.0634.2960.4984.12
HexEFDABE09156223c54
Octal3573322760112564274124
Binary11101111110110101011111001001101011101000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDABE; }

 p { color: rgb(239,218,190); }

 H1.HeaderClassName
 {
   color: #EFDABE;
 }
 .AnyTagClassName
 {
   color: #EFDABE;
 }
</style>
background-color css

<style>
 a { background-color: #EFDABE; }

 a { background-color: rgb(239,218,190); }

 div.DivClassName
 {
   background-color: #EFDABE;
 }
 .BgClassName
 {
   background-color: #EFDABE;
 }
</style>
border-color css

<style>
 span { border-color: #EFDABE; }

 span { border-color: rgb(239,218,190); }

 td.TdClassName
 {
   border-color: #EFDABE;
 }
 .TagClassName
 {
   border-color: #EFDABE;
 }
</style>