COLOR #EFE1B0

HEX: #EFE1B0
RGB: (239,225,176)

Color info

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

RGB color model

#EFE1B0 color RGB value is (239,225,176).

  • red value is 239;
  • green value is 225;
  • blue value is 176.
RGB:
(239,225,176)
(94%,88%,69%)

RGB channels and saturation

R 239 of 255 = 94%
G 225 of 255 = 88%
B 176 of 255 = 69%

239
225
176

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

Portions of RGB colors in percentages

R + G + B =
239 + 225 + 176 = 640 (100%)
R 239 of 640 ~ 37.34%
G 225 of 640 ~ 35.16%
B 176 of 640 ~ 27.5%

%37.34
%35.16
%27.5

CMYK color model

#EFE1B0 color CMYK value is (0,6,26,6).

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 26.36%
  • key color value is 6.27%
CMYK:
(0,6,26,6)
C0M6Y26K6 
(0%,6%,26%,6%)
(0.00/0.06/0.26/0.06)	

CMYK percentages

%0
%5.86
%26.36
%6.27

Codes

Color #EFE1B0 in popluar color models

EFE1B0
RGB239225176
HSL47°66.32%81.37%
HSB/HSV47°26.36%93.73%
CMYK0.00%5.86%26.36%
6.27%

Color #EFE1B0 in popluar number systems.

HEXEFE1B0
Decimal239225176
Binary111011111110000110110000
Octal357341260

Shades and tints

Shades of #EFE1B0

#EFE1B0
(239,225,176)
#DACDA0
(218,205,160)
#C5B990
(197,185,144)
#B0A580
(176,165,128)
#9B9170
(155,145,112)
#867D60
(134,125,96)
#716950
(113,105,80)
#5C5540
(92,85,64)
#474130
(71,65,48)
#322D20
(50,45,32)
#1D1910
(29,25,16)
#000000
(0,0,0)

Tints of #EFE1B0

#EFE1B0
(239,225,176)
#F0E3B7
(240,227,183)
#F1E5BE
(241,229,190)
#F2E7C5
(242,231,197)
#F3E9CC
(243,233,204)
#F4EBD3
(244,235,211)
#F5EDDA
(245,237,218)
#F6EFE1
(246,239,225)
#F7F1E8
(247,241,232)
#F8F3EF
(248,243,239)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE1B0 color. Also use rgb(239,225,176) instead hex code.

Text Font Color

.myTextColor { color: #EFE1B0; }

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

This text font color is #EFE1B0.


Background Color

.myBgColor { background-color: #EFE1B0; }

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

This div background color is #EFE1B0.


Border color

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

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

This div border color is #EFE1B0.


Opacity

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

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

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

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

This text has shadow with #EFE1B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE1B0 on black background.


Color preview on white background

This text has color #EFE1B0 on white background.



Black color preview on #EFE1B0 background

This text has black color on #EFE1B0 background.


White color preview on #EFE1B0 background

This text has white color on #EFE1B0 background.