COLOR #E29559

HEX: #E29559
RGB: (226,149,89)

Color info

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

RGB color model

#E29559 color RGB value is (226,149,89).

  • red value is 226;
  • green value is 149;
  • blue value is 89.
RGB:
(226,149,89)
(89%,58%,35%)

RGB channels and saturation

R 226 of 255 = 89%
G 149 of 255 = 58%
B 89 of 255 = 35%

226
149
89

R + G + B ~ 61%. #E29559 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 149 + 89 = 464 (100%)
R 226 of 464 ~ 48.71%
G 149 of 464 ~ 32.11%
B 89 of 464 ~ 19.18%

%48.71
%32.11
%19.18

CMYK color model

#E29559 color CMYK value is (0,34,61,11).

  • cyan value is 0.00%
  • magenta value is 34.07%
  • yellow value is 60.62%
  • key color value is 11.37%
CMYK:
(0,34,61,11)
C0M34Y61K11 
(0%,34%,61%,11%)
(0.00/0.34/0.61/0.11)	

CMYK percentages

%0
%34.07
%60.62
%11.37

Codes

Color #E29559 in popluar color models

E29559
RGB22614989
HSL26°70.26%61.76%
HSB/HSV26°60.62%88.63%
CMYK0.00%34.07%60.62%
11.37%

Color #E29559 in popluar number systems.

HEXE29559
Decimal22614989
Binary11100010100101011011001
Octal342225131

Shades and tints

Shades of #E29559

#E29559
(226,149,89)
#CE8851
(206,136,81)
#BA7B49
(186,123,73)
#A66E41
(166,110,65)
#926139
(146,97,57)
#7E5431
(126,84,49)
#6A4729
(106,71,41)
#563A21
(86,58,33)
#422D19
(66,45,25)
#2E2011
(46,32,17)
#1A1309
(26,19,9)
#000000
(0,0,0)

Tints of #E29559

#E29559
(226,149,89)
#E49E68
(228,158,104)
#E6A777
(230,167,119)
#E8B086
(232,176,134)
#EAB995
(234,185,149)
#ECC2A4
(236,194,164)
#EECBB3
(238,203,179)
#F0D4C2
(240,212,194)
#F2DDD1
(242,221,209)
#F4E6E0
(244,230,224)
#F6EFEF
(246,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29559 color. Also use rgb(226,149,89) instead hex code.

Text Font Color

.myTextColor { color: #E29559; }

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

This text font color is #E29559.


Background Color

.myBgColor { background-color: #E29559; }

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

This div background color is #E29559.


Border color

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

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

This div border color is #E29559.


Opacity

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

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

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

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

This text has shadow with #E29559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29559 on black background.


Color preview on white background

This text has color #E29559 on white background.



Black color preview on #E29559 background

This text has black color on #E29559 background.


White color preview on #E29559 background

This text has white color on #E29559 background.