COLOR #EFA597

HEX: #EFA597
RGB: (239,165,151)

Color info

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

RGB color model

#EFA597 color RGB value is (239,165,151).

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

RGB channels and saturation

R 239 of 255 = 94%
G 165 of 255 = 65%
B 151 of 255 = 59%

239
165
151

R + G + B ~ 73%. #EFA597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 165 + 151 = 555 (100%)
R 239 of 555 ~ 43.06%
G 165 of 555 ~ 29.73%
B 151 of 555 ~ 27.21%

%43.06
%29.73
%27.21

CMYK color model

#EFA597 color CMYK value is (0,31,37,6).

  • cyan value is 0.00%
  • magenta value is 30.96%
  • yellow value is 36.82%
  • key color value is 6.27%
CMYK:
(0,31,37,6)
C0M31Y37K6 
(0%,31%,37%,6%)
(0.00/0.31/0.37/0.06)	

CMYK percentages

%0
%30.96
%36.82
%6.27

Codes

Color #EFA597 in popluar color models

EFA597
RGB239165151
HSL10°73.33%76.47%
HSB/HSV10°36.82%93.73%
CMYK0.00%30.96%36.82%
6.27%

Color #EFA597 in popluar number systems.

HEXEFA597
Decimal239165151
Binary111011111010010110010111
Octal357245227

Shades and tints

Shades of #EFA597

#EFA597
(239,165,151)
#DA968A
(218,150,138)
#C5877D
(197,135,125)
#B07870
(176,120,112)
#9B6963
(155,105,99)
#865A56
(134,90,86)
#714B49
(113,75,73)
#5C3C3C
(92,60,60)
#472D2F
(71,45,47)
#321E22
(50,30,34)
#1D0F15
(29,15,21)
#000000
(0,0,0)

Tints of #EFA597

#EFA597
(239,165,151)
#F0ADA0
(240,173,160)
#F1B5A9
(241,181,169)
#F2BDB2
(242,189,178)
#F3C5BB
(243,197,187)
#F4CDC4
(244,205,196)
#F5D5CD
(245,213,205)
#F6DDD6
(246,221,214)
#F7E5DF
(247,229,223)
#F8EDE8
(248,237,232)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFA597; }

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

This text font color is #EFA597.


Background Color

.myBgColor { background-color: #EFA597; }

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

This div background color is #EFA597.


Border color

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

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

This div border color is #EFA597.


Opacity

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

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

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

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

This text has shadow with #EFA597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFA597 on black background.


Color preview on white background

This text has color #EFA597 on white background.



Black color preview on #EFA597 background

This text has black color on #EFA597 background.


White color preview on #EFA597 background

This text has white color on #EFA597 background.