COLOR #EFE5BA

HEX: #EFE5BA
RGB: (239,229,186)

Color info

#EFE5BA contains red, green and blue colors in about the same proportion. Web safe color of #EFE5BA is #FFCCCC (or #FCC).

RGB color model

#EFE5BA color RGB value is (239,229,186).

  • red value is 239;
  • green value is 229;
  • blue value is 186.
RGB:
(239,229,186)
(94%,90%,73%)

RGB channels and saturation

R 239 of 255 = 94%
G 229 of 255 = 90%
B 186 of 255 = 73%

239
229
186

R + G + B ~ 86%. #EFE5BA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 229 + 186 = 654 (100%)
R 239 of 654 ~ 36.54%
G 229 of 654 ~ 35.02%
B 186 of 654 ~ 28.44%

%36.54
%35.02
%28.44

CMYK color model

#EFE5BA color CMYK value is (0,4,22,6).

  • cyan value is 0.00%
  • magenta value is 4.18%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,4,22,6)
C0M4Y22K6 
(0%,4%,22%,6%)
(0.00/0.04/0.22/0.06)	

CMYK percentages

%0
%4.18
%22.18
%6.27

Codes

Color #EFE5BA in popluar color models

EFE5BA
RGB239229186
HSL49°62.35%83.33%
HSB/HSV49°22.18%93.73%
CMYK0.00%4.18%22.18%
6.27%

Color #EFE5BA in popluar number systems.

HEXEFE5BA
Decimal239229186
Binary111011111110010110111010
Octal357345272

Shades and tints

Shades of #EFE5BA

#EFE5BA
(239,229,186)
#DAD1AA
(218,209,170)
#C5BD9A
(197,189,154)
#B0A98A
(176,169,138)
#9B957A
(155,149,122)
#86816A
(134,129,106)
#716D5A
(113,109,90)
#5C594A
(92,89,74)
#47453A
(71,69,58)
#32312A
(50,49,42)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #EFE5BA

#EFE5BA
(239,229,186)
#F0E7C0
(240,231,192)
#F1E9C6
(241,233,198)
#F2EBCC
(242,235,204)
#F3EDD2
(243,237,210)
#F4EFD8
(244,239,216)
#F5F1DE
(245,241,222)
#F6F3E4
(246,243,228)
#F7F5EA
(247,245,234)
#F8F7F0
(248,247,240)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE5BA color. Also use rgb(239,229,186) instead hex code.

Text Font Color

.myTextColor { color: #EFE5BA; }

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

This text font color is #EFE5BA.


Background Color

.myBgColor { background-color: #EFE5BA; }

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

This div background color is #EFE5BA.


Border color

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

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

This div border color is #EFE5BA.


Opacity

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

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

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

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

This text has shadow with #EFE5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE5BA on black background.


Color preview on white background

This text has color #EFE5BA on white background.



Black color preview on #EFE5BA background

This text has black color on #EFE5BA background.


White color preview on #EFE5BA background

This text has white color on #EFE5BA background.