COLOR #EFE97E

HEX: #EFE97E
RGB: (239,233,126)

Color info

#EFE97E contains mainly red and green colors. Web safe color of #EFE97E is #FFFF66 (or #FF6).

RGB color model

#EFE97E color RGB value is (239,233,126).

  • red value is 239;
  • green value is 233;
  • blue value is 126.
RGB:
(239,233,126)
(94%,91%,49%)

RGB channels and saturation

R 239 of 255 = 94%
G 233 of 255 = 91%
B 126 of 255 = 49%

239
233
126

R + G + B ~ 78%. #EFE97E is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 233 + 126 = 598 (100%)
R 239 of 598 ~ 39.97%
G 233 of 598 ~ 38.96%
B 126 of 598 ~ 21.07%

%39.97
%38.96
%21.07

CMYK color model

#EFE97E color CMYK value is (0,3,47,6).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 47.28%
  • key color value is 6.27%
CMYK:
(0,3,47,6)
C0M3Y47K6 
(0%,3%,47%,6%)
(0.00/0.03/0.47/0.06)	

CMYK percentages

%0
%2.51
%47.28
%6.27

Codes

Color #EFE97E in popluar color models

EFE97E
RGB239233126
HSL57°77.93%71.57%
HSB/HSV57°47.28%93.73%
CMYK0.00%2.51%47.28%
6.27%

Color #EFE97E in popluar number systems.

HEXEFE97E
Decimal239233126
Binary11101111111010011111110
Octal357351176

Shades and tints

Shades of #EFE97E

#EFE97E
(239,233,126)
#DAD473
(218,212,115)
#C5BF68
(197,191,104)
#B0AA5D
(176,170,93)
#9B9552
(155,149,82)
#868047
(134,128,71)
#716B3C
(113,107,60)
#5C5631
(92,86,49)
#474126
(71,65,38)
#322C1B
(50,44,27)
#1D1710
(29,23,16)
#000000
(0,0,0)

Tints of #EFE97E

#EFE97E
(239,233,126)
#F0EB89
(240,235,137)
#F1ED94
(241,237,148)
#F2EF9F
(242,239,159)
#F3F1AA
(243,241,170)
#F4F3B5
(244,243,181)
#F5F5C0
(245,245,192)
#F6F7CB
(246,247,203)
#F7F9D6
(247,249,214)
#F8FBE1
(248,251,225)
#F9FDEC
(249,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE97E color. Also use rgb(239,233,126) instead hex code.

Text Font Color

.myTextColor { color: #EFE97E; }

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

This text font color is #EFE97E.


Background Color

.myBgColor { background-color: #EFE97E; }

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

This div background color is #EFE97E.


Border color

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

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

This div border color is #EFE97E.


Opacity

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

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

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

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

This text has shadow with #EFE97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE97E on black background.


Color preview on white background

This text has color #EFE97E on white background.



Black color preview on #EFE97E background

This text has black color on #EFE97E background.


White color preview on #EFE97E background

This text has white color on #EFE97E background.