COLOR #EFECAA

HEX: #EFECAA RGB: (239,236,170)

Color info

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

RGB color model

#EFECAA color RGB value is (239,236,170).

RGB: (239,236,170) (94%, 93%, 67%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 170 of 255 = 67%

239
236
170

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

Portions of RGB colors in percentages

R + G + B = 239 + 236 + 170 = 645 (100%)
R 239 of 645 ~ 37.05%
G 236 of 645 ~ 36.59%
B 170 of 645 ~ 26.36'%

%37.05
%36.59
%26.36

CMYK color model

#EFECAA color CMYK value is (0,1,29,6).

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

CMYK: (0,1,29,6)
C0M1Y29K6 (0%, 1%, 29%, 6%)
(0.00 / 0.01 / 0.29 / 0.06)

CMYK percentages

%0
%1.26
%28.87
%6.27

Codes

Color #EFECAA in popluar color models

EF EC AA
RGB 239 236 170
HSL 57° 68.32% 80.20%
HSB/HSV 57° 28.87% 93.73%
CMYK 0.00% 1.26% 28.87%
6.27%

Color #EFECAA in popluar number systems.

HEX EF EC AA
Decimal 239 236 170
Binary 11101111 11101100 10101010
Octal 357 354 252

Shades and tints

Shades of #EFECAA

#EFECAA
(239,236,170)
#DAD79B
(218,215,155)
#C5C28C
(197,194,140)
#B0AD7D
(176,173,125)
#9B986E
(155,152,110)
#86835F
(134,131,95)
#716E50
(113,110,80)
#5C5941
(92,89,65)
#474432
(71,68,50)
#322F23
(50,47,35)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #EFECAA

#EFECAA
(239,236,170)
#F0EDB1
(240,237,177)
#F1EEB8
(241,238,184)
#F2EFBF
(242,239,191)
#F3F0C6
(243,240,198)
#F4F1CD
(244,241,205)
#F5F2D4
(245,242,212)
#F6F3DB
(246,243,219)
#F7F4E2
(247,244,226)
#F8F5E9
(248,245,233)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECAA; }

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

This text font color is #EFECAA.

Background Color

.myBgColor { background-color: #EFECAA; }

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

This div background color is #EFECAA.

Border color

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

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

This div border color is #EFECAA.

Opacity

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

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

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

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

This text has shadow with #EFECAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFECAA.

Preview

Color preview on black background

This text has color #EFECAA on black background.


Color preview on white background

This text has color #EFECAA on white background.


Black color preview on #EFECAA background

This text has black color on #EFECAA background.


White color preview on #EFECAA background

This text has white color on #EFECAA background.


Related colors

Complementary color

Complementary color for #hex is #101355.


I love getcolorcode.com

Triadic colors

1 #AAEFEC and #ECAAEF with #EFECAA are triadic colors.

2 #AAECEF and #ECEFAA with #EFECAA are triadic colors.