COLOR #EFEC9E

HEX: #EFEC9E RGB: (239,236,158)

Color info

#EFEC9E contains mainly red and green colors. Web safe color of #EFEC9E is #FFFF99 (or #FF9).

RGB color model

#EFEC9E color RGB value is (239,236,158).

RGB: (239,236,158) (94%, 93%, 62%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 158 of 255 = 62%

239
236
158

R + G + B ~ 83%. #EFEC9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 236 + 158 = 633 (100%)
R 239 of 633 ~ 37.76%
G 236 of 633 ~ 37.28%
B 158 of 633 ~ 24.96'%

%37.76
%37.28
%24.96

CMYK color model

#EFEC9E color CMYK value is (0,1,34,6).

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

CMYK: (0,1,34,6)
C0M1Y34K6 (0%, 1%, 34%, 6%)
(0.00 / 0.01 / 0.34 / 0.06)

CMYK percentages

%0
%1.26
%33.89
%6.27

Codes

Color #EFEC9E in popluar color models

EF EC 9E
RGB 239 236 158
HSL 58° 71.68% 77.84%
HSB/HSV 58° 33.89% 93.73%
CMYK 0.00% 1.26% 33.89%
6.27%

Color #EFEC9E in popluar number systems.

HEX EF EC 9E
Decimal 239 236 158
Binary 11101111 11101100 10011110
Octal 357 354 236

Shades and tints

Shades of #EFEC9E

#EFEC9E
(239,236,158)
#DAD790
(218,215,144)
#C5C282
(197,194,130)
#B0AD74
(176,173,116)
#9B9866
(155,152,102)
#868358
(134,131,88)
#716E4A
(113,110,74)
#5C593C
(92,89,60)
#47442E
(71,68,46)
#322F20
(50,47,32)
#1D1A12
(29,26,18)
#000000
(0,0,0)

Tints of #EFEC9E

#EFEC9E
(239,236,158)
#F0EDA6
(240,237,166)
#F1EEAE
(241,238,174)
#F2EFB6
(242,239,182)
#F3F0BE
(243,240,190)
#F4F1C6
(244,241,198)
#F5F2CE
(245,242,206)
#F6F3D6
(246,243,214)
#F7F4DE
(247,244,222)
#F8F5E6
(248,245,230)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEC9E; }

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

This text font color is #EFEC9E.

Background Color

.myBgColor { background-color: #EFEC9E; }

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

This div background color is #EFEC9E.

Border color

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

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

This div border color is #EFEC9E.

Opacity

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

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

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

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

This text has shadow with #EFEC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEC9E.

Preview

Color preview on black background

This text has color #EFEC9E on black background.


Color preview on white background

This text has color #EFEC9E on white background.


Black color preview on #EFEC9E background

This text has black color on #EFEC9E background.


White color preview on #EFEC9E background

This text has white color on #EFEC9E background.


Related colors

Complementary color

Complementary color for #hex is #101361.


I love getcolorcode.com

Triadic colors

1 #9EEFEC and #EC9EEF with #EFEC9E are triadic colors.

2 #9EECEF and #ECEF9E with #EFEC9E are triadic colors.