#EFE6DA

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

Shades of White Linen #EFE6DA

Tints of White Linen #EFE6DA

Color information

#EFE6DA (or 0xEFE6DA) is unknown color: approx White Linen. HEX triplet: EF, E6 and DA. RGB value is (239,230,218). Sum of RGB (Red+Green+Blue) = 239+230+218=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 230 (90.23% from 255 or 33.48% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE6DA is #101925. Grayscale: #E7E7E7. Windows color (decimal): -1055014 or 14345967. OLE color: 14345967.

HSL color Cylindrical-coordinate representation of color #EFE6DA: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFE6DA is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB239230218-
CMYK00.040.090.06
HSL34.29º39.62%89.61%-
HSV(B)34.29º8.79%93.73%-
XYZ76.5580.0177.74-
YUV231.32120.48133.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 230 (90.23% from 255) = 33.48%
BLUE value IS 218 (85.55% from 255) = 31.73%
R=34.79%
G=33.48%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923021800.040.090.0634.2939.6289.61
HexEFE6DA049622285a
Octal357346332041164250132
Binary111011111110011011011010010010011101000101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE6DA; }

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

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

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

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

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

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

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

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