COLOR #EFE39C

HEX: #EFE39C
RGB: (239,227,156)

Color info

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

RGB color model

#EFE39C color RGB value is (239,227,156).

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

RGB channels and saturation

R 239 of 255 = 94%
G 227 of 255 = 89%
B 156 of 255 = 61%

239
227
156

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

Portions of RGB colors in percentages

R + G + B =
239 + 227 + 156 = 622 (100%)
R 239 of 622 ~ 38.42%
G 227 of 622 ~ 36.5%
B 156 of 622 ~ 25.08%

%38.42
%36.5
%25.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.02%
  • yellow value is 34.73%
  • 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.02
%34.73
%6.27

Codes

Color #EFE39C in popluar color models

EFE39C
RGB239227156
HSL51°72.17%77.45%
HSB/HSV51°34.73%93.73%
CMYK0.00%5.02%34.73%
6.27%

Color #EFE39C in popluar number systems.

HEXEFE39C
Decimal239227156
Binary111011111110001110011100
Octal357343234

Shades and tints

Shades of #EFE39C

#EFE39C
(239,227,156)
#DACF8E
(218,207,142)
#C5BB80
(197,187,128)
#B0A772
(176,167,114)
#9B9364
(155,147,100)
#867F56
(134,127,86)
#716B48
(113,107,72)
#5C573A
(92,87,58)
#47432C
(71,67,44)
#322F1E
(50,47,30)
#1D1B10
(29,27,16)
#000000
(0,0,0)

Tints of #EFE39C

#EFE39C
(239,227,156)
#F0E5A5
(240,229,165)
#F1E7AE
(241,231,174)
#F2E9B7
(242,233,183)
#F3EBC0
(243,235,192)
#F4EDC9
(244,237,201)
#F5EFD2
(245,239,210)
#F6F1DB
(246,241,219)
#F7F3E4
(247,243,228)
#F8F5ED
(248,245,237)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE39C color. Also use rgb(239,227,156) instead hex code.

Text Font Color

.myTextColor { color: #EFE39C; }

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

This text font color is #EFE39C.


Background Color

.myBgColor { background-color: #EFE39C; }

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

This div background color is #EFE39C.


Border color

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

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

This div border color is #EFE39C.


Opacity

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

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

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

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

This text has shadow with #EFE39C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE39C on black background.


Color preview on white background

This text has color #EFE39C on white background.



Black color preview on #EFE39C background

This text has black color on #EFE39C background.


White color preview on #EFE39C background

This text has white color on #EFE39C background.