COLOR #E4CA97

HEX: #E4CA97
RGB: (228,202,151)

Color info

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

RGB color model

#E4CA97 color RGB value is (228,202,151).

  • red value is 228;
  • green value is 202;
  • blue value is 151.
RGB:
(228,202,151)
(89%,79%,59%)

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 151 of 255 = 59%

228
202
151

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

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 151 = 581 (100%)
R 228 of 581 ~ 39.24%
G 202 of 581 ~ 34.77%
B 151 of 581 ~ 25.99%

%39.24
%34.77
%25.99

CMYK color model

#E4CA97 color CMYK value is (0,11,34,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 33.77%
  • key color value is 10.59%
CMYK:
(0,11,34,11)
C0M11Y34K11 
(0%,11%,34%,11%)
(0.00/0.11/0.34/0.11)	

CMYK percentages

%0
%11.4
%33.77
%10.59

Codes

Color #E4CA97 in popluar color models

E4CA97
RGB228202151
HSL40°58.78%74.31%
HSB/HSV40°33.77%89.41%
CMYK0.00%11.40%33.77%
10.59%

Color #E4CA97 in popluar number systems.

HEXE4CA97
Decimal228202151
Binary111001001100101010010111
Octal344312227

Shades and tints

Shades of #E4CA97

#E4CA97
(228,202,151)
#D0B88A
(208,184,138)
#BCA67D
(188,166,125)
#A89470
(168,148,112)
#948263
(148,130,99)
#807056
(128,112,86)
#6C5E49
(108,94,73)
#584C3C
(88,76,60)
#443A2F
(68,58,47)
#302822
(48,40,34)
#1C1615
(28,22,21)
#000000
(0,0,0)

Tints of #E4CA97

#E4CA97
(228,202,151)
#E6CEA0
(230,206,160)
#E8D2A9
(232,210,169)
#EAD6B2
(234,214,178)
#ECDABB
(236,218,187)
#EEDEC4
(238,222,196)
#F0E2CD
(240,226,205)
#F2E6D6
(242,230,214)
#F4EADF
(244,234,223)
#F6EEE8
(246,238,232)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4CA97 color. Also use rgb(228,202,151) instead hex code.

Text Font Color

.myTextColor { color: #E4CA97; }

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

This text font color is #E4CA97.


Background Color

.myBgColor { background-color: #E4CA97; }

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

This div background color is #E4CA97.


Border color

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

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

This div border color is #E4CA97.


Opacity

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

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

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

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

This text has shadow with #E4CA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CA97 on black background.


Color preview on white background

This text has color #E4CA97 on white background.



Black color preview on #E4CA97 background

This text has black color on #E4CA97 background.


White color preview on #E4CA97 background

This text has white color on #E4CA97 background.