COLOR #EEBD87

HEX: #EEBD87
RGB: (238,189,135)

Color info

#EEBD87 contains mainly red and green colors. Web safe color of #EEBD87 is #FFCC99 (or #FC9).

RGB color model

#EEBD87 color RGB value is (238,189,135).

  • red value is 238;
  • green value is 189;
  • blue value is 135.
RGB:
(238,189,135)
(93%,74%,53%)

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 135 of 255 = 53%

238
189
135

R + G + B ~ 73%. #EEBD87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 135 = 562 (100%)
R 238 of 562 ~ 42.35%
G 189 of 562 ~ 33.63%
B 135 of 562 ~ 24.02%

%42.35
%33.63
%24.02

CMYK color model

#EEBD87 color CMYK value is (0,21,43,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 43.28%
  • key color value is 6.67%
CMYK:
(0,21,43,7)
C0M21Y43K7 
(0%,21%,43%,7%)
(0.00/0.21/0.43/0.07)	

CMYK percentages

%0
%20.59
%43.28
%6.67

Codes

Color #EEBD87 in popluar color models

EEBD87
RGB238189135
HSL31°75.18%73.14%
HSB/HSV31°43.28%93.33%
CMYK0.00%20.59%43.28%
6.67%

Color #EEBD87 in popluar number systems.

HEXEEBD87
Decimal238189135
Binary111011101011110110000111
Octal356275207

Shades and tints

Shades of #EEBD87

#EEBD87
(238,189,135)
#D9AC7B
(217,172,123)
#C49B6F
(196,155,111)
#AF8A63
(175,138,99)
#9A7957
(154,121,87)
#85684B
(133,104,75)
#70573F
(112,87,63)
#5B4633
(91,70,51)
#463527
(70,53,39)
#31241B
(49,36,27)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #EEBD87

#EEBD87
(238,189,135)
#EFC391
(239,195,145)
#F0C99B
(240,201,155)
#F1CFA5
(241,207,165)
#F2D5AF
(242,213,175)
#F3DBB9
(243,219,185)
#F4E1C3
(244,225,195)
#F5E7CD
(245,231,205)
#F6EDD7
(246,237,215)
#F7F3E1
(247,243,225)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBD87 color. Also use rgb(238,189,135) instead hex code.

Text Font Color

.myTextColor { color: #EEBD87; }

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

This text font color is #EEBD87.


Background Color

.myBgColor { background-color: #EEBD87; }

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

This div background color is #EEBD87.


Border color

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

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

This div border color is #EEBD87.


Opacity

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

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

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

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

This text has shadow with #EEBD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBD87 on black background.


Color preview on white background

This text has color #EEBD87 on white background.



Black color preview on #EEBD87 background

This text has black color on #EEBD87 background.


White color preview on #EEBD87 background

This text has white color on #EEBD87 background.