COLOR #EFA794

HEX: #EFA794 RGB: (239,167,148)

Color info

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

RGB color model

#EFA794 color RGB value is (239,167,148).

RGB: (239,167,148) (94%, 65%, 58%)

RGB channels and saturation

R 239 of 255 = 94%
G 167 of 255 = 65%
B 148 of 255 = 58%

239
167
148

R + G + B ~ 72%. #EFA794 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 167 + 148 = 554 (100%)
R 239 of 554 ~ 43.14%
G 167 of 554 ~ 30.14%
B 148 of 554 ~ 26.71'%

%43.14
%30.14
%26.71

CMYK color model

#EFA794 color CMYK value is (0,30,38,6).

  • cyan value is 0.00%
  • magenta value is 30.13%
  • yellow value is 38.08%
  • key color value is 6.27%

CMYK: (0,30,38,6)
C0M30Y38K6 (0%, 30%, 38%, 6%)
(0.00 / 0.30 / 0.38 / 0.06)

CMYK percentages

%0
%30.13
%38.08
%6.27

Codes

Color #EFA794 in popluar color models

EF A7 94
RGB 239 167 148
HSL 13° 73.98% 75.88%
HSB/HSV 13° 38.08% 93.73%
CMYK 0.00% 30.13% 38.08%
6.27%

Color #EFA794 in popluar number systems.

HEX EF A7 94
Decimal 239 167 148
Binary 11101111 10100111 10010100
Octal 357 247 224

Shades and tints

Shades of #EFA794

#EFA794
(239,167,148)
#DA9887
(218,152,135)
#C5897A
(197,137,122)
#B07A6D
(176,122,109)
#9B6B60
(155,107,96)
#865C53
(134,92,83)
#714D46
(113,77,70)
#5C3E39
(92,62,57)
#472F2C
(71,47,44)
#32201F
(50,32,31)
#1D1112
(29,17,18)
#000000
(0,0,0)

Tints of #EFA794

#EFA794
(239,167,148)
#F0AF9D
(240,175,157)
#F1B7A6
(241,183,166)
#F2BFAF
(242,191,175)
#F3C7B8
(243,199,184)
#F4CFC1
(244,207,193)
#F5D7CA
(245,215,202)
#F6DFD3
(246,223,211)
#F7E7DC
(247,231,220)
#F8EFE5
(248,239,229)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA794 color. Also use rgb(239,167,148) instead hex code.

Text Font Color

.myTextColor { color: #EFA794; }

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

This text font color is #EFA794.

Background Color

.myBgColor { background-color: #EFA794; }

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

This div background color is #EFA794.

Border color

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

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

This div border color is #EFA794.

Opacity

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

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

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

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

This text has shadow with #EFA794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFA794.

Preview

Color preview on black background

This text has color #EFA794 on black background.


Color preview on white background

This text has color #EFA794 on white background.


Black color preview on #EFA794 background

This text has black color on #EFA794 background.


White color preview on #EFA794 background

This text has white color on #EFA794 background.


Related colors

Complementary color

Complementary color for #hex is #10586B.


I love getcolorcode.com

Triadic colors

1 #94EFA7 and #A794EF with #EFA794 are triadic colors.

2 #94A7EF and #A7EF94 with #EFA794 are triadic colors.