COLOR #EFD59E

HEX: #EFD59E RGB: (239,213,158)

Color info

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

RGB color model

#EFD59E color RGB value is (239,213,158).

RGB: (239,213,158) (94%, 84%, 62%)

RGB channels and saturation

R 239 of 255 = 94%
G 213 of 255 = 84%
B 158 of 255 = 62%

239
213
158

R + G + B ~ 80%. #EFD59E is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 213 + 158 = 610 (100%)
R 239 of 610 ~ 39.18%
G 213 of 610 ~ 34.92%
B 158 of 610 ~ 25.9'%

%39.18
%34.92
%25.9

CMYK color model

#EFD59E color CMYK value is (0,11,34,6).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 33.89%
  • key color value is 6.27%

CMYK: (0,11,34,6)
C0M11Y34K6 (0%, 11%, 34%, 6%)
(0.00 / 0.11 / 0.34 / 0.06)

CMYK percentages

%0
%10.88
%33.89
%6.27

Codes

Color #EFD59E in popluar color models

EF D5 9E
RGB 239 213 158
HSL 41° 71.68% 77.84%
HSB/HSV 41° 33.89% 93.73%
CMYK 0.00% 10.88% 33.89%
6.27%

Color #EFD59E in popluar number systems.

HEX EF D5 9E
Decimal 239 213 158
Binary 11101111 11010101 10011110
Octal 357 325 236

Shades and tints

Shades of #EFD59E

#EFD59E
(239,213,158)
#DAC290
(218,194,144)
#C5AF82
(197,175,130)
#B09C74
(176,156,116)
#9B8966
(155,137,102)
#867658
(134,118,88)
#71634A
(113,99,74)
#5C503C
(92,80,60)
#473D2E
(71,61,46)
#322A20
(50,42,32)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #EFD59E

#EFD59E
(239,213,158)
#F0D8A6
(240,216,166)
#F1DBAE
(241,219,174)
#F2DEB6
(242,222,182)
#F3E1BE
(243,225,190)
#F4E4C6
(244,228,198)
#F5E7CE
(245,231,206)
#F6EAD6
(246,234,214)
#F7EDDE
(247,237,222)
#F8F0E6
(248,240,230)
#F9F3EE
(249,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD59E color. Also use rgb(239,213,158) instead hex code.

Text Font Color

.myTextColor { color: #EFD59E; }

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

This text font color is #EFD59E.

Background Color

.myBgColor { background-color: #EFD59E; }

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

This div background color is #EFD59E.

Border color

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

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

This div border color is #EFD59E.

Opacity

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

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

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

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

This text has shadow with #EFD59E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD59E.

Preview

Color preview on black background

This text has color #EFD59E on black background.


Color preview on white background

This text has color #EFD59E on white background.


Black color preview on #EFD59E background

This text has black color on #EFD59E background.


White color preview on #EFD59E background

This text has white color on #EFD59E background.


Related colors

Complementary color

Complementary color for #hex is #102A61.


I love getcolorcode.com

Triadic colors

1 #9EEFD5 and #D59EEF with #EFD59E are triadic colors.

2 #9ED5EF and #D5EF9E with #EFD59E are triadic colors.