COLOR #EFECB0

HEX: #EFECB0
RGB: (239,236,176)

Color info

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

RGB color model

#EFECB0 color RGB value is (239,236,176).

  • red value is 239;
  • green value is 236;
  • blue value is 176.
RGB:
(239,236,176)
(94%,93%,69%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 176 of 255 = 69%

239
236
176

R + G + B ~ 85%. #EFECB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 236 + 176 = 651 (100%)
R 239 of 651 ~ 36.71%
G 236 of 651 ~ 36.25%
B 176 of 651 ~ 27.04%

%36.71
%36.25
%27.04

CMYK color model

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

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

Codes

Color #EFECB0 in popluar color models

EFECB0
RGB239236176
HSL57°66.32%81.37%
HSB/HSV57°26.36%93.73%
CMYK0.00%1.26%26.36%
6.27%

Color #EFECB0 in popluar number systems.

HEXEFECB0
Decimal239236176
Binary111011111110110010110000
Octal357354260

Shades and tints

Shades of #EFECB0

#EFECB0
(239,236,176)
#DAD7A0
(218,215,160)
#C5C290
(197,194,144)
#B0AD80
(176,173,128)
#9B9870
(155,152,112)
#868360
(134,131,96)
#716E50
(113,110,80)
#5C5940
(92,89,64)
#474430
(71,68,48)
#322F20
(50,47,32)
#1D1A10
(29,26,16)
#000000
(0,0,0)

Tints of #EFECB0

#EFECB0
(239,236,176)
#F0EDB7
(240,237,183)
#F1EEBE
(241,238,190)
#F2EFC5
(242,239,197)
#F3F0CC
(243,240,204)
#F4F1D3
(244,241,211)
#F5F2DA
(245,242,218)
#F6F3E1
(246,243,225)
#F7F4E8
(247,244,232)
#F8F5EF
(248,245,239)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECB0; }

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

This text font color is #EFECB0.


Background Color

.myBgColor { background-color: #EFECB0; }

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

This div background color is #EFECB0.


Border color

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

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

This div border color is #EFECB0.


Opacity

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

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

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

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

This text has shadow with #EFECB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFECB0 on black background.


Color preview on white background

This text has color #EFECB0 on white background.



Black color preview on #EFECB0 background

This text has black color on #EFECB0 background.


White color preview on #EFECB0 background

This text has white color on #EFECB0 background.