COLOR #EFA58A

HEX: #EFA58A
RGB: (239,165,138)

Color info

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

RGB color model

#EFA58A color RGB value is (239,165,138).

  • red value is 239;
  • green value is 165;
  • blue value is 138.
RGB:
(239,165,138)
(94%,65%,54%)

RGB channels and saturation

R 239 of 255 = 94%
G 165 of 255 = 65%
B 138 of 255 = 54%

239
165
138

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

Portions of RGB colors in percentages

R + G + B =
239 + 165 + 138 = 542 (100%)
R 239 of 542 ~ 44.1%
G 165 of 542 ~ 30.44%
B 138 of 542 ~ 25.46%

%44.1
%30.44
%25.46

CMYK color model

#EFA58A color CMYK value is (0,31,42,6).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 42.26%
  • key color value is 6.27%
CMYK:
(0,31,42,6)
C0M31Y42K6 
(0%,31%,42%,6%)
(0.00/0.31/0.42/0.06)	

CMYK percentages

%0
%30.96
%42.26
%6.27

Codes

Color #EFA58A in popluar color models

EFA58A
RGB239165138
HSL16°75.94%73.92%
HSB/HSV16°42.26%93.73%
CMYK0.00%30.96%42.26%
6.27%

Color #EFA58A in popluar number systems.

HEXEFA58A
Decimal239165138
Binary111011111010010110001010
Octal357245212

Shades and tints

Shades of #EFA58A

#EFA58A
(239,165,138)
#DA967E
(218,150,126)
#C58772
(197,135,114)
#B07866
(176,120,102)
#9B695A
(155,105,90)
#865A4E
(134,90,78)
#714B42
(113,75,66)
#5C3C36
(92,60,54)
#472D2A
(71,45,42)
#321E1E
(50,30,30)
#1D0F12
(29,15,18)
#000000
(0,0,0)

Tints of #EFA58A

#EFA58A
(239,165,138)
#F0AD94
(240,173,148)
#F1B59E
(241,181,158)
#F2BDA8
(242,189,168)
#F3C5B2
(243,197,178)
#F4CDBC
(244,205,188)
#F5D5C6
(245,213,198)
#F6DDD0
(246,221,208)
#F7E5DA
(247,229,218)
#F8EDE4
(248,237,228)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA58A color. Also use rgb(239,165,138) instead hex code.

Text Font Color

.myTextColor { color: #EFA58A; }

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

This text font color is #EFA58A.


Background Color

.myBgColor { background-color: #EFA58A; }

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

This div background color is #EFA58A.


Border color

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

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

This div border color is #EFA58A.


Opacity

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

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

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

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

This text has shadow with #EFA58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA58A on black background.


Color preview on white background

This text has color #EFA58A on white background.



Black color preview on #EFA58A background

This text has black color on #EFA58A background.


White color preview on #EFA58A background

This text has white color on #EFA58A background.