COLOR #EFE78D

HEX: #EFE78D
RGB: (239,231,141)

Color info

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

RGB color model

#EFE78D color RGB value is (239,231,141).

  • red value is 239;
  • green value is 231;
  • blue value is 141.
RGB:
(239,231,141)
(94%,91%,55%)

RGB channels and saturation

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

239
231
141

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

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 141 = 611 (100%)
R 239 of 611 ~ 39.12%
G 231 of 611 ~ 37.81%
B 141 of 611 ~ 23.08%

%39.12
%37.81
%23.08

CMYK color model

#EFE78D color CMYK value is (0,3,41,6).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 41.00%
  • key color value is 6.27%
CMYK:
(0,3,41,6)
C0M3Y41K6 
(0%,3%,41%,6%)
(0.00/0.03/0.41/0.06)	

CMYK percentages

%0
%3.35
%41
%6.27

Codes

Color #EFE78D in popluar color models

EFE78D
RGB239231141
HSL55°75.38%74.51%
HSB/HSV55°41.00%93.73%
CMYK0.00%3.35%41.00%
6.27%

Color #EFE78D in popluar number systems.

HEXEFE78D
Decimal239231141
Binary111011111110011110001101
Octal357347215

Shades and tints

Shades of #EFE78D

#EFE78D
(239,231,141)
#DAD281
(218,210,129)
#C5BD75
(197,189,117)
#B0A869
(176,168,105)
#9B935D
(155,147,93)
#867E51
(134,126,81)
#716945
(113,105,69)
#5C5439
(92,84,57)
#473F2D
(71,63,45)
#322A21
(50,42,33)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #EFE78D

#EFE78D
(239,231,141)
#F0E997
(240,233,151)
#F1EBA1
(241,235,161)
#F2EDAB
(242,237,171)
#F3EFB5
(243,239,181)
#F4F1BF
(244,241,191)
#F5F3C9
(245,243,201)
#F6F5D3
(246,245,211)
#F7F7DD
(247,247,221)
#F8F9E7
(248,249,231)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE78D; }

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

This text font color is #EFE78D.


Background Color

.myBgColor { background-color: #EFE78D; }

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

This div background color is #EFE78D.


Border color

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

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

This div border color is #EFE78D.


Opacity

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

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

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

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

This text has shadow with #EFE78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE78D on black background.


Color preview on white background

This text has color #EFE78D on white background.



Black color preview on #EFE78D background

This text has black color on #EFE78D background.


White color preview on #EFE78D background

This text has white color on #EFE78D background.