COLOR #EFE68B

HEX: #EFE68B
RGB: (239,230,139)

Color info

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

RGB color model

#EFE68B color RGB value is (239,230,139).

  • red value is 239;
  • green value is 230;
  • blue value is 139.
RGB:
(239,230,139)
(94%,90%,55%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 139 of 255 = 55%

239
230
139

R + G + B ~ 80%. #EFE68B is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 230 + 139 = 608 (100%)
R 239 of 608 ~ 39.31%
G 230 of 608 ~ 37.83%
B 139 of 608 ~ 22.86%

%39.31
%37.83
%22.86

CMYK color model

#EFE68B color CMYK value is (0,4,42,6).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 41.84%
  • key color value is 6.27%
CMYK:
(0,4,42,6)
C0M4Y42K6 
(0%,4%,42%,6%)
(0.00/0.04/0.42/0.06)	

CMYK percentages

%0
%3.77
%41.84
%6.27

Codes

Color #EFE68B in popluar color models

EFE68B
RGB239230139
HSL55°75.76%74.12%
HSB/HSV55°41.84%93.73%
CMYK0.00%3.77%41.84%
6.27%

Color #EFE68B in popluar number systems.

HEXEFE68B
Decimal239230139
Binary111011111110011010001011
Octal357346213

Shades and tints

Shades of #EFE68B

#EFE68B
(239,230,139)
#DAD27F
(218,210,127)
#C5BE73
(197,190,115)
#B0AA67
(176,170,103)
#9B965B
(155,150,91)
#86824F
(134,130,79)
#716E43
(113,110,67)
#5C5A37
(92,90,55)
#47462B
(71,70,43)
#32321F
(50,50,31)
#1D1E13
(29,30,19)
#000000
(0,0,0)

Tints of #EFE68B

#EFE68B
(239,230,139)
#F0E895
(240,232,149)
#F1EA9F
(241,234,159)
#F2ECA9
(242,236,169)
#F3EEB3
(243,238,179)
#F4F0BD
(244,240,189)
#F5F2C7
(245,242,199)
#F6F4D1
(246,244,209)
#F7F6DB
(247,246,219)
#F8F8E5
(248,248,229)
#F9FAEF
(249,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE68B color. Also use rgb(239,230,139) instead hex code.

Text Font Color

.myTextColor { color: #EFE68B; }

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

This text font color is #EFE68B.


Background Color

.myBgColor { background-color: #EFE68B; }

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

This div background color is #EFE68B.


Border color

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

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

This div border color is #EFE68B.


Opacity

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

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

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

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

This text has shadow with #EFE68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE68B on black background.


Color preview on white background

This text has color #EFE68B on white background.



Black color preview on #EFE68B background

This text has black color on #EFE68B background.


White color preview on #EFE68B background

This text has white color on #EFE68B background.