COLOR #EFA470

HEX: #EFA470
RGB: (239,164,112)

Color info

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

RGB color model

#EFA470 color RGB value is (239,164,112).

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

RGB channels and saturation

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

239
164
112

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

Portions of RGB colors in percentages

R + G + B =
239 + 164 + 112 = 515 (100%)
R 239 of 515 ~ 46.41%
G 164 of 515 ~ 31.84%
B 112 of 515 ~ 21.75%

%46.41
%31.84
%21.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 53.14%
  • 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
%53.14
%6.27

Codes

Color #EFA470 in popluar color models

EFA470
RGB239164112
HSL25°79.87%68.82%
HSB/HSV25°53.14%93.73%
CMYK0.00%31.38%53.14%
6.27%

Color #EFA470 in popluar number systems.

HEXEFA470
Decimal239164112
Binary11101111101001001110000
Octal357244160

Shades and tints

Shades of #EFA470

#EFA470
(239,164,112)
#DA9666
(218,150,102)
#C5885C
(197,136,92)
#B07A52
(176,122,82)
#9B6C48
(155,108,72)
#865E3E
(134,94,62)
#715034
(113,80,52)
#5C422A
(92,66,42)
#473420
(71,52,32)
#322616
(50,38,22)
#1D180C
(29,24,12)
#000000
(0,0,0)

Tints of #EFA470

#EFA470
(239,164,112)
#F0AC7D
(240,172,125)
#F1B48A
(241,180,138)
#F2BC97
(242,188,151)
#F3C4A4
(243,196,164)
#F4CCB1
(244,204,177)
#F5D4BE
(245,212,190)
#F6DCCB
(246,220,203)
#F7E4D8
(247,228,216)
#F8ECE5
(248,236,229)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA470; }

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

This text font color is #EFA470.


Background Color

.myBgColor { background-color: #EFA470; }

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

This div background color is #EFA470.


Border color

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

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

This div border color is #EFA470.


Opacity

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

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

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

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

This text has shadow with #EFA470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA470 on black background.


Color preview on white background

This text has color #EFA470 on white background.



Black color preview on #EFA470 background

This text has black color on #EFA470 background.


White color preview on #EFA470 background

This text has white color on #EFA470 background.