#EFE8DA

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

Shades of White Linen #EFE8DA

Tints of White Linen #EFE8DA

Color information

#EFE8DA (or 0xEFE8DA) is unknown color: approx White Linen. HEX triplet: EF, E8 and DA. RGB value is (239,232,218). Sum of RGB (Red+Green+Blue) = 239+232+218=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8DA is #101725. Grayscale: #E8E8E8. Windows color (decimal): -1054502 or 14346479. OLE color: 14346479.

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

Color convert

RGB239232218-
CMYK00.030.090.06
HSL40º39.62%89.61%-
HSV(B)40º8.79%93.73%-
XYZ77.1181.1377.92-
YUV232.5119.82132.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=34.69%
G=33.67%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923221800.030.090.064039.6289.61
HexEFE8DA039628285a
Octal357350332031165050132
Binary11101111111010001101101001110011101010001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8DA; }

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

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

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

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

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

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

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

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