#EFE8DB

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

Shades of White Linen #EFE8DB

Tints of White Linen #EFE8DB

Color information

#EFE8DB (or 0xEFE8DB) is unknown color: approx White Linen. HEX triplet: EF, E8 and DB. RGB value is (239,232,219). Sum of RGB (Red+Green+Blue) = 239+232+219=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8DB is #101724. Grayscale: #E8E8E8. Windows color (decimal): -1054501 or 14412015. OLE color: 14412015.

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

Color convert

RGB239232219-
CMYK00.030.080.06
HSL39º38.46%89.8%-
HSV(B)39º8.37%93.73%-
XYZ77.2481.1878.62-
YUV232.61120.32132.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 219 (85.94% from 255) = 31.74%
R=34.64%
G=33.62%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923221900.030.080.063938.4689.8
HexEFE8DB038627265a
Octal357350333031064746132
Binary11101111111010001101101101110001101001111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8DB; }

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

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

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

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

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

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

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

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