COLOR #EFE8B5

HEX: #EFE8B5
RGB: (239,232,181)

Color info

#EFE8B5 contains red, green and blue colors in about the same proportion. Web safe color of #EFE8B5 is #FFFFCC (or #FFC).

RGB color model

#EFE8B5 color RGB value is (239,232,181).

  • red value is 239;
  • green value is 232;
  • blue value is 181.
RGB:
(239,232,181)
(94%,91%,71%)

RGB channels and saturation

R 239 of 255 = 94%
G 232 of 255 = 91%
B 181 of 255 = 71%

239
232
181

R + G + B ~ 85%. #EFE8B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 232 + 181 = 652 (100%)
R 239 of 652 ~ 36.66%
G 232 of 652 ~ 35.58%
B 181 of 652 ~ 27.76%

%36.66
%35.58
%27.76

CMYK color model

#EFE8B5 color CMYK value is (0,3,24,6).

  • cyan value is 0.00%
  • magenta value is 2.93%
  • yellow value is 24.27%
  • key color value is 6.27%
CMYK:
(0,3,24,6)
C0M3Y24K6 
(0%,3%,24%,6%)
(0.00/0.03/0.24/0.06)	

CMYK percentages

%0
%2.93
%24.27
%6.27

Codes

Color #EFE8B5 in popluar color models

EFE8B5
RGB239232181
HSL53°64.44%82.35%
HSB/HSV53°24.27%93.73%
CMYK0.00%2.93%24.27%
6.27%

Color #EFE8B5 in popluar number systems.

HEXEFE8B5
Decimal239232181
Binary111011111110100010110101
Octal357350265

Shades and tints

Shades of #EFE8B5

#EFE8B5
(239,232,181)
#DAD3A5
(218,211,165)
#C5BE95
(197,190,149)
#B0A985
(176,169,133)
#9B9475
(155,148,117)
#867F65
(134,127,101)
#716A55
(113,106,85)
#5C5545
(92,85,69)
#474035
(71,64,53)
#322B25
(50,43,37)
#1D1615
(29,22,21)
#000000
(0,0,0)

Tints of #EFE8B5

#EFE8B5
(239,232,181)
#F0EABB
(240,234,187)
#F1ECC1
(241,236,193)
#F2EEC7
(242,238,199)
#F3F0CD
(243,240,205)
#F4F2D3
(244,242,211)
#F5F4D9
(245,244,217)
#F6F6DF
(246,246,223)
#F7F8E5
(247,248,229)
#F8FAEB
(248,250,235)
#F9FCF1
(249,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE8B5 color. Also use rgb(239,232,181) instead hex code.

Text Font Color

.myTextColor { color: #EFE8B5; }

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

This text font color is #EFE8B5.


Background Color

.myBgColor { background-color: #EFE8B5; }

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

This div background color is #EFE8B5.


Border color

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

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

This div border color is #EFE8B5.


Opacity

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

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

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

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

This text has shadow with #EFE8B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE8B5 on black background.


Color preview on white background

This text has color #EFE8B5 on white background.



Black color preview on #EFE8B5 background

This text has black color on #EFE8B5 background.


White color preview on #EFE8B5 background

This text has white color on #EFE8B5 background.