COLOR #EFC294

HEX: #EFC294 RGB: (239,194,148)

Color info

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

RGB color model

#EFC294 color RGB value is (239,194,148).

RGB: (239,194,148) (94%, 76%, 58%)

RGB channels and saturation

R 239 of 255 = 94%
G 194 of 255 = 76%
B 148 of 255 = 58%

239
194
148

R + G + B ~ 76%. #EFC294 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 194 + 148 = 581 (100%)
R 239 of 581 ~ 41.14%
G 194 of 581 ~ 33.39%
B 148 of 581 ~ 25.47'%

%41.14
%33.39
%25.47

CMYK color model

#EFC294 color CMYK value is (0,19,38,6).

  • cyan value is 0.00%
  • magenta value is 18.83%
  • yellow value is 38.08%
  • key color value is 6.27%

CMYK: (0,19,38,6)
C0M19Y38K6 (0%, 19%, 38%, 6%)
(0.00 / 0.19 / 0.38 / 0.06)

CMYK percentages

%0
%18.83
%38.08
%6.27

Codes

Color #EFC294 in popluar color models

EF C2 94
RGB 239 194 148
HSL 30° 73.98% 75.88%
HSB/HSV 30° 38.08% 93.73%
CMYK 0.00% 18.83% 38.08%
6.27%

Color #EFC294 in popluar number systems.

HEX EF C2 94
Decimal 239 194 148
Binary 11101111 11000010 10010100
Octal 357 302 224

Shades and tints

Shades of #EFC294

#EFC294
(239,194,148)
#DAB187
(218,177,135)
#C5A07A
(197,160,122)
#B08F6D
(176,143,109)
#9B7E60
(155,126,96)
#866D53
(134,109,83)
#715C46
(113,92,70)
#5C4B39
(92,75,57)
#473A2C
(71,58,44)
#32291F
(50,41,31)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #EFC294

#EFC294
(239,194,148)
#F0C79D
(240,199,157)
#F1CCA6
(241,204,166)
#F2D1AF
(242,209,175)
#F3D6B8
(243,214,184)
#F4DBC1
(244,219,193)
#F5E0CA
(245,224,202)
#F6E5D3
(246,229,211)
#F7EADC
(247,234,220)
#F8EFE5
(248,239,229)
#F9F4EE
(249,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC294 color. Also use rgb(239,194,148) instead hex code.

Text Font Color

.myTextColor { color: #EFC294; }

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

This text font color is #EFC294.

Background Color

.myBgColor { background-color: #EFC294; }

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

This div background color is #EFC294.

Border color

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

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

This div border color is #EFC294.

Opacity

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

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

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

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

This text has shadow with #EFC294 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC294.

Preview

Color preview on black background

This text has color #EFC294 on black background.


Color preview on white background

This text has color #EFC294 on white background.


Black color preview on #EFC294 background

This text has black color on #EFC294 background.


White color preview on #EFC294 background

This text has white color on #EFC294 background.


Related colors

Complementary color

Complementary color for #hex is #103D6B.


I love getcolorcode.com

Triadic colors

1 #94EFC2 and #C294EF with #EFC294 are triadic colors.

2 #94C2EF and #C2EF94 with #EFC294 are triadic colors.