#EFE7DC

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

Shades of White Linen #EFE7DC

Tints of White Linen #EFE7DC

Color information

#EFE7DC (or 0xEFE7DC) is unknown color: approx White Linen. HEX triplet: EF, E7 and DC. RGB value is (239,231,220). Sum of RGB (Red+Green+Blue) = 239+231+220=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFE7DC is #101823. Grayscale: #E8E8E8. Windows color (decimal): -1054756 or 14477295. OLE color: 14477295.

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

Color convert

RGB239231220-
CMYK00.030.080.06
HSL34.74º37.25%90%-
HSV(B)34.74º7.95%93.73%-
XYZ77.0980.6779.22-
YUV232.14121.15132.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=34.64%
G=33.48%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923122000.030.080.0634.7437.2590
HexEFE7DC038623255a
Octal357347334031064345132
Binary11101111111001111101110001110001101000111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE7DC; }

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

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

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

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

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

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

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

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