COLOR #EFA99D

HEX: #EFA99D RGB: (239,169,157)

Color info

#EFA99D contains mainly red color. Web safe color of #EFA99D is #FF9999 (or #F99).

RGB color model

#EFA99D color RGB value is (239,169,157).

RGB: (239,169,157) (94%, 66%, 62%)

RGB channels and saturation

R 239 of 255 = 94%
G 169 of 255 = 66%
B 157 of 255 = 62%

239
169
157

R + G + B ~ 74%. #EFA99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 169 + 157 = 565 (100%)
R 239 of 565 ~ 42.3%
G 169 of 565 ~ 29.91%
B 157 of 565 ~ 27.79'%

%42.3
%29.91
%27.79

CMYK color model

#EFA99D color CMYK value is (0,29,34,6).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 34.31%
  • key color value is 6.27%

CMYK: (0,29,34,6)
C0M29Y34K6 (0%, 29%, 34%, 6%)
(0.00 / 0.29 / 0.34 / 0.06)

CMYK percentages

%0
%29.29
%34.31
%6.27

Codes

Color #EFA99D in popluar color models

EF A9 9D
RGB 239 169 157
HSL 71.93% 77.65%
HSB/HSV 34.31% 93.73%
CMYK 0.00% 29.29% 34.31%
6.27%

Color #EFA99D in popluar number systems.

HEX EF A9 9D
Decimal 239 169 157
Binary 11101111 10101001 10011101
Octal 357 251 235

Shades and tints

Shades of #EFA99D

#EFA99D
(239,169,157)
#DA9A8F
(218,154,143)
#C58B81
(197,139,129)
#B07C73
(176,124,115)
#9B6D65
(155,109,101)
#865E57
(134,94,87)
#714F49
(113,79,73)
#5C403B
(92,64,59)
#47312D
(71,49,45)
#32221F
(50,34,31)
#1D1311
(29,19,17)
#000000
(0,0,0)

Tints of #EFA99D

#EFA99D
(239,169,157)
#F0B0A5
(240,176,165)
#F1B7AD
(241,183,173)
#F2BEB5
(242,190,181)
#F3C5BD
(243,197,189)
#F4CCC5
(244,204,197)
#F5D3CD
(245,211,205)
#F6DAD5
(246,218,213)
#F7E1DD
(247,225,221)
#F8E8E5
(248,232,229)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA99D color. Also use rgb(239,169,157) instead hex code.

Text Font Color

.myTextColor { color: #EFA99D; }

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

This text font color is #EFA99D.

Background Color

.myBgColor { background-color: #EFA99D; }

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

This div background color is #EFA99D.

Border color

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

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

This div border color is #EFA99D.

Opacity

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

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

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

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

This text has shadow with #EFA99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA99D.

Preview

Color preview on black background

This text has color #EFA99D on black background.


Color preview on white background

This text has color #EFA99D on white background.


Black color preview on #EFA99D background

This text has black color on #EFA99D background.


White color preview on #EFA99D background

This text has white color on #EFA99D background.


Related colors

Complementary color

Complementary color for #hex is #105662.


I love getcolorcode.com

Triadic colors

1 #9DEFA9 and #A99DEF with #EFA99D are triadic colors.

2 #9DA9EF and #A9EF9D with #EFA99D are triadic colors.