#EFEAE0

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

Shades of White Linen #EFEAE0

Tints of White Linen #EFEAE0

Color information

#EFEAE0 (or 0xEFEAE0) is unknown color: approx White Linen. HEX triplet: EF, EA and E0. RGB value is (239,234,224). Sum of RGB (Red+Green+Blue) = 239+234+224=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEAE0 is #10151F. Grayscale: #EAEAEA. Windows color (decimal): -1053984 or 14740207. OLE color: 14740207.

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

Color convert

RGB239234224-
CMYK00.020.060.06
HSL40º31.91%90.78%-
HSV(B)40º6.28%93.73%-
XYZ78.4782.5882.32-
YUV234.36122.16131.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=34.29%
G=33.57%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923422400.020.060.064031.9190.78
HexEFEAE0026628205b
Octal35735234002665040133
Binary1110111111101010111000000101101101010001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAE0; }

 p { color: rgb(239,234,224); }

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

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

 a { background-color: rgb(239,234,224); }

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

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

 span { border-color: rgb(239,234,224); }

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