COLOR #EFE29B

HEX: #EFE29B RGB: (239,226,155)

Color info

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

RGB color model

#EFE29B color RGB value is (239,226,155).

RGB: (239,226,155) (94%, 89%, 61%)

RGB channels and saturation

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

239
226
155

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

Portions of RGB colors in percentages

R + G + B = 239 + 226 + 155 = 620 (100%)
R 239 of 620 ~ 38.55%
G 226 of 620 ~ 36.45%
B 155 of 620 ~ 25'%

%38.55
%36.45
%25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.44%
  • 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
%5.44
%35.15
%6.27

Codes

Color #EFE29B in popluar color models

EF E2 9B
RGB 239 226 155
HSL 51° 72.41% 77.25%
HSB/HSV 51° 35.15% 93.73%
CMYK 0.00% 5.44% 35.15%
6.27%

Color #EFE29B in popluar number systems.

HEX EF E2 9B
Decimal 239 226 155
Binary 11101111 11100010 10011011
Octal 357 342 233

Shades and tints

Shades of #EFE29B

#EFE29B
(239,226,155)
#DACE8D
(218,206,141)
#C5BA7F
(197,186,127)
#B0A671
(176,166,113)
#9B9263
(155,146,99)
#867E55
(134,126,85)
#716A47
(113,106,71)
#5C5639
(92,86,57)
#47422B
(71,66,43)
#322E1D
(50,46,29)
#1D1A0F
(29,26,15)
#000000
(0,0,0)

Tints of #EFE29B

#EFE29B
(239,226,155)
#F0E4A4
(240,228,164)
#F1E6AD
(241,230,173)
#F2E8B6
(242,232,182)
#F3EABF
(243,234,191)
#F4ECC8
(244,236,200)
#F5EED1
(245,238,209)
#F6F0DA
(246,240,218)
#F7F2E3
(247,242,227)
#F8F4EC
(248,244,236)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFE29B; }

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

This text font color is #EFE29B.

Background Color

.myBgColor { background-color: #EFE29B; }

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

This div background color is #EFE29B.

Border color

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

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

This div border color is #EFE29B.

Opacity

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

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

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

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

This text has shadow with #EFE29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE29B.

Preview

Color preview on black background

This text has color #EFE29B on black background.


Color preview on white background

This text has color #EFE29B on white background.


Black color preview on #EFE29B background

This text has black color on #EFE29B background.


White color preview on #EFE29B background

This text has white color on #EFE29B background.


Related colors

Complementary color

Complementary color for #hex is #101D64.


I love getcolorcode.com

Triadic colors

1 #9BEFE2 and #E29BEF with #EFE29B are triadic colors.

2 #9BE2EF and #E2EF9B with #EFE29B are triadic colors.