COLOR #E29D6E

HEX: #E29D6E
RGB: (226,157,110)

Color info

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

RGB color model

#E29D6E color RGB value is (226,157,110).

  • red value is 226;
  • green value is 157;
  • blue value is 110.
RGB:
(226,157,110)
(89%,62%,43%)

RGB channels and saturation

R 226 of 255 = 89%
G 157 of 255 = 62%
B 110 of 255 = 43%

226
157
110

R + G + B ~ 65%. #E29D6E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 157 + 110 = 493 (100%)
R 226 of 493 ~ 45.84%
G 157 of 493 ~ 31.85%
B 110 of 493 ~ 22.31%

%45.84
%31.85
%22.31

CMYK color model

#E29D6E color CMYK value is (0,31,51,11).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 51.33%
  • key color value is 11.37%
CMYK:
(0,31,51,11)
C0M31Y51K11 
(0%,31%,51%,11%)
(0.00/0.31/0.51/0.11)	

CMYK percentages

%0
%30.53
%51.33
%11.37

Codes

Color #E29D6E in popluar color models

E29D6E
RGB226157110
HSL24°66.67%65.88%
HSB/HSV24°51.33%88.63%
CMYK0.00%30.53%51.33%
11.37%

Color #E29D6E in popluar number systems.

HEXE29D6E
Decimal226157110
Binary11100010100111011101110
Octal342235156

Shades and tints

Shades of #E29D6E

#E29D6E
(226,157,110)
#CE8F64
(206,143,100)
#BA815A
(186,129,90)
#A67350
(166,115,80)
#926546
(146,101,70)
#7E573C
(126,87,60)
#6A4932
(106,73,50)
#563B28
(86,59,40)
#422D1E
(66,45,30)
#2E1F14
(46,31,20)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #E29D6E

#E29D6E
(226,157,110)
#E4A57B
(228,165,123)
#E6AD88
(230,173,136)
#E8B595
(232,181,149)
#EABDA2
(234,189,162)
#ECC5AF
(236,197,175)
#EECDBC
(238,205,188)
#F0D5C9
(240,213,201)
#F2DDD6
(242,221,214)
#F4E5E3
(244,229,227)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29D6E color. Also use rgb(226,157,110) instead hex code.

Text Font Color

.myTextColor { color: #E29D6E; }

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

This text font color is #E29D6E.


Background Color

.myBgColor { background-color: #E29D6E; }

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

This div background color is #E29D6E.


Border color

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

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

This div border color is #E29D6E.


Opacity

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

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

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

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

This text has shadow with #E29D6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29D6E on black background.


Color preview on white background

This text has color #E29D6E on white background.



Black color preview on #E29D6E background

This text has black color on #E29D6E background.


White color preview on #E29D6E background

This text has white color on #E29D6E background.