COLOR #EFA471

HEX: #EFA471
RGB: (239,164,113)

Color info

#EFA471 contains mainly red color. Web safe color of #EFA471 is #FF9966 (or #F96).

RGB color model

#EFA471 color RGB value is (239,164,113).

  • red value is 239;
  • green value is 164;
  • blue value is 113.
RGB:
(239,164,113)
(94%,64%,44%)

RGB channels and saturation

R 239 of 255 = 94%
G 164 of 255 = 64%
B 113 of 255 = 44%

239
164
113

R + G + B ~ 67%. #EFA471 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 164 + 113 = 516 (100%)
R 239 of 516 ~ 46.32%
G 164 of 516 ~ 31.78%
B 113 of 516 ~ 21.9%

%46.32
%31.78
%21.9

CMYK color model

#EFA471 color CMYK value is (0,31,53,6).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 52.72%
  • key color value is 6.27%
CMYK:
(0,31,53,6)
C0M31Y53K6 
(0%,31%,53%,6%)
(0.00/0.31/0.53/0.06)	

CMYK percentages

%0
%31.38
%52.72
%6.27

Codes

Color #EFA471 in popluar color models

EFA471
RGB239164113
HSL24°79.75%69.02%
HSB/HSV24°52.72%93.73%
CMYK0.00%31.38%52.72%
6.27%

Color #EFA471 in popluar number systems.

HEXEFA471
Decimal239164113
Binary11101111101001001110001
Octal357244161

Shades and tints

Shades of #EFA471

#EFA471
(239,164,113)
#DA9667
(218,150,103)
#C5885D
(197,136,93)
#B07A53
(176,122,83)
#9B6C49
(155,108,73)
#865E3F
(134,94,63)
#715035
(113,80,53)
#5C422B
(92,66,43)
#473421
(71,52,33)
#322617
(50,38,23)
#1D180D
(29,24,13)
#000000
(0,0,0)

Tints of #EFA471

#EFA471
(239,164,113)
#F0AC7D
(240,172,125)
#F1B489
(241,180,137)
#F2BC95
(242,188,149)
#F3C4A1
(243,196,161)
#F4CCAD
(244,204,173)
#F5D4B9
(245,212,185)
#F6DCC5
(246,220,197)
#F7E4D1
(247,228,209)
#F8ECDD
(248,236,221)
#F9F4E9
(249,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA471 color. Also use rgb(239,164,113) instead hex code.

Text Font Color

.myTextColor { color: #EFA471; }

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

This text font color is #EFA471.


Background Color

.myBgColor { background-color: #EFA471; }

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

This div background color is #EFA471.


Border color

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

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

This div border color is #EFA471.


Opacity

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

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

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

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

This text has shadow with #EFA471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA471 on black background.


Color preview on white background

This text has color #EFA471 on white background.



Black color preview on #EFA471 background

This text has black color on #EFA471 background.


White color preview on #EFA471 background

This text has white color on #EFA471 background.