COLOR #EFEDE0

HEX: #EFEDE0 RGB: (239,237,224)

Color info

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

RGB color model

#EFEDE0 color RGB value is (239,237,224).

RGB: (239,237,224) (94%, 93%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 224 of 255 = 88%

239
237
224

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

Portions of RGB colors in percentages

R + G + B = 239 + 237 + 224 = 700 (100%)
R 239 of 700 ~ 34.14%
G 237 of 700 ~ 33.86%
B 224 of 700 ~ 32'%

%34.14
%33.86
%32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK: (0,1,6,6) C0M1Y6K6 (0%,1%,6%,6%) (0.00/0.01/0.06/0.06) 

CMYK percentages

%0
%0.84
%6.28
%6.27

Codes

Color #EFEDE0 in popluar color models

EF ED E0
RGB 239 237 224
HSL 52° 31.91% 90.78%
HSB/HSV 52° 6.28% 93.73%
CMYK 0.00% 0.84% 6.28%
6.27%

Color #EFEDE0 in popluar number systems.

HEX EF ED E0
Decimal 239 237 224
Binary 11101111 11101101 11100000
Octal 357 355 340

Shades and tints

Shades of #EFEDE0

#EFEDE0
(239,237,224)
#DAD8CC
(218,216,204)
#C5C3B8
(197,195,184)
#B0AEA4
(176,174,164)
#9B9990
(155,153,144)
#86847C
(134,132,124)
#716F68
(113,111,104)
#5C5A54
(92,90,84)
#474540
(71,69,64)
#32302C
(50,48,44)
#1D1B18
(29,27,24)
#000000
(0,0,0)

Tints of #EFEDE0

#EFEDE0
(239,237,224)
#F0EEE2
(240,238,226)
#F1EFE4
(241,239,228)
#F2F0E6
(242,240,230)
#F3F1E8
(243,241,232)
#F4F2EA
(244,242,234)
#F5F3EC
(245,243,236)
#F6F4EE
(246,244,238)
#F7F5F0
(247,245,240)
#F8F6F2
(248,246,242)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDE0; }

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

This text font color is #EFEDE0.

Background Color

.myBgColor { background-color: #EFEDE0; }

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

This div background color is #EFEDE0.

Border color

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

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

This div border color is #EFEDE0.

Opacity

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

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

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

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

This text has shadow with #EFEDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEDE0.

Preview

Color preview on black background

This text has color #EFEDE0 on black background.


Color preview on white background

This text has color #EFEDE0 on white background.


Black color preview on #EFEDE0 background

This text has black color on #EFEDE0 background.


White color preview on #EFEDE0 background

This text has white color on #EFEDE0 background.


Related colors

Complementary color

Complementary color for #hex is #10121F.


I love getcolorcode.com

Triadic colors

1 #E0EFED and #EDE0EF with #EFEDE0 are triadic colors.

2 #E0EDEF and #EDEFE0 with #EFEDE0 are triadic colors.