COLOR #EFB49D

HEX: #EFB49D RGB: (239,180,157)

Color info

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

RGB color model

#EFB49D color RGB value is (239,180,157).

RGB: (239,180,157) (94%, 71%, 62%)

RGB channels and saturation

R 239 of 255 = 94%
G 180 of 255 = 71%
B 157 of 255 = 62%

239
180
157

R + G + B ~ 76%. #EFB49D is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 180 + 157 = 576 (100%)
R 239 of 576 ~ 41.49%
G 180 of 576 ~ 31.25%
B 157 of 576 ~ 27.26'%

%41.49
%31.25
%27.26

CMYK color model

#EFB49D color CMYK value is (0,25,34,6).

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

CMYK: (0,25,34,6)
C0M25Y34K6 (0%, 25%, 34%, 6%)
(0.00 / 0.25 / 0.34 / 0.06)

CMYK percentages

%0
%24.69
%34.31
%6.27

Codes

Color #EFB49D in popluar color models

EF B4 9D
RGB 239 180 157
HSL 17° 71.93% 77.65%
HSB/HSV 17° 34.31% 93.73%
CMYK 0.00% 24.69% 34.31%
6.27%

Color #EFB49D in popluar number systems.

HEX EF B4 9D
Decimal 239 180 157
Binary 11101111 10110100 10011101
Octal 357 264 235

Shades and tints

Shades of #EFB49D

#EFB49D
(239,180,157)
#DAA48F
(218,164,143)
#C59481
(197,148,129)
#B08473
(176,132,115)
#9B7465
(155,116,101)
#866457
(134,100,87)
#715449
(113,84,73)
#5C443B
(92,68,59)
#47342D
(71,52,45)
#32241F
(50,36,31)
#1D1411
(29,20,17)
#000000
(0,0,0)

Tints of #EFB49D

#EFB49D
(239,180,157)
#F0BAA5
(240,186,165)
#F1C0AD
(241,192,173)
#F2C6B5
(242,198,181)
#F3CCBD
(243,204,189)
#F4D2C5
(244,210,197)
#F5D8CD
(245,216,205)
#F6DED5
(246,222,213)
#F7E4DD
(247,228,221)
#F8EAE5
(248,234,229)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB49D; }

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

This text font color is #EFB49D.

Background Color

.myBgColor { background-color: #EFB49D; }

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

This div background color is #EFB49D.

Border color

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

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

This div border color is #EFB49D.

Opacity

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

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

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

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

This text has shadow with #EFB49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB49D.

Preview

Color preview on black background

This text has color #EFB49D on black background.


Color preview on white background

This text has color #EFB49D on white background.


Black color preview on #EFB49D background

This text has black color on #EFB49D background.


White color preview on #EFB49D background

This text has white color on #EFB49D background.


Related colors

Complementary color

Complementary color for #hex is #104B62.


I love getcolorcode.com

Triadic colors

1 #9DEFB4 and #B49DEF with #EFB49D are triadic colors.

2 #9DB4EF and #B4EF9D with #EFB49D are triadic colors.