#EFDCBF

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

Shades of Solitaire #EFDCBF

Tints of Solitaire #EFDCBF

Color information

#EFDCBF (or 0xEFDCBF) is unknown color: approx Solitaire. HEX triplet: EF, DC and BF. RGB value is (239,220,191). Sum of RGB (Red+Green+Blue) = 239+220+191=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDCBF is #102340. Grayscale: #DEDEDE. Windows color (decimal): -1057601 or 12573935. OLE color: 12573935.

HSL color Cylindrical-coordinate representation of color #EFDCBF: hue angle of 36.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFDCBF is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB239220191-
CMYK00.080.200.06
HSL36.25º60%84.31%-
HSV(B)36.25º20.08%93.73%-
XYZ70.5973.359.72-
YUV222.38110.29139.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 191 (75% from 255) = 29.38%
R=36.77%
G=33.85%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922019100.080.200.0636.256084.31
HexEFDCBF08146243c54
Octal3573342770102464474124
Binary11101111110111001011111101000101001101001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCBF; }

 p { color: rgb(239,220,191); }

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

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

 a { background-color: rgb(239,220,191); }

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

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

 span { border-color: rgb(239,220,191); }

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