#EFE7D9

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

Shades of White Linen #EFE7D9

Tints of White Linen #EFE7D9

Color information

#EFE7D9 (or 0xEFE7D9) is unknown color: approx White Linen. HEX triplet: EF, E7 and D9. RGB value is (239,231,217). Sum of RGB (Red+Green+Blue) = 239+231+217=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 217 (85.16% from 255 or 31.59% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7D9 is #101826. Grayscale: #E7E7E7. Windows color (decimal): -1054759 or 14280687. OLE color: 14280687.

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

Color convert

RGB239231217-
CMYK00.030.090.06
HSL38.18º40.74%89.41%-
HSV(B)38.18º9.21%93.73%-
XYZ76.780.5177.14-
YUV231.8119.65133.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 231 (90.62% from 255) = 33.62%
BLUE value IS 217 (85.16% from 255) = 31.59%
R=34.79%
G=33.62%
B=31.59%

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
Decimal23923121700.030.090.0638.1840.7489.41
HexEFE7D90396262959
Octal357347331031164651131
Binary11101111111001111101100101110011101001101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7D9; }

 p { color: rgb(239,231,217); }

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

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

 a { background-color: rgb(239,231,217); }

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

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

 span { border-color: rgb(239,231,217); }

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