COLOR #E1C490

HEX: #E1C490
RGB: (225,196,144)

Color info

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

RGB color model

#E1C490 color RGB value is (225,196,144).

  • red value is 225;
  • green value is 196;
  • blue value is 144.
RGB:
(225,196,144)
(88%,77%,56%)

RGB channels and saturation

R 225 of 255 = 88%
G 196 of 255 = 77%
B 144 of 255 = 56%

225
196
144

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

Portions of RGB colors in percentages

R + G + B =
225 + 196 + 144 = 565 (100%)
R 225 of 565 ~ 39.82%
G 196 of 565 ~ 34.69%
B 144 of 565 ~ 25.49%

%39.82
%34.69
%25.49

CMYK color model

#E1C490 color CMYK value is (0,13,36,12).

  • cyan value is 0.00%
  • magenta value is 12.89%
  • yellow value is 36.00%
  • key color value is 11.76%
CMYK:
(0,13,36,12)
C0M13Y36K12 
(0%,13%,36%,12%)
(0.00/0.13/0.36/0.12)	

CMYK percentages

%0
%12.89
%36
%11.76

Codes

Color #E1C490 in popluar color models

E1C490
RGB225196144
HSL39°57.45%72.35%
HSB/HSV39°36.00%88.24%
CMYK0.00%12.89%36.00%
11.76%

Color #E1C490 in popluar number systems.

HEXE1C490
Decimal225196144
Binary111000011100010010010000
Octal341304220

Shades and tints

Shades of #E1C490

#E1C490
(225,196,144)
#CDB383
(205,179,131)
#B9A276
(185,162,118)
#A59169
(165,145,105)
#91805C
(145,128,92)
#7D6F4F
(125,111,79)
#695E42
(105,94,66)
#554D35
(85,77,53)
#413C28
(65,60,40)
#2D2B1B
(45,43,27)
#191A0E
(25,26,14)
#000000
(0,0,0)

Tints of #E1C490

#E1C490
(225,196,144)
#E3C99A
(227,201,154)
#E5CEA4
(229,206,164)
#E7D3AE
(231,211,174)
#E9D8B8
(233,216,184)
#EBDDC2
(235,221,194)
#EDE2CC
(237,226,204)
#EFE7D6
(239,231,214)
#F1ECE0
(241,236,224)
#F3F1EA
(243,241,234)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C490 color. Also use rgb(225,196,144) instead hex code.

Text Font Color

.myTextColor { color: #E1C490; }

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

This text font color is #E1C490.


Background Color

.myBgColor { background-color: #E1C490; }

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

This div background color is #E1C490.


Border color

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

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

This div border color is #E1C490.


Opacity

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

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

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

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

This text has shadow with #E1C490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C490 on black background.


Color preview on white background

This text has color #E1C490 on white background.



Black color preview on #E1C490 background

This text has black color on #E1C490 background.


White color preview on #E1C490 background

This text has white color on #E1C490 background.