COLOR #EFD3A5

HEX: #EFD3A5
RGB: (239,211,165)

Color info

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

RGB color model

#EFD3A5 color RGB value is (239,211,165).

  • red value is 239;
  • green value is 211;
  • blue value is 165.
RGB:
(239,211,165)
(94%,83%,65%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 165 of 255 = 65%

239
211
165

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

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 165 = 615 (100%)
R 239 of 615 ~ 38.86%
G 211 of 615 ~ 34.31%
B 165 of 615 ~ 26.83%

%38.86
%34.31
%26.83

CMYK color model

#EFD3A5 color CMYK value is (0,12,31,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 30.96%
  • key color value is 6.27%
CMYK:
(0,12,31,6)
C0M12Y31K6 
(0%,12%,31%,6%)
(0.00/0.12/0.31/0.06)	

CMYK percentages

%0
%11.72
%30.96
%6.27

Codes

Color #EFD3A5 in popluar color models

EFD3A5
RGB239211165
HSL37°69.81%79.22%
HSB/HSV37°30.96%93.73%
CMYK0.00%11.72%30.96%
6.27%

Color #EFD3A5 in popluar number systems.

HEXEFD3A5
Decimal239211165
Binary111011111101001110100101
Octal357323245

Shades and tints

Shades of #EFD3A5

#EFD3A5
(239,211,165)
#DAC096
(218,192,150)
#C5AD87
(197,173,135)
#B09A78
(176,154,120)
#9B8769
(155,135,105)
#86745A
(134,116,90)
#71614B
(113,97,75)
#5C4E3C
(92,78,60)
#473B2D
(71,59,45)
#32281E
(50,40,30)
#1D150F
(29,21,15)
#000000
(0,0,0)

Tints of #EFD3A5

#EFD3A5
(239,211,165)
#F0D7AD
(240,215,173)
#F1DBB5
(241,219,181)
#F2DFBD
(242,223,189)
#F3E3C5
(243,227,197)
#F4E7CD
(244,231,205)
#F5EBD5
(245,235,213)
#F6EFDD
(246,239,221)
#F7F3E5
(247,243,229)
#F8F7ED
(248,247,237)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD3A5 color. Also use rgb(239,211,165) instead hex code.

Text Font Color

.myTextColor { color: #EFD3A5; }

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

This text font color is #EFD3A5.


Background Color

.myBgColor { background-color: #EFD3A5; }

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

This div background color is #EFD3A5.


Border color

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

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

This div border color is #EFD3A5.


Opacity

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

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

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

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

This text has shadow with #EFD3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3A5 on black background.


Color preview on white background

This text has color #EFD3A5 on white background.



Black color preview on #EFD3A5 background

This text has black color on #EFD3A5 background.


White color preview on #EFD3A5 background

This text has white color on #EFD3A5 background.