COLOR #E3CA94

HEX: #E3CA94 RGB: (227,202,148)

Color info

#E3CA94 contains mainly red and green colors. Web safe color of #E3CA94 is #CCCC99 (or #CC9).

RGB color model

#E3CA94 color RGB value is (227,202,148).

RGB: (227,202,148) (89%, 79%, 58%)

RGB channels and saturation

R 227 of 255 = 89%
G 202 of 255 = 79%
B 148 of 255 = 58%

227
202
148

R + G + B ~ 75%. #E3CA94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 202 + 148 = 577 (100%)
R 227 of 577 ~ 39.34%
G 202 of 577 ~ 35.01%
B 148 of 577 ~ 25.65'%

%39.34
%35.01
%25.65

CMYK color model

#E3CA94 color CMYK value is (0,11,35,11).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 34.80%
  • key color value is 10.98%

CMYK: (0,11,35,11)
C0M11Y35K11 (0%, 11%, 35%, 11%)
(0.00 / 0.11 / 0.35 / 0.11)

CMYK percentages

%0
%11.01
%34.8
%10.98

Codes

Color #E3CA94 in popluar color models

E3 CA 94
RGB 227 202 148
HSL 41° 58.52% 73.53%
HSB/HSV 41° 34.80% 89.02%
CMYK 0.00% 11.01% 34.80%
10.98%

Color #E3CA94 in popluar number systems.

HEX E3 CA 94
Decimal 227 202 148
Binary 11100011 11001010 10010100
Octal 343 312 224

Shades and tints

Shades of #E3CA94

#E3CA94
(227,202,148)
#CFB887
(207,184,135)
#BBA67A
(187,166,122)
#A7946D
(167,148,109)
#938260
(147,130,96)
#7F7053
(127,112,83)
#6B5E46
(107,94,70)
#574C39
(87,76,57)
#433A2C
(67,58,44)
#2F281F
(47,40,31)
#1B1612
(27,22,18)
#000000
(0,0,0)

Tints of #E3CA94

#E3CA94
(227,202,148)
#E5CE9D
(229,206,157)
#E7D2A6
(231,210,166)
#E9D6AF
(233,214,175)
#EBDAB8
(235,218,184)
#EDDEC1
(237,222,193)
#EFE2CA
(239,226,202)
#F1E6D3
(241,230,211)
#F3EADC
(243,234,220)
#F5EEE5
(245,238,229)
#F7F2EE
(247,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CA94 color. Also use rgb(227,202,148) instead hex code.

Text Font Color

.myTextColor { color: #E3CA94; }

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

This text font color is #E3CA94.

Background Color

.myBgColor { background-color: #E3CA94; }

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

This div background color is #E3CA94.

Border color

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

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

This div border color is #E3CA94.

Opacity

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

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

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

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

This text has shadow with #E3CA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CA94.

Preview

Color preview on black background

This text has color #E3CA94 on black background.


Color preview on white background

This text has color #E3CA94 on white background.


Black color preview on #E3CA94 background

This text has black color on #E3CA94 background.


White color preview on #E3CA94 background

This text has white color on #E3CA94 background.


Related colors

Complementary color

Complementary color for #hex is #1C356B.


I love getcolorcode.com

Triadic colors

1 #94E3CA and #CA94E3 with #E3CA94 are triadic colors.

2 #94CAE3 and #CAE394 with #E3CA94 are triadic colors.