COLOR #EFEEE0

HEX: #EFEEE0
RGB: (239,238,224)

Color info

#EFEEE0 contains red, green and blue colors in about the same proportion. Web safe color of #EFEEE0 is #FFFFCC (or #FFC).

RGB color model

#EFEEE0 color RGB value is (239,238,224).

  • red value is 239;
  • green value is 238;
  • blue value is 224.
RGB:
(239,238,224)
(94%,93%,88%)

RGB channels and saturation

R 239 of 255 = 94%
G 238 of 255 = 93%
B 224 of 255 = 88%

239
238
224

R + G + B ~ 92%. #EFEEE0 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 238 + 224 = 701 (100%)
R 239 of 701 ~ 34.09%
G 238 of 701 ~ 33.95%
B 224 of 701 ~ 31.95%

%34.09
%33.95
%31.95

CMYK color model

#EFEEE0 color CMYK value is (0,0,6,6).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 6.28%
  • key color value is 6.27%
CMYK:
(0,0,6,6)
C0M0Y6K6 
(0%,0%,6%,6%)
(0.00/0.00/0.06/0.06)	

CMYK percentages

%0
%0.42
%6.28
%6.27

Codes

Color #EFEEE0 in popluar color models

EFEEE0
RGB239238224
HSL56°31.91%90.78%
HSB/HSV56°6.28%93.73%
CMYK0.00%0.42%6.28%
6.27%

Color #EFEEE0 in popluar number systems.

HEXEFEEE0
Decimal239238224
Binary111011111110111011100000
Octal357356340

Shades and tints

Shades of #EFEEE0

#EFEEE0
(239,238,224)
#DAD9CC
(218,217,204)
#C5C4B8
(197,196,184)
#B0AFA4
(176,175,164)
#9B9A90
(155,154,144)
#86857C
(134,133,124)
#717068
(113,112,104)
#5C5B54
(92,91,84)
#474640
(71,70,64)
#32312C
(50,49,44)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #EFEEE0

#EFEEE0
(239,238,224)
#F0EFE2
(240,239,226)
#F1F0E4
(241,240,228)
#F2F1E6
(242,241,230)
#F3F2E8
(243,242,232)
#F4F3EA
(244,243,234)
#F5F4EC
(245,244,236)
#F6F5EE
(246,245,238)
#F7F6F0
(247,246,240)
#F8F7F2
(248,247,242)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFEEE0 color. Also use rgb(239,238,224) instead hex code.

Text Font Color

.myTextColor { color: #EFEEE0; }

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

This text font color is #EFEEE0.


Background Color

.myBgColor { background-color: #EFEEE0; }

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

This div background color is #EFEEE0.


Border color

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

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

This div border color is #EFEEE0.


Opacity

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

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

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

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

This text has shadow with #EFEEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEEE0 on black background.


Color preview on white background

This text has color #EFEEE0 on white background.



Black color preview on #EFEEE0 background

This text has black color on #EFEEE0 background.


White color preview on #EFEEE0 background

This text has white color on #EFEEE0 background.