COLOR #EEBD91

HEX: #EEBD91
RGB: (238,189,145)

Color info

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

RGB color model

#EEBD91 color RGB value is (238,189,145).

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

RGB channels and saturation

R 238 of 255 = 93%
G 189 of 255 = 74%
B 145 of 255 = 57%

238
189
145

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

Portions of RGB colors in percentages

R + G + B =
238 + 189 + 145 = 572 (100%)
R 238 of 572 ~ 41.61%
G 189 of 572 ~ 33.04%
B 145 of 572 ~ 25.35%

%41.61
%33.04
%25.35

CMYK color model

#EEBD91 color CMYK value is (0,21,39,7).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 39.08%
  • key color value is 6.67%
CMYK:
(0,21,39,7)
C0M21Y39K7 
(0%,21%,39%,7%)
(0.00/0.21/0.39/0.07)	

CMYK percentages

%0
%20.59
%39.08
%6.67

Codes

Color #EEBD91 in popluar color models

EEBD91
RGB238189145
HSL28°73.23%75.10%
HSB/HSV28°39.08%93.33%
CMYK0.00%20.59%39.08%
6.67%

Color #EEBD91 in popluar number systems.

HEXEEBD91
Decimal238189145
Binary111011101011110110010001
Octal356275221

Shades and tints

Shades of #EEBD91

#EEBD91
(238,189,145)
#D9AC84
(217,172,132)
#C49B77
(196,155,119)
#AF8A6A
(175,138,106)
#9A795D
(154,121,93)
#856850
(133,104,80)
#705743
(112,87,67)
#5B4636
(91,70,54)
#463529
(70,53,41)
#31241C
(49,36,28)
#1C130F
(28,19,15)
#000000
(0,0,0)

Tints of #EEBD91

#EEBD91
(238,189,145)
#EFC39B
(239,195,155)
#F0C9A5
(240,201,165)
#F1CFAF
(241,207,175)
#F2D5B9
(242,213,185)
#F3DBC3
(243,219,195)
#F4E1CD
(244,225,205)
#F5E7D7
(245,231,215)
#F6EDE1
(246,237,225)
#F7F3EB
(247,243,235)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBD91; }

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

This text font color is #EEBD91.


Background Color

.myBgColor { background-color: #EEBD91; }

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

This div background color is #EEBD91.


Border color

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

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

This div border color is #EEBD91.


Opacity

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

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

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

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

This text has shadow with #EEBD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBD91 on black background.


Color preview on white background

This text has color #EEBD91 on white background.



Black color preview on #EEBD91 background

This text has black color on #EEBD91 background.


White color preview on #EEBD91 background

This text has white color on #EEBD91 background.