COLOR #EFDE96

HEX: #EFDE96
RGB: (239,222,150)

Color info

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

RGB color model

#EFDE96 color RGB value is (239,222,150).

  • red value is 239;
  • green value is 222;
  • blue value is 150.
RGB:
(239,222,150)
(94%,87%,59%)

RGB channels and saturation

R 239 of 255 = 94%
G 222 of 255 = 87%
B 150 of 255 = 59%

239
222
150

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

Portions of RGB colors in percentages

R + G + B =
239 + 222 + 150 = 611 (100%)
R 239 of 611 ~ 39.12%
G 222 of 611 ~ 36.33%
B 150 of 611 ~ 24.55%

%39.12
%36.33
%24.55

CMYK color model

#EFDE96 color CMYK value is (0,7,37,6).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 37.24%
  • key color value is 6.27%
CMYK:
(0,7,37,6)
C0M7Y37K6 
(0%,7%,37%,6%)
(0.00/0.07/0.37/0.06)	

CMYK percentages

%0
%7.11
%37.24
%6.27

Codes

Color #EFDE96 in popluar color models

EFDE96
RGB239222150
HSL49°73.55%76.27%
HSB/HSV49°37.24%93.73%
CMYK0.00%7.11%37.24%
6.27%

Color #EFDE96 in popluar number systems.

HEXEFDE96
Decimal239222150
Binary111011111101111010010110
Octal357336226

Shades and tints

Shades of #EFDE96

#EFDE96
(239,222,150)
#DACA89
(218,202,137)
#C5B67C
(197,182,124)
#B0A26F
(176,162,111)
#9B8E62
(155,142,98)
#867A55
(134,122,85)
#716648
(113,102,72)
#5C523B
(92,82,59)
#473E2E
(71,62,46)
#322A21
(50,42,33)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #EFDE96

#EFDE96
(239,222,150)
#F0E19F
(240,225,159)
#F1E4A8
(241,228,168)
#F2E7B1
(242,231,177)
#F3EABA
(243,234,186)
#F4EDC3
(244,237,195)
#F5F0CC
(245,240,204)
#F6F3D5
(246,243,213)
#F7F6DE
(247,246,222)
#F8F9E7
(248,249,231)
#F9FCF0
(249,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDE96 color. Also use rgb(239,222,150) instead hex code.

Text Font Color

.myTextColor { color: #EFDE96; }

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

This text font color is #EFDE96.


Background Color

.myBgColor { background-color: #EFDE96; }

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

This div background color is #EFDE96.


Border color

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

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

This div border color is #EFDE96.


Opacity

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

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

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

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

This text has shadow with #EFDE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDE96 on black background.


Color preview on white background

This text has color #EFDE96 on white background.



Black color preview on #EFDE96 background

This text has black color on #EFDE96 background.


White color preview on #EFDE96 background

This text has white color on #EFDE96 background.