#EFE9DE

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

Shades of White Linen #EFE9DE

Tints of White Linen #EFE9DE

Color information

#EFE9DE (or 0xEFE9DE) is unknown color: approx White Linen. HEX triplet: EF, E9 and DE. RGB value is (239,233,222). Sum of RGB (Red+Green+Blue) = 239+233+222=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DE is #101621. Grayscale: #E9E9E9. Windows color (decimal): -1054242 or 14608879. OLE color: 14608879.

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

Color convert

RGB239233222-
CMYK00.030.070.06
HSL38.82º34.69%90.39%-
HSV(B)38.82º7.11%93.73%-
XYZ77.9281.980.81-
YUV233.54121.49131.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.44%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 31.99%
R=34.44%
G=33.57%
B=31.99%

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
Decimal23923322200.030.070.0638.8234.6990.39
HexEFE9DE037627235a
Octal35735133603764743132
Binary1110111111101001110111100111111101001111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9DE; }

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

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

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

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

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

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

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

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