COLOR #E29A68

HEX: #E29A68
RGB: (226,154,104)

Color info

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

RGB color model

#E29A68 color RGB value is (226,154,104).

  • red value is 226;
  • green value is 154;
  • blue value is 104.
RGB:
(226,154,104)
(89%,60%,41%)

RGB channels and saturation

R 226 of 255 = 89%
G 154 of 255 = 60%
B 104 of 255 = 41%

226
154
104

R + G + B ~ 63%. #E29A68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 154 + 104 = 484 (100%)
R 226 of 484 ~ 46.69%
G 154 of 484 ~ 31.82%
B 104 of 484 ~ 21.49%

%46.69
%31.82
%21.49

CMYK color model

#E29A68 color CMYK value is (0,32,54,11).

  • cyan value is 0.00%
  • magenta value is 31.86%
  • yellow value is 53.98%
  • key color value is 11.37%
CMYK:
(0,32,54,11)
C0M32Y54K11 
(0%,32%,54%,11%)
(0.00/0.32/0.54/0.11)	

CMYK percentages

%0
%31.86
%53.98
%11.37

Codes

Color #E29A68 in popluar color models

E29A68
RGB226154104
HSL25°67.78%64.71%
HSB/HSV25°53.98%88.63%
CMYK0.00%31.86%53.98%
11.37%

Color #E29A68 in popluar number systems.

HEXE29A68
Decimal226154104
Binary11100010100110101101000
Octal342232150

Shades and tints

Shades of #E29A68

#E29A68
(226,154,104)
#CE8C5F
(206,140,95)
#BA7E56
(186,126,86)
#A6704D
(166,112,77)
#926244
(146,98,68)
#7E543B
(126,84,59)
#6A4632
(106,70,50)
#563829
(86,56,41)
#422A20
(66,42,32)
#2E1C17
(46,28,23)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #E29A68

#E29A68
(226,154,104)
#E4A375
(228,163,117)
#E6AC82
(230,172,130)
#E8B58F
(232,181,143)
#EABE9C
(234,190,156)
#ECC7A9
(236,199,169)
#EED0B6
(238,208,182)
#F0D9C3
(240,217,195)
#F2E2D0
(242,226,208)
#F4EBDD
(244,235,221)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29A68 color. Also use rgb(226,154,104) instead hex code.

Text Font Color

.myTextColor { color: #E29A68; }

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

This text font color is #E29A68.


Background Color

.myBgColor { background-color: #E29A68; }

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

This div background color is #E29A68.


Border color

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

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

This div border color is #E29A68.


Opacity

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

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

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

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

This text has shadow with #E29A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29A68 on black background.


Color preview on white background

This text has color #E29A68 on white background.



Black color preview on #E29A68 background

This text has black color on #E29A68 background.


White color preview on #E29A68 background

This text has white color on #E29A68 background.