COLOR #E1C179

HEX: #E1C179
RGB: (225,193,121)

Color info

#E1C179 contains mainly red and green colors. Web safe color of #E1C179 is #CCCC66 (or #CC6).

RGB color model

#E1C179 color RGB value is (225,193,121).

  • red value is 225;
  • green value is 193;
  • blue value is 121.
RGB:
(225,193,121)
(88%,76%,47%)

RGB channels and saturation

R 225 of 255 = 88%
G 193 of 255 = 76%
B 121 of 255 = 47%

225
193
121

R + G + B ~ 70%. #E1C179 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 193 + 121 = 539 (100%)
R 225 of 539 ~ 41.74%
G 193 of 539 ~ 35.81%
B 121 of 539 ~ 22.45%

%41.74
%35.81
%22.45

CMYK color model

#E1C179 color CMYK value is (0,14,46,12).

  • cyan value is 0.00%
  • magenta value is 14.22%
  • yellow value is 46.22%
  • key color value is 11.76%
CMYK:
(0,14,46,12)
C0M14Y46K12 
(0%,14%,46%,12%)
(0.00/0.14/0.46/0.12)	

CMYK percentages

%0
%14.22
%46.22
%11.76

Codes

Color #E1C179 in popluar color models

E1C179
RGB225193121
HSL42°63.41%67.84%
HSB/HSV42°46.22%88.24%
CMYK0.00%14.22%46.22%
11.76%

Color #E1C179 in popluar number systems.

HEXE1C179
Decimal225193121
Binary11100001110000011111001
Octal341301171

Shades and tints

Shades of #E1C179

#E1C179
(225,193,121)
#CDB06E
(205,176,110)
#B99F63
(185,159,99)
#A58E58
(165,142,88)
#917D4D
(145,125,77)
#7D6C42
(125,108,66)
#695B37
(105,91,55)
#554A2C
(85,74,44)
#413921
(65,57,33)
#2D2816
(45,40,22)
#19170B
(25,23,11)
#000000
(0,0,0)

Tints of #E1C179

#E1C179
(225,193,121)
#E3C685
(227,198,133)
#E5CB91
(229,203,145)
#E7D09D
(231,208,157)
#E9D5A9
(233,213,169)
#EBDAB5
(235,218,181)
#EDDFC1
(237,223,193)
#EFE4CD
(239,228,205)
#F1E9D9
(241,233,217)
#F3EEE5
(243,238,229)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C179 color. Also use rgb(225,193,121) instead hex code.

Text Font Color

.myTextColor { color: #E1C179; }

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

This text font color is #E1C179.


Background Color

.myBgColor { background-color: #E1C179; }

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

This div background color is #E1C179.


Border color

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

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

This div border color is #E1C179.


Opacity

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

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

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

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

This text has shadow with #E1C179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C179 on black background.


Color preview on white background

This text has color #E1C179 on white background.



Black color preview on #E1C179 background

This text has black color on #E1C179 background.


White color preview on #E1C179 background

This text has white color on #E1C179 background.