COLOR #EFEAB1

HEX: #EFEAB1
RGB: (239,234,177)

Color info

#EFEAB1 contains mainly red and green colors. Web safe color of #EFEAB1 is #FFFF99 (or #FF9).

RGB color model

#EFEAB1 color RGB value is (239,234,177).

  • red value is 239;
  • green value is 234;
  • blue value is 177.
RGB:
(239,234,177)
(94%,92%,69%)

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 177 of 255 = 69%

239
234
177

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

Portions of RGB colors in percentages

R + G + B =
239 + 234 + 177 = 650 (100%)
R 239 of 650 ~ 36.77%
G 234 of 650 ~ 36%
B 177 of 650 ~ 27.23%

%36.77
%36
%27.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 25.94%
  • key color value is 6.27%
CMYK:
(0,2,26,6)
C0M2Y26K6 
(0%,2%,26%,6%)
(0.00/0.02/0.26/0.06)	

CMYK percentages

%0
%2.09
%25.94
%6.27

Codes

Color #EFEAB1 in popluar color models

EFEAB1
RGB239234177
HSL55°65.96%81.57%
HSB/HSV55°25.94%93.73%
CMYK0.00%2.09%25.94%
6.27%

Color #EFEAB1 in popluar number systems.

HEXEFEAB1
Decimal239234177
Binary111011111110101010110001
Octal357352261

Shades and tints

Shades of #EFEAB1

#EFEAB1
(239,234,177)
#DAD5A1
(218,213,161)
#C5C091
(197,192,145)
#B0AB81
(176,171,129)
#9B9671
(155,150,113)
#868161
(134,129,97)
#716C51
(113,108,81)
#5C5741
(92,87,65)
#474231
(71,66,49)
#322D21
(50,45,33)
#1D1811
(29,24,17)
#000000
(0,0,0)

Tints of #EFEAB1

#EFEAB1
(239,234,177)
#F0EBB8
(240,235,184)
#F1ECBF
(241,236,191)
#F2EDC6
(242,237,198)
#F3EECD
(243,238,205)
#F4EFD4
(244,239,212)
#F5F0DB
(245,240,219)
#F6F1E2
(246,241,226)
#F7F2E9
(247,242,233)
#F8F3F0
(248,243,240)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEAB1; }

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

This text font color is #EFEAB1.


Background Color

.myBgColor { background-color: #EFEAB1; }

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

This div background color is #EFEAB1.


Border color

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

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

This div border color is #EFEAB1.


Opacity

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

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

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

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

This text has shadow with #EFEAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEAB1 on black background.


Color preview on white background

This text has color #EFEAB1 on white background.



Black color preview on #EFEAB1 background

This text has black color on #EFEAB1 background.


White color preview on #EFEAB1 background

This text has white color on #EFEAB1 background.