COLOR #EFE7A6

HEX: #EFE7A6
RGB: (239,231,166)

Color info

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

RGB color model

#EFE7A6 color RGB value is (239,231,166).

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

RGB channels and saturation

R 239 of 255 = 94%
G 231 of 255 = 91%
B 166 of 255 = 65%

239
231
166

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

Portions of RGB colors in percentages

R + G + B =
239 + 231 + 166 = 636 (100%)
R 239 of 636 ~ 37.58%
G 231 of 636 ~ 36.32%
B 166 of 636 ~ 26.1%

%37.58
%36.32
%26.1

CMYK color model

#EFE7A6 color CMYK value is (0,3,31,6).

  • cyan value is 0.00%
  • magenta value is 3.35%
  • yellow value is 30.54%
  • key color value is 6.27%
CMYK:
(0,3,31,6)
C0M3Y31K6 
(0%,3%,31%,6%)
(0.00/0.03/0.31/0.06)	

CMYK percentages

%0
%3.35
%30.54
%6.27

Codes

Color #EFE7A6 in popluar color models

EFE7A6
RGB239231166
HSL53°69.52%79.41%
HSB/HSV53°30.54%93.73%
CMYK0.00%3.35%30.54%
6.27%

Color #EFE7A6 in popluar number systems.

HEXEFE7A6
Decimal239231166
Binary111011111110011110100110
Octal357347246

Shades and tints

Shades of #EFE7A6

#EFE7A6
(239,231,166)
#DAD297
(218,210,151)
#C5BD88
(197,189,136)
#B0A879
(176,168,121)
#9B936A
(155,147,106)
#867E5B
(134,126,91)
#71694C
(113,105,76)
#5C543D
(92,84,61)
#473F2E
(71,63,46)
#322A1F
(50,42,31)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #EFE7A6

#EFE7A6
(239,231,166)
#F0E9AE
(240,233,174)
#F1EBB6
(241,235,182)
#F2EDBE
(242,237,190)
#F3EFC6
(243,239,198)
#F4F1CE
(244,241,206)
#F5F3D6
(245,243,214)
#F6F5DE
(246,245,222)
#F7F7E6
(247,247,230)
#F8F9EE
(248,249,238)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE7A6; }

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

This text font color is #EFE7A6.


Background Color

.myBgColor { background-color: #EFE7A6; }

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

This div background color is #EFE7A6.


Border color

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

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

This div border color is #EFE7A6.


Opacity

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

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

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

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

This text has shadow with #EFE7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE7A6 on black background.


Color preview on white background

This text has color #EFE7A6 on white background.



Black color preview on #EFE7A6 background

This text has black color on #EFE7A6 background.


White color preview on #EFE7A6 background

This text has white color on #EFE7A6 background.