COLOR #EFE69E

HEX: #EFE69E
RGB: (239,230,158)

Color info

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

RGB color model

#EFE69E color RGB value is (239,230,158).

  • red value is 239;
  • green value is 230;
  • blue value is 158.
RGB:
(239,230,158)
(94%,90%,62%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 158 of 255 = 62%

239
230
158

R + G + B ~ 82%. #EFE69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 230 + 158 = 627 (100%)
R 239 of 627 ~ 38.12%
G 230 of 627 ~ 36.68%
B 158 of 627 ~ 25.2%

%38.12
%36.68
%25.2

CMYK color model

#EFE69E color CMYK value is (0,4,34,6).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 33.89%
  • key color value is 6.27%
CMYK:
(0,4,34,6)
C0M4Y34K6 
(0%,4%,34%,6%)
(0.00/0.04/0.34/0.06)	

CMYK percentages

%0
%3.77
%33.89
%6.27

Codes

Color #EFE69E in popluar color models

EFE69E
RGB239230158
HSL53°71.68%77.84%
HSB/HSV53°33.89%93.73%
CMYK0.00%3.77%33.89%
6.27%

Color #EFE69E in popluar number systems.

HEXEFE69E
Decimal239230158
Binary111011111110011010011110
Octal357346236

Shades and tints

Shades of #EFE69E

#EFE69E
(239,230,158)
#DAD290
(218,210,144)
#C5BE82
(197,190,130)
#B0AA74
(176,170,116)
#9B9666
(155,150,102)
#868258
(134,130,88)
#716E4A
(113,110,74)
#5C5A3C
(92,90,60)
#47462E
(71,70,46)
#323220
(50,50,32)
#1D1E12
(29,30,18)
#000000
(0,0,0)

Tints of #EFE69E

#EFE69E
(239,230,158)
#F0E8A6
(240,232,166)
#F1EAAE
(241,234,174)
#F2ECB6
(242,236,182)
#F3EEBE
(243,238,190)
#F4F0C6
(244,240,198)
#F5F2CE
(245,242,206)
#F6F4D6
(246,244,214)
#F7F6DE
(247,246,222)
#F8F8E6
(248,248,230)
#F9FAEE
(249,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE69E; }

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

This text font color is #EFE69E.


Background Color

.myBgColor { background-color: #EFE69E; }

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

This div background color is #EFE69E.


Border color

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

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

This div border color is #EFE69E.


Opacity

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

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

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

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

This text has shadow with #EFE69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE69E on black background.


Color preview on white background

This text has color #EFE69E on white background.



Black color preview on #EFE69E background

This text has black color on #EFE69E background.


White color preview on #EFE69E background

This text has white color on #EFE69E background.