COLOR #ECC394

HEX: #ECC394 RGB: (236,195,148)

Color info

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

RGB color model

#ECC394 color RGB value is (236,195,148).

RGB: (236,195,148) (93%, 76%, 58%)

RGB channels and saturation

R 236 of 255 = 93%
G 195 of 255 = 76%
B 148 of 255 = 58%

236
195
148

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

Portions of RGB colors in percentages

R + G + B = 236 + 195 + 148 = 579 (100%)
R 236 of 579 ~ 40.76%
G 195 of 579 ~ 33.68%
B 148 of 579 ~ 25.56'%

%40.76
%33.68
%25.56

CMYK color model

#ECC394 color CMYK value is (0,17,37,7).

  • cyan value is 0.00%
  • magenta value is 17.37%
  • yellow value is 37.29%
  • key color value is 7.45%

CMYK: (0,17,37,7)
C0M17Y37K7 (0%, 17%, 37%, 7%)
(0.00 / 0.17 / 0.37 / 0.07)

CMYK percentages

%0
%17.37
%37.29
%7.45

Codes

Color #ECC394 in popluar color models

EC C3 94
RGB 236 195 148
HSL 32° 69.84% 75.29%
HSB/HSV 32° 37.29% 92.55%
CMYK 0.00% 17.37% 37.29%
7.45%

Color #ECC394 in popluar number systems.

HEX EC C3 94
Decimal 236 195 148
Binary 11101100 11000011 10010100
Octal 354 303 224

Shades and tints

Shades of #ECC394

#ECC394
(236,195,148)
#D7B287
(215,178,135)
#C2A17A
(194,161,122)
#AD906D
(173,144,109)
#987F60
(152,127,96)
#836E53
(131,110,83)
#6E5D46
(110,93,70)
#594C39
(89,76,57)
#443B2C
(68,59,44)
#2F2A1F
(47,42,31)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #ECC394

#ECC394
(236,195,148)
#EDC89D
(237,200,157)
#EECDA6
(238,205,166)
#EFD2AF
(239,210,175)
#F0D7B8
(240,215,184)
#F1DCC1
(241,220,193)
#F2E1CA
(242,225,202)
#F3E6D3
(243,230,211)
#F4EBDC
(244,235,220)
#F5F0E5
(245,240,229)
#F6F5EE
(246,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC394 color. Also use rgb(236,195,148) instead hex code.

Text Font Color

.myTextColor { color: #ECC394; }

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

This text font color is #ECC394.

Background Color

.myBgColor { background-color: #ECC394; }

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

This div background color is #ECC394.

Border color

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

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

This div border color is #ECC394.

Opacity

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

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

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

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

This text has shadow with #ECC394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECC394.

Preview

Color preview on black background

This text has color #ECC394 on black background.


Color preview on white background

This text has color #ECC394 on white background.


Black color preview on #ECC394 background

This text has black color on #ECC394 background.


White color preview on #ECC394 background

This text has white color on #ECC394 background.


Related colors

Complementary color

Complementary color for #hex is #133C6B.


I love getcolorcode.com

Triadic colors

1 #94ECC3 and #C394EC with #ECC394 are triadic colors.

2 #94C3EC and #C3EC94 with #ECC394 are triadic colors.