COLOR #EFE78B

HEX: #EFE78B RGB: (239,231,139)

Color info

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

RGB color model

#EFE78B color RGB value is (239,231,139).

RGB: (239,231,139) (94%, 91%, 55%)

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 139 of 255 = 55%

239
231
139

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

Portions of RGB colors in percentages

R + G + B = 239 + 231 + 139 = 609 (100%)
R 239 of 609 ~ 39.24%
G 231 of 609 ~ 37.93%
B 139 of 609 ~ 22.82'%

%39.24
%37.93
%22.82

CMYK color model

#EFE78B color CMYK value is (0,3,42,6).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 41.84%
  • key color value is 6.27%

CMYK: (0,3,42,6)
C0M3Y42K6 (0%, 3%, 42%, 6%)
(0.00 / 0.03 / 0.42 / 0.06)

CMYK percentages

%0
%3.35
%41.84
%6.27

Codes

Color #EFE78B in popluar color models

EF E7 8B
RGB 239 231 139
HSL 55° 75.76% 74.12%
HSB/HSV 55° 41.84% 93.73%
CMYK 0.00% 3.35% 41.84%
6.27%

Color #EFE78B in popluar number systems.

HEX EF E7 8B
Decimal 239 231 139
Binary 11101111 11100111 10001011
Octal 357 347 213

Shades and tints

Shades of #EFE78B

#EFE78B
(239,231,139)
#DAD27F
(218,210,127)
#C5BD73
(197,189,115)
#B0A867
(176,168,103)
#9B935B
(155,147,91)
#867E4F
(134,126,79)
#716943
(113,105,67)
#5C5437
(92,84,55)
#473F2B
(71,63,43)
#322A1F
(50,42,31)
#1D1513
(29,21,19)
#000000
(0,0,0)

Tints of #EFE78B

#EFE78B
(239,231,139)
#F0E995
(240,233,149)
#F1EB9F
(241,235,159)
#F2EDA9
(242,237,169)
#F3EFB3
(243,239,179)
#F4F1BD
(244,241,189)
#F5F3C7
(245,243,199)
#F6F5D1
(246,245,209)
#F7F7DB
(247,247,219)
#F8F9E5
(248,249,229)
#F9FBEF
(249,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE78B color. Also use rgb(239,231,139) instead hex code.

Text Font Color

.myTextColor { color: #EFE78B; }

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

This text font color is #EFE78B.

Background Color

.myBgColor { background-color: #EFE78B; }

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

This div background color is #EFE78B.

Border color

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

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

This div border color is #EFE78B.

Opacity

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

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

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

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

This text has shadow with #EFE78B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE78B.

Preview

Color preview on black background

This text has color #EFE78B on black background.


Color preview on white background

This text has color #EFE78B on white background.


Black color preview on #EFE78B background

This text has black color on #EFE78B background.


White color preview on #EFE78B background

This text has white color on #EFE78B background.


Related colors

Complementary color

Complementary color for #hex is #101874.


I love getcolorcode.com

Triadic colors

1 #8BEFE7 and #E78BEF with #EFE78B are triadic colors.

2 #8BE7EF and #E7EF8B with #EFE78B are triadic colors.