#EFE8DE

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

Shades of White Linen #EFE8DE

Tints of White Linen #EFE8DE

Color information

#EFE8DE (or 0xEFE8DE) is unknown color: approx White Linen. HEX triplet: EF, E8 and DE. RGB value is (239,232,222). Sum of RGB (Red+Green+Blue) = 239+232+222=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE8DE is #101721. Grayscale: #E9E9E9. Windows color (decimal): -1054498 or 14608623. OLE color: 14608623.

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

Color convert

RGB239232222-
CMYK00.030.070.06
HSL35.29º34.69%90.39%-
HSV(B)35.29º7.11%93.73%-
XYZ77.6481.3480.72-
YUV232.95121.82132.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.49%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=34.49%
G=33.48%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923222200.030.070.0635.2934.6990.39
HexEFE8DE037623235a
Octal35735033603764343132
Binary1110111111101000110111100111111101000111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8DE; }

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

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

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

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

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

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

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

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