COLOR #EFE2AD

HEX: #EFE2AD RGB: (239,226,173)

Color info

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

RGB color model

#EFE2AD color RGB value is (239,226,173).

RGB: (239,226,173) (94%, 89%, 68%)

RGB channels and saturation

R 239 of 255 = 94%
G 226 of 255 = 89%
B 173 of 255 = 68%

239
226
173

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

Portions of RGB colors in percentages

R + G + B = 239 + 226 + 173 = 638 (100%)
R 239 of 638 ~ 37.46%
G 226 of 638 ~ 35.42%
B 173 of 638 ~ 27.12'%

%37.46
%35.42
%27.12

CMYK color model

#EFE2AD color CMYK value is (0,5,28,6).

  • cyan value is 0.00%
  • magenta value is 5.44%
  • yellow value is 27.62%
  • key color value is 6.27%

CMYK: (0,5,28,6)
C0M5Y28K6 (0%, 5%, 28%, 6%)
(0.00 / 0.05 / 0.28 / 0.06)

CMYK percentages

%0
%5.44
%27.62
%6.27

Codes

Color #EFE2AD in popluar color models

EF E2 AD
RGB 239 226 173
HSL 48° 67.35% 80.78%
HSB/HSV 48° 27.62% 93.73%
CMYK 0.00% 5.44% 27.62%
6.27%

Color #EFE2AD in popluar number systems.

HEX EF E2 AD
Decimal 239 226 173
Binary 11101111 11100010 10101101
Octal 357 342 255

Shades and tints

Shades of #EFE2AD

#EFE2AD
(239,226,173)
#DACE9E
(218,206,158)
#C5BA8F
(197,186,143)
#B0A680
(176,166,128)
#9B9271
(155,146,113)
#867E62
(134,126,98)
#716A53
(113,106,83)
#5C5644
(92,86,68)
#474235
(71,66,53)
#322E26
(50,46,38)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #EFE2AD

#EFE2AD
(239,226,173)
#F0E4B4
(240,228,180)
#F1E6BB
(241,230,187)
#F2E8C2
(242,232,194)
#F3EAC9
(243,234,201)
#F4ECD0
(244,236,208)
#F5EED7
(245,238,215)
#F6F0DE
(246,240,222)
#F7F2E5
(247,242,229)
#F8F4EC
(248,244,236)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE2AD; }

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

This text font color is #EFE2AD.

Background Color

.myBgColor { background-color: #EFE2AD; }

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

This div background color is #EFE2AD.

Border color

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

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

This div border color is #EFE2AD.

Opacity

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

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

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

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

This text has shadow with #EFE2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE2AD.

Preview

Color preview on black background

This text has color #EFE2AD on black background.


Color preview on white background

This text has color #EFE2AD on white background.


Black color preview on #EFE2AD background

This text has black color on #EFE2AD background.


White color preview on #EFE2AD background

This text has white color on #EFE2AD background.


Related colors

Complementary color

Complementary color for #hex is #101D52.


I love getcolorcode.com

Triadic colors

1 #ADEFE2 and #E2ADEF with #EFE2AD are triadic colors.

2 #ADE2EF and #E2EFAD with #EFE2AD are triadic colors.