COLOR #EFC59D

HEX: #EFC59D
RGB: (239,197,157)

Color info

#EFC59D contains mainly red and green colors. Web safe color of #EFC59D is #FFCC99 (or #FC9).

RGB color model

#EFC59D color RGB value is (239,197,157).

  • red value is 239;
  • green value is 197;
  • blue value is 157.
RGB:
(239,197,157)
(94%,77%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 197 of 255 = 77%
B 157 of 255 = 62%

239
197
157

R + G + B ~ 78%. #EFC59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 197 + 157 = 593 (100%)
R 239 of 593 ~ 40.3%
G 197 of 593 ~ 33.22%
B 157 of 593 ~ 26.48%

%40.3
%33.22
%26.48

CMYK color model

#EFC59D color CMYK value is (0,18,34,6).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 34.31%
  • key color value is 6.27%
CMYK:
(0,18,34,6)
C0M18Y34K6 
(0%,18%,34%,6%)
(0.00/0.18/0.34/0.06)	

CMYK percentages

%0
%17.57
%34.31
%6.27

Codes

Color #EFC59D in popluar color models

EFC59D
RGB239197157
HSL29°71.93%77.65%
HSB/HSV29°34.31%93.73%
CMYK0.00%17.57%34.31%
6.27%

Color #EFC59D in popluar number systems.

HEXEFC59D
Decimal239197157
Binary111011111100010110011101
Octal357305235

Shades and tints

Shades of #EFC59D

#EFC59D
(239,197,157)
#DAB48F
(218,180,143)
#C5A381
(197,163,129)
#B09273
(176,146,115)
#9B8165
(155,129,101)
#867057
(134,112,87)
#715F49
(113,95,73)
#5C4E3B
(92,78,59)
#473D2D
(71,61,45)
#322C1F
(50,44,31)
#1D1B11
(29,27,17)
#000000
(0,0,0)

Tints of #EFC59D

#EFC59D
(239,197,157)
#F0CAA5
(240,202,165)
#F1CFAD
(241,207,173)
#F2D4B5
(242,212,181)
#F3D9BD
(243,217,189)
#F4DEC5
(244,222,197)
#F5E3CD
(245,227,205)
#F6E8D5
(246,232,213)
#F7EDDD
(247,237,221)
#F8F2E5
(248,242,229)
#F9F7ED
(249,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC59D color. Also use rgb(239,197,157) instead hex code.

Text Font Color

.myTextColor { color: #EFC59D; }

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

This text font color is #EFC59D.


Background Color

.myBgColor { background-color: #EFC59D; }

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

This div background color is #EFC59D.


Border color

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

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

This div border color is #EFC59D.


Opacity

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

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

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

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

This text has shadow with #EFC59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC59D on black background.


Color preview on white background

This text has color #EFC59D on white background.



Black color preview on #EFC59D background

This text has black color on #EFC59D background.


White color preview on #EFC59D background

This text has white color on #EFC59D background.