COLOR #EFD5A3

HEX: #EFD5A3 RGB: (239,213,163)

Color info

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

RGB color model

#EFD5A3 color RGB value is (239,213,163).

RGB: (239,213,163) (94%, 84%, 64%)

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 163 of 255 = 64%

239
213
163

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

Portions of RGB colors in percentages

R + G + B = 239 + 213 + 163 = 615 (100%)
R 239 of 615 ~ 38.86%
G 213 of 615 ~ 34.63%
B 163 of 615 ~ 26.5'%

%38.86
%34.63
%26.5

CMYK color model

#EFD5A3 color CMYK value is (0,11,32,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 31.80%
  • key color value is 6.27%
CMYK: (0,11,32,6) C0M11Y32K6 (0%,11%,32%,6%) (0.00/0.11/0.32/0.06) 

CMYK percentages

%0
%10.88
%31.8
%6.27

Codes

Color #EFD5A3 in popluar color models

EF D5 A3
RGB 239 213 163
HSL 39° 70.37% 78.82%
HSB/HSV 39° 31.80% 93.73%
CMYK 0.00% 10.88% 31.80%
6.27%

Color #EFD5A3 in popluar number systems.

HEX EF D5 A3
Decimal 239 213 163
Binary 11101111 11010101 10100011
Octal 357 325 243

Shades and tints

Shades of #EFD5A3

#EFD5A3
(239,213,163)
#DAC295
(218,194,149)
#C5AF87
(197,175,135)
#B09C79
(176,156,121)
#9B896B
(155,137,107)
#86765D
(134,118,93)
#71634F
(113,99,79)
#5C5041
(92,80,65)
#473D33
(71,61,51)
#322A25
(50,42,37)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #EFD5A3

#EFD5A3
(239,213,163)
#F0D8AB
(240,216,171)
#F1DBB3
(241,219,179)
#F2DEBB
(242,222,187)
#F3E1C3
(243,225,195)
#F4E4CB
(244,228,203)
#F5E7D3
(245,231,211)
#F6EADB
(246,234,219)
#F7EDE3
(247,237,227)
#F8F0EB
(248,240,235)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD5A3 color. Also use rgb(239,213,163) instead hex code.

Text Font Color

.myTextColor { color: #EFD5A3; }

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

This text font color is #EFD5A3.

Background Color

.myBgColor { background-color: #EFD5A3; }

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

This div background color is #EFD5A3.

Border color

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

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

This div border color is #EFD5A3.

Opacity

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

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

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

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

This text has shadow with #EFD5A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD5A3.

Preview

Color preview on black background

This text has color #EFD5A3 on black background.


Color preview on white background

This text has color #EFD5A3 on white background.


Black color preview on #EFD5A3 background

This text has black color on #EFD5A3 background.


White color preview on #EFD5A3 background

This text has white color on #EFD5A3 background.


Related colors

Complementary color

Complementary color for #hex is #102A5C.


I love getcolorcode.com

Triadic colors

1 #A3EFD5 and #D5A3EF with #EFD5A3 are triadic colors.

2 #A3D5EF and #D5EFA3 with #EFD5A3 are triadic colors.