COLOR #E1C994

HEX: #E1C994
RGB: (225,201,148)

Color info

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

RGB color model

#E1C994 color RGB value is (225,201,148).

  • red value is 225;
  • green value is 201;
  • blue value is 148.
RGB:
(225,201,148)
(88%,79%,58%)

RGB channels and saturation

R 225 of 255 = 88%
G 201 of 255 = 79%
B 148 of 255 = 58%

225
201
148

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

Portions of RGB colors in percentages

R + G + B =
225 + 201 + 148 = 574 (100%)
R 225 of 574 ~ 39.2%
G 201 of 574 ~ 35.02%
B 148 of 574 ~ 25.78%

%39.2
%35.02
%25.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.67%
  • yellow value is 34.22%
  • key color value is 11.76%
CMYK:
(0,11,34,12)
C0M11Y34K12 
(0%,11%,34%,12%)
(0.00/0.11/0.34/0.12)	

CMYK percentages

%0
%10.67
%34.22
%11.76

Codes

Color #E1C994 in popluar color models

E1C994
RGB225201148
HSL41°56.20%73.14%
HSB/HSV41°34.22%88.24%
CMYK0.00%10.67%34.22%
11.76%

Color #E1C994 in popluar number systems.

HEXE1C994
Decimal225201148
Binary111000011100100110010100
Octal341311224

Shades and tints

Shades of #E1C994

#E1C994
(225,201,148)
#CDB787
(205,183,135)
#B9A57A
(185,165,122)
#A5936D
(165,147,109)
#918160
(145,129,96)
#7D6F53
(125,111,83)
#695D46
(105,93,70)
#554B39
(85,75,57)
#41392C
(65,57,44)
#2D271F
(45,39,31)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #E1C994

#E1C994
(225,201,148)
#E3CD9D
(227,205,157)
#E5D1A6
(229,209,166)
#E7D5AF
(231,213,175)
#E9D9B8
(233,217,184)
#EBDDC1
(235,221,193)
#EDE1CA
(237,225,202)
#EFE5D3
(239,229,211)
#F1E9DC
(241,233,220)
#F3EDE5
(243,237,229)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C994 color. Also use rgb(225,201,148) instead hex code.

Text Font Color

.myTextColor { color: #E1C994; }

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

This text font color is #E1C994.


Background Color

.myBgColor { background-color: #E1C994; }

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

This div background color is #E1C994.


Border color

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

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

This div border color is #E1C994.


Opacity

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

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

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

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

This text has shadow with #E1C994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C994 on black background.


Color preview on white background

This text has color #E1C994 on white background.



Black color preview on #E1C994 background

This text has black color on #E1C994 background.


White color preview on #E1C994 background

This text has white color on #E1C994 background.