COLOR #EFE3AD

HEX: #EFE3AD RGB: (239,227,173)

Color info

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

RGB color model

#EFE3AD color RGB value is (239,227,173).

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

RGB channels and saturation

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

239
227
173

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

Portions of RGB colors in percentages

R + G + B = 239 + 227 + 173 = 639 (100%)
R 239 of 639 ~ 37.4%
G 227 of 639 ~ 35.52%
B 173 of 639 ~ 27.07'%

%37.4
%35.52
%27.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.02%
  • 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.02
%27.62
%6.27

Codes

Color #EFE3AD in popluar color models

EF E3 AD
RGB 239 227 173
HSL 49° 67.35% 80.78%
HSB/HSV 49° 27.62% 93.73%
CMYK 0.00% 5.02% 27.62%
6.27%

Color #EFE3AD in popluar number systems.

HEX EF E3 AD
Decimal 239 227 173
Binary 11101111 11100011 10101101
Octal 357 343 255

Shades and tints

Shades of #EFE3AD

#EFE3AD
(239,227,173)
#DACF9E
(218,207,158)
#C5BB8F
(197,187,143)
#B0A780
(176,167,128)
#9B9371
(155,147,113)
#867F62
(134,127,98)
#716B53
(113,107,83)
#5C5744
(92,87,68)
#474335
(71,67,53)
#322F26
(50,47,38)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #EFE3AD

#EFE3AD
(239,227,173)
#F0E5B4
(240,229,180)
#F1E7BB
(241,231,187)
#F2E9C2
(242,233,194)
#F3EBC9
(243,235,201)
#F4EDD0
(244,237,208)
#F5EFD7
(245,239,215)
#F6F1DE
(246,241,222)
#F7F3E5
(247,243,229)
#F8F5EC
(248,245,236)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE3AD; }

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

This text font color is #EFE3AD.

Background Color

.myBgColor { background-color: #EFE3AD; }

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

This div background color is #EFE3AD.

Border color

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

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

This div border color is #EFE3AD.

Opacity

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

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

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

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

This text has shadow with #EFE3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE3AD.

Preview

Color preview on black background

This text has color #EFE3AD on black background.


Color preview on white background

This text has color #EFE3AD on white background.


Black color preview on #EFE3AD background

This text has black color on #EFE3AD background.


White color preview on #EFE3AD background

This text has white color on #EFE3AD background.


Related colors

Complementary color

Complementary color for #hex is #101C52.


I love getcolorcode.com

Triadic colors

1 #ADEFE3 and #E3ADEF with #EFE3AD are triadic colors.

2 #ADE3EF and #E3EFAD with #EFE3AD are triadic colors.