COLOR #EFEDDA

HEX: #EFEDDA RGB: (239,237,218)

Color info

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

RGB color model

#EFEDDA color RGB value is (239,237,218).

RGB: (239,237,218) (94%, 93%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 218 of 255 = 85%

239
237
218

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

Portions of RGB colors in percentages

R + G + B = 239 + 237 + 218 = 694 (100%)
R 239 of 694 ~ 34.44%
G 237 of 694 ~ 34.15%
B 218 of 694 ~ 31.41'%

%34.44
%34.15
%31.41

CMYK color model

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

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

CMYK: (0,1,9,6)
C0M1Y9K6 (0%, 1%, 9%, 6%)
(0.00 / 0.01 / 0.09 / 0.06)

CMYK percentages

%0
%0.84
%8.79
%6.27

Codes

Color #EFEDDA in popluar color models

EF ED DA
RGB 239 237 218
HSL 54° 39.62% 89.61%
HSB/HSV 54° 8.79% 93.73%
CMYK 0.00% 0.84% 8.79%
6.27%

Color #EFEDDA in popluar number systems.

HEX EF ED DA
Decimal 239 237 218
Binary 11101111 11101101 11011010
Octal 357 355 332

Shades and tints

Shades of #EFEDDA

#EFEDDA
(239,237,218)
#DAD8C7
(218,216,199)
#C5C3B4
(197,195,180)
#B0AEA1
(176,174,161)
#9B998E
(155,153,142)
#86847B
(134,132,123)
#716F68
(113,111,104)
#5C5A55
(92,90,85)
#474542
(71,69,66)
#32302F
(50,48,47)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #EFEDDA

#EFEDDA
(239,237,218)
#F0EEDD
(240,238,221)
#F1EFE0
(241,239,224)
#F2F0E3
(242,240,227)
#F3F1E6
(243,241,230)
#F4F2E9
(244,242,233)
#F5F3EC
(245,243,236)
#F6F4EF
(246,244,239)
#F7F5F2
(247,245,242)
#F8F6F5
(248,246,245)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDDA; }

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

This text font color is #EFEDDA.

Background Color

.myBgColor { background-color: #EFEDDA; }

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

This div background color is #EFEDDA.

Border color

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

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

This div border color is #EFEDDA.

Opacity

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

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

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

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

This text has shadow with #EFEDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEDDA.

Preview

Color preview on black background

This text has color #EFEDDA on black background.


Color preview on white background

This text has color #EFEDDA on white background.


Black color preview on #EFEDDA background

This text has black color on #EFEDDA background.


White color preview on #EFEDDA background

This text has white color on #EFEDDA background.


Related colors

Complementary color

Complementary color for #hex is #101225.


I love getcolorcode.com

Triadic colors

1 #DAEFED and #EDDAEF with #EFEDDA are triadic colors.

2 #DAEDEF and #EDEFDA with #EFEDDA are triadic colors.