COLOR #EEAD8D

HEX: #EEAD8D
RGB: (238,173,141)

Color info

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

RGB color model

#EEAD8D color RGB value is (238,173,141).

  • red value is 238;
  • green value is 173;
  • blue value is 141.
RGB:
(238,173,141)
(93%,68%,55%)

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 141 of 255 = 55%

238
173
141

R + G + B ~ 72%. #EEAD8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 173 + 141 = 552 (100%)
R 238 of 552 ~ 43.12%
G 173 of 552 ~ 31.34%
B 141 of 552 ~ 25.54%

%43.12
%31.34
%25.54

CMYK color model

#EEAD8D color CMYK value is (0,27,41,7).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 40.76%
  • key color value is 6.67%
CMYK:
(0,27,41,7)
C0M27Y41K7 
(0%,27%,41%,7%)
(0.00/0.27/0.41/0.07)	

CMYK percentages

%0
%27.31
%40.76
%6.67

Codes

Color #EEAD8D in popluar color models

EEAD8D
RGB238173141
HSL20°74.05%74.31%
HSB/HSV20°40.76%93.33%
CMYK0.00%27.31%40.76%
6.67%

Color #EEAD8D in popluar number systems.

HEXEEAD8D
Decimal238173141
Binary111011101010110110001101
Octal356255215

Shades and tints

Shades of #EEAD8D

#EEAD8D
(238,173,141)
#D99E81
(217,158,129)
#C48F75
(196,143,117)
#AF8069
(175,128,105)
#9A715D
(154,113,93)
#856251
(133,98,81)
#705345
(112,83,69)
#5B4439
(91,68,57)
#46352D
(70,53,45)
#312621
(49,38,33)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #EEAD8D

#EEAD8D
(238,173,141)
#EFB497
(239,180,151)
#F0BBA1
(240,187,161)
#F1C2AB
(241,194,171)
#F2C9B5
(242,201,181)
#F3D0BF
(243,208,191)
#F4D7C9
(244,215,201)
#F5DED3
(245,222,211)
#F6E5DD
(246,229,221)
#F7ECE7
(247,236,231)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAD8D color. Also use rgb(238,173,141) instead hex code.

Text Font Color

.myTextColor { color: #EEAD8D; }

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

This text font color is #EEAD8D.


Background Color

.myBgColor { background-color: #EEAD8D; }

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

This div background color is #EEAD8D.


Border color

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

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

This div border color is #EEAD8D.


Opacity

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

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

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

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

This text has shadow with #EEAD8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEAD8D on black background.


Color preview on white background

This text has color #EEAD8D on white background.



Black color preview on #EEAD8D background

This text has black color on #EEAD8D background.


White color preview on #EEAD8D background

This text has white color on #EEAD8D background.