COLOR #EFA184

HEX: #EFA184
RGB: (239,161,132)

Color info

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

RGB color model

#EFA184 color RGB value is (239,161,132).

  • red value is 239;
  • green value is 161;
  • blue value is 132.
RGB:
(239,161,132)
(94%,63%,52%)

RGB channels and saturation

R 239 of 255 = 94%
G 161 of 255 = 63%
B 132 of 255 = 52%

239
161
132

R + G + B ~ 70%. #EFA184 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 161 + 132 = 532 (100%)
R 239 of 532 ~ 44.92%
G 161 of 532 ~ 30.26%
B 132 of 532 ~ 24.81%

%44.92
%30.26
%24.81

CMYK color model

#EFA184 color CMYK value is (0,33,45,6).

  • cyan value is 0.00%
  • magenta value is 32.64%
  • yellow value is 44.77%
  • key color value is 6.27%
CMYK:
(0,33,45,6)
C0M33Y45K6 
(0%,33%,45%,6%)
(0.00/0.33/0.45/0.06)	

CMYK percentages

%0
%32.64
%44.77
%6.27

Codes

Color #EFA184 in popluar color models

EFA184
RGB239161132
HSL16°76.98%72.75%
HSB/HSV16°44.77%93.73%
CMYK0.00%32.64%44.77%
6.27%

Color #EFA184 in popluar number systems.

HEXEFA184
Decimal239161132
Binary111011111010000110000100
Octal357241204

Shades and tints

Shades of #EFA184

#EFA184
(239,161,132)
#DA9378
(218,147,120)
#C5856C
(197,133,108)
#B07760
(176,119,96)
#9B6954
(155,105,84)
#865B48
(134,91,72)
#714D3C
(113,77,60)
#5C3F30
(92,63,48)
#473124
(71,49,36)
#322318
(50,35,24)
#1D150C
(29,21,12)
#000000
(0,0,0)

Tints of #EFA184

#EFA184
(239,161,132)
#F0A98F
(240,169,143)
#F1B19A
(241,177,154)
#F2B9A5
(242,185,165)
#F3C1B0
(243,193,176)
#F4C9BB
(244,201,187)
#F5D1C6
(245,209,198)
#F6D9D1
(246,217,209)
#F7E1DC
(247,225,220)
#F8E9E7
(248,233,231)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA184 color. Also use rgb(239,161,132) instead hex code.

Text Font Color

.myTextColor { color: #EFA184; }

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

This text font color is #EFA184.


Background Color

.myBgColor { background-color: #EFA184; }

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

This div background color is #EFA184.


Border color

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

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

This div border color is #EFA184.


Opacity

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

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

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

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

This text has shadow with #EFA184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA184 on black background.


Color preview on white background

This text has color #EFA184 on white background.



Black color preview on #EFA184 background

This text has black color on #EFA184 background.


White color preview on #EFA184 background

This text has white color on #EFA184 background.