COLOR #E29C79

HEX: #E29C79
RGB: (226,156,121)

Color info

#E29C79 contains mainly red color. Web safe color of #E29C79 is #CC9966 (or #C96).

RGB color model

#E29C79 color RGB value is (226,156,121).

  • red value is 226;
  • green value is 156;
  • blue value is 121.
RGB:
(226,156,121)
(89%,61%,47%)

RGB channels and saturation

R 226 of 255 = 89%
G 156 of 255 = 61%
B 121 of 255 = 47%

226
156
121

R + G + B ~ 66%. #E29C79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 156 + 121 = 503 (100%)
R 226 of 503 ~ 44.93%
G 156 of 503 ~ 31.01%
B 121 of 503 ~ 24.06%

%44.93
%31.01
%24.06

CMYK color model

#E29C79 color CMYK value is (0,31,46,11).

  • cyan value is 0.00%
  • magenta value is 30.97%
  • yellow value is 46.46%
  • key color value is 11.37%
CMYK:
(0,31,46,11)
C0M31Y46K11 
(0%,31%,46%,11%)
(0.00/0.31/0.46/0.11)	

CMYK percentages

%0
%30.97
%46.46
%11.37

Codes

Color #E29C79 in popluar color models

E29C79
RGB226156121
HSL20°64.42%68.04%
HSB/HSV20°46.46%88.63%
CMYK0.00%30.97%46.46%
11.37%

Color #E29C79 in popluar number systems.

HEXE29C79
Decimal226156121
Binary11100010100111001111001
Octal342234171

Shades and tints

Shades of #E29C79

#E29C79
(226,156,121)
#CE8E6E
(206,142,110)
#BA8063
(186,128,99)
#A67258
(166,114,88)
#92644D
(146,100,77)
#7E5642
(126,86,66)
#6A4837
(106,72,55)
#563A2C
(86,58,44)
#422C21
(66,44,33)
#2E1E16
(46,30,22)
#1A100B
(26,16,11)
#000000
(0,0,0)

Tints of #E29C79

#E29C79
(226,156,121)
#E4A585
(228,165,133)
#E6AE91
(230,174,145)
#E8B79D
(232,183,157)
#EAC0A9
(234,192,169)
#ECC9B5
(236,201,181)
#EED2C1
(238,210,193)
#F0DBCD
(240,219,205)
#F2E4D9
(242,228,217)
#F4EDE5
(244,237,229)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29C79 color. Also use rgb(226,156,121) instead hex code.

Text Font Color

.myTextColor { color: #E29C79; }

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

This text font color is #E29C79.


Background Color

.myBgColor { background-color: #E29C79; }

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

This div background color is #E29C79.


Border color

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

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

This div border color is #E29C79.


Opacity

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

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

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

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

This text has shadow with #E29C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29C79 on black background.


Color preview on white background

This text has color #E29C79 on white background.



Black color preview on #E29C79 background

This text has black color on #E29C79 background.


White color preview on #E29C79 background

This text has white color on #E29C79 background.