COLOR #EFA049

HEX: #EFA049
RGB: (239,160,73)

Color info

#EFA049 contains mainly red color. Web safe color of #EFA049 is #FF9933 (or #F93).

RGB color model

#EFA049 color RGB value is (239,160,73).

  • red value is 239;
  • green value is 160;
  • blue value is 73.
RGB:
(239,160,73)
(94%,63%,29%)

RGB channels and saturation

R 239 of 255 = 94%
G 160 of 255 = 63%
B 73 of 255 = 29%

239
160
73

R + G + B ~ 62%. #EFA049 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 160 + 73 = 472 (100%)
R 239 of 472 ~ 50.64%
G 160 of 472 ~ 33.9%
B 73 of 472 ~ 15.47%

%50.64
%33.9
%15.47

CMYK color model

#EFA049 color CMYK value is (0,33,69,6).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 69.46%
  • key color value is 6.27%
CMYK:
(0,33,69,6)
C0M33Y69K6 
(0%,33%,69%,6%)
(0.00/0.33/0.69/0.06)	

CMYK percentages

%0
%33.05
%69.46
%6.27

Codes

Color #EFA049 in popluar color models

EFA049
RGB23916073
HSL31°83.84%61.18%
HSB/HSV31°69.46%93.73%
CMYK0.00%33.05%69.46%
6.27%

Color #EFA049 in popluar number systems.

HEXEFA049
Decimal23916073
Binary11101111101000001001001
Octal357240111

Shades and tints

Shades of #EFA049

#EFA049
(239,160,73)
#DA9243
(218,146,67)
#C5843D
(197,132,61)
#B07637
(176,118,55)
#9B6831
(155,104,49)
#865A2B
(134,90,43)
#714C25
(113,76,37)
#5C3E1F
(92,62,31)
#473019
(71,48,25)
#322213
(50,34,19)
#1D140D
(29,20,13)
#000000
(0,0,0)

Tints of #EFA049

#EFA049
(239,160,73)
#F0A859
(240,168,89)
#F1B069
(241,176,105)
#F2B879
(242,184,121)
#F3C089
(243,192,137)
#F4C899
(244,200,153)
#F5D0A9
(245,208,169)
#F6D8B9
(246,216,185)
#F7E0C9
(247,224,201)
#F8E8D9
(248,232,217)
#F9F0E9
(249,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA049 color. Also use rgb(239,160,73) instead hex code.

Text Font Color

.myTextColor { color: #EFA049; }

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

This text font color is #EFA049.


Background Color

.myBgColor { background-color: #EFA049; }

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

This div background color is #EFA049.


Border color

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

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

This div border color is #EFA049.


Opacity

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

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

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

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

This text has shadow with #EFA049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA049 on black background.


Color preview on white background

This text has color #EFA049 on white background.



Black color preview on #EFA049 background

This text has black color on #EFA049 background.


White color preview on #EFA049 background

This text has white color on #EFA049 background.