COLOR #EFECC0

HEX: #EFECC0 RGB: (239,236,192)

Color info

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

RGB color model

#EFECC0 color RGB value is (239,236,192).

RGB: (239,236,192) (94%, 93%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 236 of 255 = 93%
B 192 of 255 = 75%

239
236
192

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

Portions of RGB colors in percentages

R + G + B = 239 + 236 + 192 = 667 (100%)
R 239 of 667 ~ 35.83%
G 236 of 667 ~ 35.38%
B 192 of 667 ~ 28.79'%

%35.83
%35.38
%28.79

CMYK color model

#EFECC0 color CMYK value is (0,1,20,6).

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

CMYK: (0,1,20,6)
C0M1Y20K6 (0%, 1%, 20%, 6%)
(0.00 / 0.01 / 0.20 / 0.06)

CMYK percentages

%0
%1.26
%19.67
%6.27

Codes

Color #EFECC0 in popluar color models

EF EC C0
RGB 239 236 192
HSL 56° 59.49% 84.51%
HSB/HSV 56° 19.67% 93.73%
CMYK 0.00% 1.26% 19.67%
6.27%

Color #EFECC0 in popluar number systems.

HEX EF EC C0
Decimal 239 236 192
Binary 11101111 11101100 11000000
Octal 357 354 300

Shades and tints

Shades of #EFECC0

#EFECC0
(239,236,192)
#DAD7AF
(218,215,175)
#C5C29E
(197,194,158)
#B0AD8D
(176,173,141)
#9B987C
(155,152,124)
#86836B
(134,131,107)
#716E5A
(113,110,90)
#5C5949
(92,89,73)
#474438
(71,68,56)
#322F27
(50,47,39)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #EFECC0

#EFECC0
(239,236,192)
#F0EDC5
(240,237,197)
#F1EECA
(241,238,202)
#F2EFCF
(242,239,207)
#F3F0D4
(243,240,212)
#F4F1D9
(244,241,217)
#F5F2DE
(245,242,222)
#F6F3E3
(246,243,227)
#F7F4E8
(247,244,232)
#F8F5ED
(248,245,237)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFECC0; }

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

This text font color is #EFECC0.

Background Color

.myBgColor { background-color: #EFECC0; }

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

This div background color is #EFECC0.

Border color

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

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

This div border color is #EFECC0.

Opacity

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

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

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

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

This text has shadow with #EFECC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFECC0.

Preview

Color preview on black background

This text has color #EFECC0 on black background.


Color preview on white background

This text has color #EFECC0 on white background.


Black color preview on #EFECC0 background

This text has black color on #EFECC0 background.


White color preview on #EFECC0 background

This text has white color on #EFECC0 background.


Related colors

Complementary color

Complementary color for #hex is #10133F.


I love getcolorcode.com

Triadic colors

1 #C0EFEC and #ECC0EF with #EFECC0 are triadic colors.

2 #C0ECEF and #ECEFC0 with #EFECC0 are triadic colors.