COLOR #EFE1B1

HEX: #EFE1B1 RGB: (239,225,177)

Color info

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

RGB color model

#EFE1B1 color RGB value is (239,225,177).

RGB: (239,225,177) (94%, 88%, 69%)

RGB channels and saturation

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

239
225
177

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

Portions of RGB colors in percentages

R + G + B = 239 + 225 + 177 = 641 (100%)
R 239 of 641 ~ 37.29%
G 225 of 641 ~ 35.1%
B 177 of 641 ~ 27.61'%

%37.29
%35.1
%27.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 25.94%
  • 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
%25.94
%6.27

Codes

Color #EFE1B1 in popluar color models

EF E1 B1
RGB 239 225 177
HSL 46° 65.96% 81.57%
HSB/HSV 46° 25.94% 93.73%
CMYK 0.00% 5.86% 25.94%
6.27%

Color #EFE1B1 in popluar number systems.

HEX EF E1 B1
Decimal 239 225 177
Binary 11101111 11100001 10110001
Octal 357 341 261

Shades and tints

Shades of #EFE1B1

#EFE1B1
(239,225,177)
#DACDA1
(218,205,161)
#C5B991
(197,185,145)
#B0A581
(176,165,129)
#9B9171
(155,145,113)
#867D61
(134,125,97)
#716951
(113,105,81)
#5C5541
(92,85,65)
#474131
(71,65,49)
#322D21
(50,45,33)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #EFE1B1

#EFE1B1
(239,225,177)
#F0E3B8
(240,227,184)
#F1E5BF
(241,229,191)
#F2E7C6
(242,231,198)
#F3E9CD
(243,233,205)
#F4EBD4
(244,235,212)
#F5EDDB
(245,237,219)
#F6EFE2
(246,239,226)
#F7F1E9
(247,241,233)
#F8F3F0
(248,243,240)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE1B1; }

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

This text font color is #EFE1B1.

Background Color

.myBgColor { background-color: #EFE1B1; }

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

This div background color is #EFE1B1.

Border color

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

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

This div border color is #EFE1B1.

Opacity

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

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

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

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

This text has shadow with #EFE1B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE1B1.

Preview

Color preview on black background

This text has color #EFE1B1 on black background.


Color preview on white background

This text has color #EFE1B1 on white background.


Black color preview on #EFE1B1 background

This text has black color on #EFE1B1 background.


White color preview on #EFE1B1 background

This text has white color on #EFE1B1 background.


Related colors

Complementary color

Complementary color for #hex is #101E4E.


I love getcolorcode.com

Triadic colors

1 #B1EFE1 and #E1B1EF with #EFE1B1 are triadic colors.

2 #B1E1EF and #E1EFB1 with #EFE1B1 are triadic colors.