COLOR #EFEDE5

HEX: #EFEDE5 RGB: (239,237,229)

Color info

#EFEDE5 contains red, green and blue colors in about the same proportion. Web safe color of #EFEDE5 is #FFFFCC (or #FFC).

RGB color model

#EFEDE5 color RGB value is (239,237,229).

RGB: (239,237,229) (94%, 93%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 229 of 255 = 90%

239
237
229

R + G + B ~ 92%. #EFEDE5 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 237 + 229 = 705 (100%)
R 239 of 705 ~ 33.9%
G 237 of 705 ~ 33.62%
B 229 of 705 ~ 32.48'%

%33.9
%33.62
%32.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 4.18%
  • key color value is 6.27%

CMYK: (0,1,4,6)
C0M1Y4K6 (0%, 1%, 4%, 6%)
(0.00 / 0.01 / 0.04 / 0.06)

CMYK percentages

%0
%0.84
%4.18
%6.27

Codes

Color #EFEDE5 in popluar color models

EF ED E5
RGB 239 237 229
HSL 48° 23.81% 91.76%
HSB/HSV 48° 4.18% 93.73%
CMYK 0.00% 0.84% 4.18%
6.27%

Color #EFEDE5 in popluar number systems.

HEX EF ED E5
Decimal 239 237 229
Binary 11101111 11101101 11100101
Octal 357 355 345

Shades and tints

Shades of #EFEDE5

#EFEDE5
(239,237,229)
#DAD8D1
(218,216,209)
#C5C3BD
(197,195,189)
#B0AEA9
(176,174,169)
#9B9995
(155,153,149)
#868481
(134,132,129)
#716F6D
(113,111,109)
#5C5A59
(92,90,89)
#474545
(71,69,69)
#323031
(50,48,49)
#1D1B1D
(29,27,29)
#000000
(0,0,0)

Tints of #EFEDE5

#EFEDE5
(239,237,229)
#F0EEE7
(240,238,231)
#F1EFE9
(241,239,233)
#F2F0EB
(242,240,235)
#F3F1ED
(243,241,237)
#F4F2EF
(244,242,239)
#F5F3F1
(245,243,241)
#F6F4F3
(246,244,243)
#F7F5F5
(247,245,245)
#F8F6F7
(248,246,247)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDE5; }

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

This text font color is #EFEDE5.

Background Color

.myBgColor { background-color: #EFEDE5; }

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

This div background color is #EFEDE5.

Border color

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

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

This div border color is #EFEDE5.

Opacity

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

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

Text with #EFEDE5 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 #EFEDE5;}

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

This text has shadow with #EFEDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEDE5.

Preview

Color preview on black background

This text has color #EFEDE5 on black background.


Color preview on white background

This text has color #EFEDE5 on white background.


Black color preview on #EFEDE5 background

This text has black color on #EFEDE5 background.


White color preview on #EFEDE5 background

This text has white color on #EFEDE5 background.


Related colors

Complementary color

Complementary color for #hex is #10121A.


I love getcolorcode.com

Triadic colors

1 #E5EFED and #EDE5EF with #EFEDE5 are triadic colors.

2 #E5EDEF and #EDEFE5 with #EFEDE5 are triadic colors.