#EFE7D8

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

Shades of White Linen #EFE7D8

Tints of White Linen #EFE7D8

Color information

#EFE7D8 (or 0xEFE7D8) is unknown color: approx White Linen. HEX triplet: EF, E7 and D8. RGB value is (239,231,216). Sum of RGB (Red+Green+Blue) = 239+231+216=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7D8 is #101827. Grayscale: #E7E7E7. Windows color (decimal): -1054760 or 14215151. OLE color: 14215151.

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

Color convert

RGB239231216-
CMYK00.030.100.06
HSL39.13º41.82%89.22%-
HSV(B)39.13º9.62%93.73%-
XYZ76.5780.4676.46-
YUV231.68119.15133.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 231 (90.62% from 255) = 33.67%
BLUE value IS 216 (84.77% from 255) = 31.49%
R=34.84%
G=33.67%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923121600.030.100.0639.1341.8289.22
HexEFE7D803A6272a59
Octal357347330031264752131
Binary11101111111001111101100001110101101001111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7D8; }

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

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

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

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

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

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

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

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