COLOR #EFEFD4

HEX: #EFEFD4 RGB: (239,239,212)

Color info

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

RGB color model

#EFEFD4 color RGB value is (239,239,212).

RGB: (239,239,212) (94%, 94%, 83%)

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 212 of 255 = 83%

239
239
212

R + G + B ~ 90%. #EFEFD4 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 239 + 212 = 690 (100%)
R 239 of 690 ~ 34.64%
G 239 of 690 ~ 34.64%
B 212 of 690 ~ 30.72'%

%34.64
%34.64
%30.72

CMYK color model

#EFEFD4 color CMYK value is (0,0,11,6).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK: (0,0,11,6) C0M0Y11K6 (0%,0%,11%,6%) (0.00/0.00/0.11/0.06) 

CMYK percentages

%0
%0
%11.3
%6.27

Codes

Color #EFEFD4 in popluar color models

EF EF D4
RGB 239 239 212
HSL 60° 45.76% 88.43%
HSB/HSV 60° 11.30% 93.73%
CMYK 0.00% 0.00% 11.30%
6.27%

Color #EFEFD4 in popluar number systems.

HEX EF EF D4
Decimal 239 239 212
Binary 11101111 11101111 11010100
Octal 357 357 324

Shades and tints

Shades of #EFEFD4

#EFEFD4
(239,239,212)
#DADAC1
(218,218,193)
#C5C5AE
(197,197,174)
#B0B09B
(176,176,155)
#9B9B88
(155,155,136)
#868675
(134,134,117)
#717162
(113,113,98)
#5C5C4F
(92,92,79)
#47473C
(71,71,60)
#323229
(50,50,41)
#1D1D16
(29,29,22)
#000000
(0,0,0)

Tints of #EFEFD4

#EFEFD4
(239,239,212)
#F0F0D7
(240,240,215)
#F1F1DA
(241,241,218)
#F2F2DD
(242,242,221)
#F3F3E0
(243,243,224)
#F4F4E3
(244,244,227)
#F5F5E6
(245,245,230)
#F6F6E9
(246,246,233)
#F7F7EC
(247,247,236)
#F8F8EF
(248,248,239)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFD4; }

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

This text font color is #EFEFD4.

Background Color

.myBgColor { background-color: #EFEFD4; }

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

This div background color is #EFEFD4.

Border color

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

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

This div border color is #EFEFD4.

Opacity

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

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

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

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

This text has shadow with #EFEFD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEFD4.

Preview

Color preview on black background

This text has color #EFEFD4 on black background.


Color preview on white background

This text has color #EFEFD4 on white background.


Black color preview on #EFEFD4 background

This text has black color on #EFEFD4 background.


White color preview on #EFEFD4 background

This text has white color on #EFEFD4 background.


Related colors

Complementary color

Complementary color for #hex is #10102B.


I love getcolorcode.com