COLOR #EFEFE1

HEX: #EFEFE1 RGB: (239,239,225)

Color info

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

RGB color model

#EFEFE1 color RGB value is (239,239,225).

RGB: (239,239,225) (94%, 94%, 88%)

RGB channels and saturation

R 239 of 255 = 94%
G 239 of 255 = 94%
B 225 of 255 = 88%

239
239
225

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

Portions of RGB colors in percentages

R + G + B = 239 + 239 + 225 = 703 (100%)
R 239 of 703 ~ 34%
G 239 of 703 ~ 34%
B 225 of 703 ~ 32.01'%

%34
%34
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • 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
%5.86
%6.27

Codes

Color #EFEFE1 in popluar color models

EF EF E1
RGB 239 239 225
HSL 60° 30.43% 90.98%
HSB/HSV 60° 5.86% 93.73%
CMYK 0.00% 0.00% 5.86%
6.27%

Color #EFEFE1 in popluar number systems.

HEX EF EF E1
Decimal 239 239 225
Binary 11101111 11101111 11100001
Octal 357 357 341

Shades and tints

Shades of #EFEFE1

#EFEFE1
(239,239,225)
#DADACD
(218,218,205)
#C5C5B9
(197,197,185)
#B0B0A5
(176,176,165)
#9B9B91
(155,155,145)
#86867D
(134,134,125)
#717169
(113,113,105)
#5C5C55
(92,92,85)
#474741
(71,71,65)
#32322D
(50,50,45)
#1D1D19
(29,29,25)
#000000
(0,0,0)

Tints of #EFEFE1

#EFEFE1
(239,239,225)
#F0F0E3
(240,240,227)
#F1F1E5
(241,241,229)
#F2F2E7
(242,242,231)
#F3F3E9
(243,243,233)
#F4F4EB
(244,244,235)
#F5F5ED
(245,245,237)
#F6F6EF
(246,246,239)
#F7F7F1
(247,247,241)
#F8F8F3
(248,248,243)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEFE1; }

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

This text font color is #EFEFE1.

Background Color

.myBgColor { background-color: #EFEFE1; }

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

This div background color is #EFEFE1.

Border color

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

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

This div border color is #EFEFE1.

Opacity

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

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

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

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

This text has shadow with #EFEFE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEFE1.

Preview

Color preview on black background

This text has color #EFEFE1 on black background.


Color preview on white background

This text has color #EFEFE1 on white background.


Black color preview on #EFEFE1 background

This text has black color on #EFEFE1 background.


White color preview on #EFEFE1 background

This text has white color on #EFEFE1 background.


Related colors

Complementary color

Complementary color for #hex is #10101E.


I love getcolorcode.com