COLOR #EFC696

HEX: #EFC696 RGB: (239,198,150)

Color info

#EFC696 contains mainly red and green colors. Web safe color of #EFC696 is #FFCC99 (or #FC9).

RGB color model

#EFC696 color RGB value is (239,198,150).

RGB: (239,198,150) (94%, 78%, 59%)

RGB channels and saturation

R 239 of 255 = 94%
G 198 of 255 = 78%
B 150 of 255 = 59%

239
198
150

R + G + B ~ 77%. #EFC696 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 198 + 150 = 587 (100%)
R 239 of 587 ~ 40.72%
G 198 of 587 ~ 33.73%
B 150 of 587 ~ 25.55'%

%40.72
%33.73
%25.55

CMYK color model

#EFC696 color CMYK value is (0,17,37,6).

  • cyan value is 0.00%
  • magenta value is 17.15%
  • yellow value is 37.24%
  • key color value is 6.27%

CMYK: (0,17,37,6)
C0M17Y37K6 (0%, 17%, 37%, 6%)
(0.00 / 0.17 / 0.37 / 0.06)

CMYK percentages

%0
%17.15
%37.24
%6.27

Codes

Color #EFC696 in popluar color models

EF C6 96
RGB 239 198 150
HSL 32° 73.55% 76.27%
HSB/HSV 32° 37.24% 93.73%
CMYK 0.00% 17.15% 37.24%
6.27%

Color #EFC696 in popluar number systems.

HEX EF C6 96
Decimal 239 198 150
Binary 11101111 11000110 10010110
Octal 357 306 226

Shades and tints

Shades of #EFC696

#EFC696
(239,198,150)
#DAB489
(218,180,137)
#C5A27C
(197,162,124)
#B0906F
(176,144,111)
#9B7E62
(155,126,98)
#866C55
(134,108,85)
#715A48
(113,90,72)
#5C483B
(92,72,59)
#47362E
(71,54,46)
#322421
(50,36,33)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #EFC696

#EFC696
(239,198,150)
#F0CB9F
(240,203,159)
#F1D0A8
(241,208,168)
#F2D5B1
(242,213,177)
#F3DABA
(243,218,186)
#F4DFC3
(244,223,195)
#F5E4CC
(245,228,204)
#F6E9D5
(246,233,213)
#F7EEDE
(247,238,222)
#F8F3E7
(248,243,231)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC696 color. Also use rgb(239,198,150) instead hex code.

Text Font Color

.myTextColor { color: #EFC696; }

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

This text font color is #EFC696.

Background Color

.myBgColor { background-color: #EFC696; }

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

This div background color is #EFC696.

Border color

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

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

This div border color is #EFC696.

Opacity

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

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

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

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

This text has shadow with #EFC696 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC696.

Preview

Color preview on black background

This text has color #EFC696 on black background.


Color preview on white background

This text has color #EFC696 on white background.


Black color preview on #EFC696 background

This text has black color on #EFC696 background.


White color preview on #EFC696 background

This text has white color on #EFC696 background.


Related colors

Complementary color

Complementary color for #hex is #103969.


I love getcolorcode.com

Triadic colors

1 #96EFC6 and #C696EF with #EFC696 are triadic colors.

2 #96C6EF and #C6EF96 with #EFC696 are triadic colors.