COLOR #EFDDA0

HEX: #EFDDA0 RGB: (239,221,160)

Color info

#EFDDA0 contains mainly red and green colors. Web safe color of #EFDDA0 is #FFCC99 (or #FC9).

RGB color model

#EFDDA0 color RGB value is (239,221,160).

RGB: (239,221,160) (94%, 87%, 63%)

RGB channels and saturation

R 239 of 255 = 94%
G 221 of 255 = 87%
B 160 of 255 = 63%

239
221
160

R + G + B ~ 81%. #EFDDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 221 + 160 = 620 (100%)
R 239 of 620 ~ 38.55%
G 221 of 620 ~ 35.65%
B 160 of 620 ~ 25.81'%

%38.55
%35.65
%25.81

CMYK color model

#EFDDA0 color CMYK value is (0,8,33,6).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 33.05%
  • key color value is 6.27%
CMYK: (0,8,33,6) C0M8Y33K6 (0%,8%,33%,6%) (0.00/0.08/0.33/0.06) 

CMYK percentages

%0
%7.53
%33.05
%6.27

Codes

Color #EFDDA0 in popluar color models

EF DD A0
RGB 239 221 160
HSL 46° 71.17% 78.24%
HSB/HSV 46° 33.05% 93.73%
CMYK 0.00% 7.53% 33.05%
6.27%

Color #EFDDA0 in popluar number systems.

HEX EF DD A0
Decimal 239 221 160
Binary 11101111 11011101 10100000
Octal 357 335 240

Shades and tints

Shades of #EFDDA0

#EFDDA0
(239,221,160)
#DAC992
(218,201,146)
#C5B584
(197,181,132)
#B0A176
(176,161,118)
#9B8D68
(155,141,104)
#86795A
(134,121,90)
#71654C
(113,101,76)
#5C513E
(92,81,62)
#473D30
(71,61,48)
#322922
(50,41,34)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #EFDDA0

#EFDDA0
(239,221,160)
#F0E0A8
(240,224,168)
#F1E3B0
(241,227,176)
#F2E6B8
(242,230,184)
#F3E9C0
(243,233,192)
#F4ECC8
(244,236,200)
#F5EFD0
(245,239,208)
#F6F2D8
(246,242,216)
#F7F5E0
(247,245,224)
#F8F8E8
(248,248,232)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDDA0 color. Also use rgb(239,221,160) instead hex code.

Text Font Color

.myTextColor { color: #EFDDA0; }

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

This text font color is #EFDDA0.

Background Color

.myBgColor { background-color: #EFDDA0; }

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

This div background color is #EFDDA0.

Border color

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

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

This div border color is #EFDDA0.

Opacity

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

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

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

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

This text has shadow with #EFDDA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFDDA0.

Preview

Color preview on black background

This text has color #EFDDA0 on black background.


Color preview on white background

This text has color #EFDDA0 on white background.


Black color preview on #EFDDA0 background

This text has black color on #EFDDA0 background.


White color preview on #EFDDA0 background

This text has white color on #EFDDA0 background.


Related colors

Complementary color

Complementary color for #hex is #10225F.


I love getcolorcode.com

Triadic colors

1 #A0EFDD and #DDA0EF with #EFDDA0 are triadic colors.

2 #A0DDEF and #DDEFA0 with #EFDDA0 are triadic colors.