COLOR #EFECB3

HEX: #EFECB3 RGB: (239,236,179)

Color info

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

RGB color model

#EFECB3 color RGB value is (239,236,179).

RGB: (239,236,179) (94%, 93%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 179 of 255 = 70%

239
236
179

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

Portions of RGB colors in percentages

R + G + B = 239 + 236 + 179 = 654 (100%)
R 239 of 654 ~ 36.54%
G 236 of 654 ~ 36.09%
B 179 of 654 ~ 27.37'%

%36.54
%36.09
%27.37

CMYK color model

#EFECB3 color CMYK value is (0,1,25,6).

  • cyan value is 0.00%
  • magenta value is 1.26%
  • yellow value is 25.10%
  • key color value is 6.27%

CMYK: (0,1,25,6)
C0M1Y25K6 (0%, 1%, 25%, 6%)
(0.00 / 0.01 / 0.25 / 0.06)

CMYK percentages

%0
%1.26
%25.1
%6.27

Codes

Color #EFECB3 in popluar color models

EF EC B3
RGB 239 236 179
HSL 57° 65.22% 81.96%
HSB/HSV 57° 25.10% 93.73%
CMYK 0.00% 1.26% 25.10%
6.27%

Color #EFECB3 in popluar number systems.

HEX EF EC B3
Decimal 239 236 179
Binary 11101111 11101100 10110011
Octal 357 354 263

Shades and tints

Shades of #EFECB3

#EFECB3
(239,236,179)
#DAD7A3
(218,215,163)
#C5C293
(197,194,147)
#B0AD83
(176,173,131)
#9B9873
(155,152,115)
#868363
(134,131,99)
#716E53
(113,110,83)
#5C5943
(92,89,67)
#474433
(71,68,51)
#322F23
(50,47,35)
#1D1A13
(29,26,19)
#000000
(0,0,0)

Tints of #EFECB3

#EFECB3
(239,236,179)
#F0EDB9
(240,237,185)
#F1EEBF
(241,238,191)
#F2EFC5
(242,239,197)
#F3F0CB
(243,240,203)
#F4F1D1
(244,241,209)
#F5F2D7
(245,242,215)
#F6F3DD
(246,243,221)
#F7F4E3
(247,244,227)
#F8F5E9
(248,245,233)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECB3; }

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

This text font color is #EFECB3.

Background Color

.myBgColor { background-color: #EFECB3; }

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

This div background color is #EFECB3.

Border color

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

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

This div border color is #EFECB3.

Opacity

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

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

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

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

This text has shadow with #EFECB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFECB3.

Preview

Color preview on black background

This text has color #EFECB3 on black background.


Color preview on white background

This text has color #EFECB3 on white background.


Black color preview on #EFECB3 background

This text has black color on #EFECB3 background.


White color preview on #EFECB3 background

This text has white color on #EFECB3 background.


Related colors

Complementary color

Complementary color for #hex is #10134C.


I love getcolorcode.com

Triadic colors

1 #B3EFEC and #ECB3EF with #EFECB3 are triadic colors.

2 #B3ECEF and #ECEFB3 with #EFECB3 are triadic colors.