COLOR #EFEDBD

HEX: #EFEDBD
RGB: (239,237,189)

Color info

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

RGB color model

#EFEDBD color RGB value is (239,237,189).

  • red value is 239;
  • green value is 237;
  • blue value is 189.
RGB:
(239,237,189)
(94%,93%,74%)

RGB channels and saturation

R 239 of 255 = 94%
G 237 of 255 = 93%
B 189 of 255 = 74%

239
237
189

R + G + B ~ 87%. #EFEDBD is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 237 + 189 = 665 (100%)
R 239 of 665 ~ 35.94%
G 237 of 665 ~ 35.64%
B 189 of 665 ~ 28.42%

%35.94
%35.64
%28.42

CMYK color model

#EFEDBD color CMYK value is (0,1,21,6).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(0,1,21,6)
C0M1Y21K6 
(0%,1%,21%,6%)
(0.00/0.01/0.21/0.06)	

CMYK percentages

%0
%0.84
%20.92
%6.27

Codes

Color #EFEDBD in popluar color models

EFEDBD
RGB239237189
HSL58°60.98%83.92%
HSB/HSV58°20.92%93.73%
CMYK0.00%0.84%20.92%
6.27%

Color #EFEDBD in popluar number systems.

HEXEFEDBD
Decimal239237189
Binary111011111110110110111101
Octal357355275

Shades and tints

Shades of #EFEDBD

#EFEDBD
(239,237,189)
#DAD8AC
(218,216,172)
#C5C39B
(197,195,155)
#B0AE8A
(176,174,138)
#9B9979
(155,153,121)
#868468
(134,132,104)
#716F57
(113,111,87)
#5C5A46
(92,90,70)
#474535
(71,69,53)
#323024
(50,48,36)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #EFEDBD

#EFEDBD
(239,237,189)
#F0EEC3
(240,238,195)
#F1EFC9
(241,239,201)
#F2F0CF
(242,240,207)
#F3F1D5
(243,241,213)
#F4F2DB
(244,242,219)
#F5F3E1
(245,243,225)
#F6F4E7
(246,244,231)
#F7F5ED
(247,245,237)
#F8F6F3
(248,246,243)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEDBD; }

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

This text font color is #EFEDBD.


Background Color

.myBgColor { background-color: #EFEDBD; }

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

This div background color is #EFEDBD.


Border color

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

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

This div border color is #EFEDBD.


Opacity

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

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

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

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

This text has shadow with #EFEDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEDBD on black background.


Color preview on white background

This text has color #EFEDBD on white background.



Black color preview on #EFEDBD background

This text has black color on #EFEDBD background.


White color preview on #EFEDBD background

This text has white color on #EFEDBD background.