COLOR #EFEDB2

HEX: #EFEDB2 RGB: (239,237,178)

Color info

#EFEDB2 contains mainly red and green colors. Web safe color of #EFEDB2 is #FFFF99 (or #FF9).

RGB color model

#EFEDB2 color RGB value is (239,237,178).

RGB: (239,237,178) (94%, 93%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 178 of 255 = 70%

239
237
178

R + G + B ~ 86%. #EFEDB2 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 237 + 178 = 654 (100%)
R 239 of 654 ~ 36.54%
G 237 of 654 ~ 36.24%
B 178 of 654 ~ 27.22'%

%36.54
%36.24
%27.22

CMYK color model

#EFEDB2 color CMYK value is (0,1,26,6).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 25.52%
  • key color value is 6.27%

CMYK: (0,1,26,6)
C0M1Y26K6 (0%, 1%, 26%, 6%)
(0.00 / 0.01 / 0.26 / 0.06)

CMYK percentages

%0
%0.84
%25.52
%6.27

Codes

Color #EFEDB2 in popluar color models

EF ED B2
RGB 239 237 178
HSL 58° 65.59% 81.76%
HSB/HSV 58° 25.52% 93.73%
CMYK 0.00% 0.84% 25.52%
6.27%

Color #EFEDB2 in popluar number systems.

HEX EF ED B2
Decimal 239 237 178
Binary 11101111 11101101 10110010
Octal 357 355 262

Shades and tints

Shades of #EFEDB2

#EFEDB2
(239,237,178)
#DAD8A2
(218,216,162)
#C5C392
(197,195,146)
#B0AE82
(176,174,130)
#9B9972
(155,153,114)
#868462
(134,132,98)
#716F52
(113,111,82)
#5C5A42
(92,90,66)
#474532
(71,69,50)
#323022
(50,48,34)
#1D1B12
(29,27,18)
#000000
(0,0,0)

Tints of #EFEDB2

#EFEDB2
(239,237,178)
#F0EEB9
(240,238,185)
#F1EFC0
(241,239,192)
#F2F0C7
(242,240,199)
#F3F1CE
(243,241,206)
#F4F2D5
(244,242,213)
#F5F3DC
(245,243,220)
#F6F4E3
(246,244,227)
#F7F5EA
(247,245,234)
#F8F6F1
(248,246,241)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDB2; }

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

This text font color is #EFEDB2.

Background Color

.myBgColor { background-color: #EFEDB2; }

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

This div background color is #EFEDB2.

Border color

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

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

This div border color is #EFEDB2.

Opacity

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

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

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

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

This text has shadow with #EFEDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEDB2.

Preview

Color preview on black background

This text has color #EFEDB2 on black background.


Color preview on white background

This text has color #EFEDB2 on white background.


Black color preview on #EFEDB2 background

This text has black color on #EFEDB2 background.


White color preview on #EFEDB2 background

This text has white color on #EFEDB2 background.


Related colors

Complementary color

Complementary color for #hex is #10124D.


I love getcolorcode.com

Triadic colors

1 #B2EFED and #EDB2EF with #EFEDB2 are triadic colors.

2 #B2EDEF and #EDEFB2 with #EFEDB2 are triadic colors.