COLOR #EFE6AD

HEX: #EFE6AD
RGB: (239,230,173)

Color info

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

RGB color model

#EFE6AD color RGB value is (239,230,173).

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

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 173 of 255 = 68%

239
230
173

R + G + B ~ 84%. #EFE6AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 230 + 173 = 642 (100%)
R 239 of 642 ~ 37.23%
G 230 of 642 ~ 35.83%
B 173 of 642 ~ 26.95%

%37.23
%35.83
%26.95

CMYK color model

#EFE6AD color CMYK value is (0,4,28,6).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 27.62%
  • key color value is 6.27%
CMYK:
(0,4,28,6)
C0M4Y28K6 
(0%,4%,28%,6%)
(0.00/0.04/0.28/0.06)	

CMYK percentages

%0
%3.77
%27.62
%6.27

Codes

Color #EFE6AD in popluar color models

EFE6AD
RGB239230173
HSL52°67.35%80.78%
HSB/HSV52°27.62%93.73%
CMYK0.00%3.77%27.62%
6.27%

Color #EFE6AD in popluar number systems.

HEXEFE6AD
Decimal239230173
Binary111011111110011010101101
Octal357346255

Shades and tints

Shades of #EFE6AD

#EFE6AD
(239,230,173)
#DAD29E
(218,210,158)
#C5BE8F
(197,190,143)
#B0AA80
(176,170,128)
#9B9671
(155,150,113)
#868262
(134,130,98)
#716E53
(113,110,83)
#5C5A44
(92,90,68)
#474635
(71,70,53)
#323226
(50,50,38)
#1D1E17
(29,30,23)
#000000
(0,0,0)

Tints of #EFE6AD

#EFE6AD
(239,230,173)
#F0E8B4
(240,232,180)
#F1EABB
(241,234,187)
#F2ECC2
(242,236,194)
#F3EEC9
(243,238,201)
#F4F0D0
(244,240,208)
#F5F2D7
(245,242,215)
#F6F4DE
(246,244,222)
#F7F6E5
(247,246,229)
#F8F8EC
(248,248,236)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE6AD; }

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

This text font color is #EFE6AD.


Background Color

.myBgColor { background-color: #EFE6AD; }

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

This div background color is #EFE6AD.


Border color

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

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

This div border color is #EFE6AD.


Opacity

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

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

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

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

This text has shadow with #EFE6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE6AD on black background.


Color preview on white background

This text has color #EFE6AD on white background.



Black color preview on #EFE6AD background

This text has black color on #EFE6AD background.


White color preview on #EFE6AD background

This text has white color on #EFE6AD background.