COLOR #EFAF9D

HEX: #EFAF9D RGB: (239,175,157)

Color info

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

RGB color model

#EFAF9D color RGB value is (239,175,157).

RGB: (239,175,157) (94%, 69%, 62%)

RGB channels and saturation

R 239 of 255 = 94%
G 175 of 255 = 69%
B 157 of 255 = 62%

239
175
157

R + G + B ~ 75%. #EFAF9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 175 + 157 = 571 (100%)
R 239 of 571 ~ 41.86%
G 175 of 571 ~ 30.65%
B 157 of 571 ~ 27.5'%

%41.86
%30.65
%27.5

CMYK color model

#EFAF9D color CMYK value is (0,27,34,6).

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

CMYK: (0,27,34,6)
C0M27Y34K6 (0%, 27%, 34%, 6%)
(0.00 / 0.27 / 0.34 / 0.06)

CMYK percentages

%0
%26.78
%34.31
%6.27

Codes

Color #EFAF9D in popluar color models

EF AF 9D
RGB 239 175 157
HSL 13° 71.93% 77.65%
HSB/HSV 13° 34.31% 93.73%
CMYK 0.00% 26.78% 34.31%
6.27%

Color #EFAF9D in popluar number systems.

HEX EF AF 9D
Decimal 239 175 157
Binary 11101111 10101111 10011101
Octal 357 257 235

Shades and tints

Shades of #EFAF9D

#EFAF9D
(239,175,157)
#DAA08F
(218,160,143)
#C59181
(197,145,129)
#B08273
(176,130,115)
#9B7365
(155,115,101)
#866457
(134,100,87)
#715549
(113,85,73)
#5C463B
(92,70,59)
#47372D
(71,55,45)
#32281F
(50,40,31)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #EFAF9D

#EFAF9D
(239,175,157)
#F0B6A5
(240,182,165)
#F1BDAD
(241,189,173)
#F2C4B5
(242,196,181)
#F3CBBD
(243,203,189)
#F4D2C5
(244,210,197)
#F5D9CD
(245,217,205)
#F6E0D5
(246,224,213)
#F7E7DD
(247,231,221)
#F8EEE5
(248,238,229)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFAF9D; }

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

This text font color is #EFAF9D.

Background Color

.myBgColor { background-color: #EFAF9D; }

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

This div background color is #EFAF9D.

Border color

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

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

This div border color is #EFAF9D.

Opacity

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

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

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

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

This text has shadow with #EFAF9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFAF9D.

Preview

Color preview on black background

This text has color #EFAF9D on black background.


Color preview on white background

This text has color #EFAF9D on white background.


Black color preview on #EFAF9D background

This text has black color on #EFAF9D background.


White color preview on #EFAF9D background

This text has white color on #EFAF9D background.


Related colors

Complementary color

Complementary color for #hex is #105062.


I love getcolorcode.com

Triadic colors

1 #9DEFAF and #AF9DEF with #EFAF9D are triadic colors.

2 #9DAFEF and #AFEF9D with #EFAF9D are triadic colors.