COLOR #EEB29D

HEX: #EEB29D RGB: (238,178,157)

Color info

#EEB29D contains mainly red color. Web safe color of #EEB29D is #FF9999 (or #F99).

RGB color model

#EEB29D color RGB value is (238,178,157).

RGB: (238,178,157) (93%, 70%, 62%)

RGB channels and saturation

R 238 of 255 = 93%
G 178 of 255 = 70%
B 157 of 255 = 62%

238
178
157

R + G + B ~ 75%. #EEB29D is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 178 + 157 = 573 (100%)
R 238 of 573 ~ 41.54%
G 178 of 573 ~ 31.06%
B 157 of 573 ~ 27.4'%

%41.54
%31.06
%27.4

CMYK color model

#EEB29D color CMYK value is (0,25,34,7).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 34.03%
  • key color value is 6.67%
CMYK: (0,25,34,7) C0M25Y34K7 (0%,25%,34%,7%) (0.00/0.25/0.34/0.07) 

CMYK percentages

%0
%25.21
%34.03
%6.67

Codes

Color #EEB29D in popluar color models

EE B2 9D
RGB 238 178 157
HSL 16° 70.43% 77.45%
HSB/HSV 16° 34.03% 93.33%
CMYK 0.00% 25.21% 34.03%
6.67%

Color #EEB29D in popluar number systems.

HEX EE B2 9D
Decimal 238 178 157
Binary 11101110 10110010 10011101
Octal 356 262 235

Shades and tints

Shades of #EEB29D

#EEB29D
(238,178,157)
#D9A28F
(217,162,143)
#C49281
(196,146,129)
#AF8273
(175,130,115)
#9A7265
(154,114,101)
#856257
(133,98,87)
#705249
(112,82,73)
#5B423B
(91,66,59)
#46322D
(70,50,45)
#31221F
(49,34,31)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #EEB29D

#EEB29D
(238,178,157)
#EFB9A5
(239,185,165)
#F0C0AD
(240,192,173)
#F1C7B5
(241,199,181)
#F2CEBD
(242,206,189)
#F3D5C5
(243,213,197)
#F4DCCD
(244,220,205)
#F5E3D5
(245,227,213)
#F6EADD
(246,234,221)
#F7F1E5
(247,241,229)
#F8F8ED
(248,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB29D color. Also use rgb(238,178,157) instead hex code.

Text Font Color

.myTextColor { color: #EEB29D; }

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

This text font color is #EEB29D.

Background Color

.myBgColor { background-color: #EEB29D; }

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

This div background color is #EEB29D.

Border color

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

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

This div border color is #EEB29D.

Opacity

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

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

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

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

This text has shadow with #EEB29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB29D.

Preview

Color preview on black background

This text has color #EEB29D on black background.


Color preview on white background

This text has color #EEB29D on white background.


Black color preview on #EEB29D background

This text has black color on #EEB29D background.


White color preview on #EEB29D background

This text has white color on #EEB29D background.


Related colors

Complementary color

Complementary color for #hex is #114D62.


I love getcolorcode.com

Triadic colors

1 #9DEEB2 and #B29DEE with #EEB29D are triadic colors.

2 #9DB2EE and #B2EE9D with #EEB29D are triadic colors.