COLOR #EEBC96

HEX: #EEBC96
RGB: (238,188,150)

Color info

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

RGB color model

#EEBC96 color RGB value is (238,188,150).

  • red value is 238;
  • green value is 188;
  • blue value is 150.
RGB:
(238,188,150)
(93%,74%,59%)

RGB channels and saturation

R 238 of 255 = 93%
G 188 of 255 = 74%
B 150 of 255 = 59%

238
188
150

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

Portions of RGB colors in percentages

R + G + B =
238 + 188 + 150 = 576 (100%)
R 238 of 576 ~ 41.32%
G 188 of 576 ~ 32.64%
B 150 of 576 ~ 26.04%

%41.32
%32.64
%26.04

CMYK color model

#EEBC96 color CMYK value is (0,21,37,7).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 36.97%
  • key color value is 6.67%
CMYK:
(0,21,37,7)
C0M21Y37K7 
(0%,21%,37%,7%)
(0.00/0.21/0.37/0.07)	

CMYK percentages

%0
%21.01
%36.97
%6.67

Codes

Color #EEBC96 in popluar color models

EEBC96
RGB238188150
HSL26°72.13%76.08%
HSB/HSV26°36.97%93.33%
CMYK0.00%21.01%36.97%
6.67%

Color #EEBC96 in popluar number systems.

HEXEEBC96
Decimal238188150
Binary111011101011110010010110
Octal356274226

Shades and tints

Shades of #EEBC96

#EEBC96
(238,188,150)
#D9AB89
(217,171,137)
#C49A7C
(196,154,124)
#AF896F
(175,137,111)
#9A7862
(154,120,98)
#856755
(133,103,85)
#705648
(112,86,72)
#5B453B
(91,69,59)
#46342E
(70,52,46)
#312321
(49,35,33)
#1C1214
(28,18,20)
#000000
(0,0,0)

Tints of #EEBC96

#EEBC96
(238,188,150)
#EFC29F
(239,194,159)
#F0C8A8
(240,200,168)
#F1CEB1
(241,206,177)
#F2D4BA
(242,212,186)
#F3DAC3
(243,218,195)
#F4E0CC
(244,224,204)
#F5E6D5
(245,230,213)
#F6ECDE
(246,236,222)
#F7F2E7
(247,242,231)
#F8F8F0
(248,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBC96 color. Also use rgb(238,188,150) instead hex code.

Text Font Color

.myTextColor { color: #EEBC96; }

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

This text font color is #EEBC96.


Background Color

.myBgColor { background-color: #EEBC96; }

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

This div background color is #EEBC96.


Border color

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

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

This div border color is #EEBC96.


Opacity

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

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

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

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

This text has shadow with #EEBC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBC96 on black background.


Color preview on white background

This text has color #EEBC96 on white background.



Black color preview on #EEBC96 background

This text has black color on #EEBC96 background.


White color preview on #EEBC96 background

This text has white color on #EEBC96 background.