COLOR #EEBE95

HEX: #EEBE95
RGB: (238,190,149)

Color info

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

RGB color model

#EEBE95 color RGB value is (238,190,149).

  • red value is 238;
  • green value is 190;
  • blue value is 149.
RGB:
(238,190,149)
(93%,75%,58%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 149 of 255 = 58%

238
190
149

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

Portions of RGB colors in percentages

R + G + B =
238 + 190 + 149 = 577 (100%)
R 238 of 577 ~ 41.25%
G 190 of 577 ~ 32.93%
B 149 of 577 ~ 25.82%

%41.25
%32.93
%25.82

CMYK color model

#EEBE95 color CMYK value is (0,20,37,7).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 37.39%
  • key color value is 6.67%
CMYK:
(0,20,37,7)
C0M20Y37K7 
(0%,20%,37%,7%)
(0.00/0.20/0.37/0.07)	

CMYK percentages

%0
%20.17
%37.39
%6.67

Codes

Color #EEBE95 in popluar color models

EEBE95
RGB238190149
HSL28°72.36%75.88%
HSB/HSV28°37.39%93.33%
CMYK0.00%20.17%37.39%
6.67%

Color #EEBE95 in popluar number systems.

HEXEEBE95
Decimal238190149
Binary111011101011111010010101
Octal356276225

Shades and tints

Shades of #EEBE95

#EEBE95
(238,190,149)
#D9AD88
(217,173,136)
#C49C7B
(196,156,123)
#AF8B6E
(175,139,110)
#9A7A61
(154,122,97)
#856954
(133,105,84)
#705847
(112,88,71)
#5B473A
(91,71,58)
#46362D
(70,54,45)
#312520
(49,37,32)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #EEBE95

#EEBE95
(238,190,149)
#EFC39E
(239,195,158)
#F0C8A7
(240,200,167)
#F1CDB0
(241,205,176)
#F2D2B9
(242,210,185)
#F3D7C2
(243,215,194)
#F4DCCB
(244,220,203)
#F5E1D4
(245,225,212)
#F6E6DD
(246,230,221)
#F7EBE6
(247,235,230)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBE95 color. Also use rgb(238,190,149) instead hex code.

Text Font Color

.myTextColor { color: #EEBE95; }

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

This text font color is #EEBE95.


Background Color

.myBgColor { background-color: #EEBE95; }

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

This div background color is #EEBE95.


Border color

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

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

This div border color is #EEBE95.


Opacity

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

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

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

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

This text has shadow with #EEBE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBE95 on black background.


Color preview on white background

This text has color #EEBE95 on white background.



Black color preview on #EEBE95 background

This text has black color on #EEBE95 background.


White color preview on #EEBE95 background

This text has white color on #EEBE95 background.