COLOR #E2CA8A

HEX: #E2CA8A
RGB: (226,202,138)

Color info

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

RGB color model

#E2CA8A color RGB value is (226,202,138).

  • red value is 226;
  • green value is 202;
  • blue value is 138.
RGB:
(226,202,138)
(89%,79%,54%)

RGB channels and saturation

R 226 of 255 = 89%
G 202 of 255 = 79%
B 138 of 255 = 54%

226
202
138

R + G + B ~ 74%. #E2CA8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 202 + 138 = 566 (100%)
R 226 of 566 ~ 39.93%
G 202 of 566 ~ 35.69%
B 138 of 566 ~ 24.38%

%39.93
%35.69
%24.38

CMYK color model

#E2CA8A color CMYK value is (0,11,39,11).

  • cyan value is 0.00%
  • magenta value is 10.62%
  • yellow value is 38.94%
  • key color value is 11.37%
CMYK:
(0,11,39,11)
C0M11Y39K11 
(0%,11%,39%,11%)
(0.00/0.11/0.39/0.11)	

CMYK percentages

%0
%10.62
%38.94
%11.37

Codes

Color #E2CA8A in popluar color models

E2CA8A
RGB226202138
HSL44°60.27%71.37%
HSB/HSV44°38.94%88.63%
CMYK0.00%10.62%38.94%
11.37%

Color #E2CA8A in popluar number systems.

HEXE2CA8A
Decimal226202138
Binary111000101100101010001010
Octal342312212

Shades and tints

Shades of #E2CA8A

#E2CA8A
(226,202,138)
#CEB87E
(206,184,126)
#BAA672
(186,166,114)
#A69466
(166,148,102)
#92825A
(146,130,90)
#7E704E
(126,112,78)
#6A5E42
(106,94,66)
#564C36
(86,76,54)
#423A2A
(66,58,42)
#2E281E
(46,40,30)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #E2CA8A

#E2CA8A
(226,202,138)
#E4CE94
(228,206,148)
#E6D29E
(230,210,158)
#E8D6A8
(232,214,168)
#EADAB2
(234,218,178)
#ECDEBC
(236,222,188)
#EEE2C6
(238,226,198)
#F0E6D0
(240,230,208)
#F2EADA
(242,234,218)
#F4EEE4
(244,238,228)
#F6F2EE
(246,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2CA8A color. Also use rgb(226,202,138) instead hex code.

Text Font Color

.myTextColor { color: #E2CA8A; }

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

This text font color is #E2CA8A.


Background Color

.myBgColor { background-color: #E2CA8A; }

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

This div background color is #E2CA8A.


Border color

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

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

This div border color is #E2CA8A.


Opacity

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

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

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

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

This text has shadow with #E2CA8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2CA8A on black background.


Color preview on white background

This text has color #E2CA8A on white background.



Black color preview on #E2CA8A background

This text has black color on #E2CA8A background.


White color preview on #E2CA8A background

This text has white color on #E2CA8A background.