COLOR #EFE49B

HEX: #EFE49B
RGB: (239,228,155)

Color info

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

RGB color model

#EFE49B color RGB value is (239,228,155).

  • red value is 239;
  • green value is 228;
  • blue value is 155.
RGB:
(239,228,155)
(94%,89%,61%)

RGB channels and saturation

R 239 of 255 = 94%
G 228 of 255 = 89%
B 155 of 255 = 61%

239
228
155

R + G + B ~ 81%. #EFE49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 228 + 155 = 622 (100%)
R 239 of 622 ~ 38.42%
G 228 of 622 ~ 36.66%
B 155 of 622 ~ 24.92%

%38.42
%36.66
%24.92

CMYK color model

#EFE49B color CMYK value is (0,5,35,6).

  • cyan value is 0.00%
  • magenta value is 4.60%
  • yellow value is 35.15%
  • key color value is 6.27%
CMYK:
(0,5,35,6)
C0M5Y35K6 
(0%,5%,35%,6%)
(0.00/0.05/0.35/0.06)	

CMYK percentages

%0
%4.6
%35.15
%6.27

Codes

Color #EFE49B in popluar color models

EFE49B
RGB239228155
HSL52°72.41%77.25%
HSB/HSV52°35.15%93.73%
CMYK0.00%4.60%35.15%
6.27%

Color #EFE49B in popluar number systems.

HEXEFE49B
Decimal239228155
Binary111011111110010010011011
Octal357344233

Shades and tints

Shades of #EFE49B

#EFE49B
(239,228,155)
#DAD08D
(218,208,141)
#C5BC7F
(197,188,127)
#B0A871
(176,168,113)
#9B9463
(155,148,99)
#868055
(134,128,85)
#716C47
(113,108,71)
#5C5839
(92,88,57)
#47442B
(71,68,43)
#32301D
(50,48,29)
#1D1C0F
(29,28,15)
#000000
(0,0,0)

Tints of #EFE49B

#EFE49B
(239,228,155)
#F0E6A4
(240,230,164)
#F1E8AD
(241,232,173)
#F2EAB6
(242,234,182)
#F3ECBF
(243,236,191)
#F4EEC8
(244,238,200)
#F5F0D1
(245,240,209)
#F6F2DA
(246,242,218)
#F7F4E3
(247,244,227)
#F8F6EC
(248,246,236)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE49B color. Also use rgb(239,228,155) instead hex code.

Text Font Color

.myTextColor { color: #EFE49B; }

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

This text font color is #EFE49B.


Background Color

.myBgColor { background-color: #EFE49B; }

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

This div background color is #EFE49B.


Border color

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

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

This div border color is #EFE49B.


Opacity

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

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

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

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

This text has shadow with #EFE49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE49B on black background.


Color preview on white background

This text has color #EFE49B on white background.



Black color preview on #EFE49B background

This text has black color on #EFE49B background.


White color preview on #EFE49B background

This text has white color on #EFE49B background.