COLOR #EFE5E0

HEX: #EFE5E0
RGB: (239,229,224)

Color info

#EFE5E0 contains red, green and blue colors in about the same proportion. Web safe color of #EFE5E0 is #FFCCCC (or #FCC).

RGB color model

#EFE5E0 color RGB value is (239,229,224).

  • red value is 239;
  • green value is 229;
  • blue value is 224.
RGB:
(239,229,224)
(94%,90%,88%)

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 224 of 255 = 88%

239
229
224

R + G + B ~ 91%. #EFE5E0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 224 = 692 (100%)
R 239 of 692 ~ 34.54%
G 229 of 692 ~ 33.09%
B 224 of 692 ~ 32.37%

%34.54
%33.09
%32.37

CMYK color model

#EFE5E0 color CMYK value is (0,4,6,6).

  • cyan value is 0.00%
  • magenta value is 4.18%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,4,6,6)
C0M4Y6K6 
(0%,4%,6%,6%)
(0.00/0.04/0.06/0.06)	

CMYK percentages

%0
%4.18
%6.28
%6.27

Codes

Color #EFE5E0 in popluar color models

EFE5E0
RGB239229224
HSL20°31.91%90.78%
HSB/HSV20°6.28%93.73%
CMYK0.00%4.18%6.28%
6.27%

Color #EFE5E0 in popluar number systems.

HEXEFE5E0
Decimal239229224
Binary111011111110010111100000
Octal357345340

Shades and tints

Shades of #EFE5E0

#EFE5E0
(239,229,224)
#DAD1CC
(218,209,204)
#C5BDB8
(197,189,184)
#B0A9A4
(176,169,164)
#9B9590
(155,149,144)
#86817C
(134,129,124)
#716D68
(113,109,104)
#5C5954
(92,89,84)
#474540
(71,69,64)
#32312C
(50,49,44)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #EFE5E0

#EFE5E0
(239,229,224)
#F0E7E2
(240,231,226)
#F1E9E4
(241,233,228)
#F2EBE6
(242,235,230)
#F3EDE8
(243,237,232)
#F4EFEA
(244,239,234)
#F5F1EC
(245,241,236)
#F6F3EE
(246,243,238)
#F7F5F0
(247,245,240)
#F8F7F2
(248,247,242)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE5E0 color. Also use rgb(239,229,224) instead hex code.

Text Font Color

.myTextColor { color: #EFE5E0; }

<p style="color:#EFE5E0">This sample text font color is #EFE5E0.</p>

This text font color is #EFE5E0.


Background Color

.myBgColor { background-color: #EFE5E0; }

<div style="background-color:#EFE5E0">Inner text</div>

This div background color is #EFE5E0.


Border color

.myBorderColor { border: 1px solid #EFE5E0; }

<div style="border:3px solid #EFE5E0">Div</div>

This div border color is #EFE5E0.


Opacity

.myOpacity80 { color: #EFE5E0; opacity: 0.8; }

<p style="color:#EFE5E0;opacity:0.8;">80%</p>

Text with #EFE5E0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EFE5E0;}

<p style="text-shadow: 3px 3px 1px #EFE5E0">Text here.</p>

This text has shadow with #EFE5E0 color.

.textShadow {text-shadow: 3px 3px 1px #EFE5E0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EFE5E0, 5px 5px 20px red">Text here.</p>

This text has shadow with #EFE5E0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFE5E0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EFE5E0, Direction=45, Strength=4)">Text</p>

This text has shadow with #EFE5E0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EFE5E0;
  -webkit-box-shadow:	1px 1px 3px 2px #EFE5E0;
  box-shadow:		1px 1px 3px 2px #EFE5E0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFE5E0;
-webkit-box-shadow: 1px 1px 3px 2px #EFE5E0;
box-shadow:1px 1px 3px 2px #EFE5E0;">
Div content here</div>
This div box has shadow with color #EFE5E0.

Preview

Color preview on black background

This text has color #EFE5E0 on black background.


Color preview on white background

This text has color #EFE5E0 on white background.



Black color preview on #EFE5E0 background

This text has black color on #EFE5E0 background.


White color preview on #EFE5E0 background

This text has white color on #EFE5E0 background.