COLOR #EFA489

HEX: #EFA489
RGB: (239,164,137)

Color info

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

RGB color model

#EFA489 color RGB value is (239,164,137).

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

RGB channels and saturation

R 239 of 255 = 94%
G 164 of 255 = 64%
B 137 of 255 = 54%

239
164
137

R + G + B ~ 71%. #EFA489 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 164 + 137 = 540 (100%)
R 239 of 540 ~ 44.26%
G 164 of 540 ~ 30.37%
B 137 of 540 ~ 25.37%

%44.26
%30.37
%25.37

CMYK color model

#EFA489 color CMYK value is (0,31,43,6).

  • cyan value is 0.00%
  • magenta value is 31.38%
  • yellow value is 42.68%
  • key color value is 6.27%
CMYK:
(0,31,43,6)
C0M31Y43K6 
(0%,31%,43%,6%)
(0.00/0.31/0.43/0.06)	

CMYK percentages

%0
%31.38
%42.68
%6.27

Codes

Color #EFA489 in popluar color models

EFA489
RGB239164137
HSL16°76.12%73.73%
HSB/HSV16°42.68%93.73%
CMYK0.00%31.38%42.68%
6.27%

Color #EFA489 in popluar number systems.

HEXEFA489
Decimal239164137
Binary111011111010010010001001
Octal357244211

Shades and tints

Shades of #EFA489

#EFA489
(239,164,137)
#DA967D
(218,150,125)
#C58871
(197,136,113)
#B07A65
(176,122,101)
#9B6C59
(155,108,89)
#865E4D
(134,94,77)
#715041
(113,80,65)
#5C4235
(92,66,53)
#473429
(71,52,41)
#32261D
(50,38,29)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #EFA489

#EFA489
(239,164,137)
#F0AC93
(240,172,147)
#F1B49D
(241,180,157)
#F2BCA7
(242,188,167)
#F3C4B1
(243,196,177)
#F4CCBB
(244,204,187)
#F5D4C5
(245,212,197)
#F6DCCF
(246,220,207)
#F7E4D9
(247,228,217)
#F8ECE3
(248,236,227)
#F9F4ED
(249,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA489; }

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

This text font color is #EFA489.


Background Color

.myBgColor { background-color: #EFA489; }

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

This div background color is #EFA489.


Border color

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

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

This div border color is #EFA489.


Opacity

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

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

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

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

This text has shadow with #EFA489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA489 on black background.


Color preview on white background

This text has color #EFA489 on white background.



Black color preview on #EFA489 background

This text has black color on #EFA489 background.


White color preview on #EFA489 background

This text has white color on #EFA489 background.