#EFE9DF

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

Shades of White Linen #EFE9DF

Tints of White Linen #EFE9DF

Color information

#EFE9DF (or 0xEFE9DF) is unknown color: approx White Linen. HEX triplet: EF, E9 and DF. RGB value is (239,233,223). Sum of RGB (Red+Green+Blue) = 239+233+223=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE9DF is #101620. Grayscale: #E9E9E9. Windows color (decimal): -1054241 or 14674415. OLE color: 14674415.

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

Color convert

RGB239233223-
CMYK00.030.070.06
HSL37.5º33.33%90.59%-
HSV(B)37.5º6.69%93.73%-
XYZ78.0581.9681.52-
YUV233.65121.99131.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.39%
GREEN value IS 233 (91.41% from 255) = 33.53%
BLUE value IS 223 (87.5% from 255) = 32.09%
R=34.39%
G=33.53%
B=32.09%

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
Decimal23923322300.030.070.0637.533.3390.59
HexEFE9DF037626215b
Octal35735133703764641133
Binary1110111111101001110111110111111101001101000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE9DF; }

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

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

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

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

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

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

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

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