COLOR #EEBB86

HEX: #EEBB86
RGB: (238,187,134)

Color info

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

RGB color model

#EEBB86 color RGB value is (238,187,134).

  • red value is 238;
  • green value is 187;
  • blue value is 134.
RGB:
(238,187,134)
(93%,73%,53%)

RGB channels and saturation

R 238 of 255 = 93%
G 187 of 255 = 73%
B 134 of 255 = 53%

238
187
134

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

Portions of RGB colors in percentages

R + G + B =
238 + 187 + 134 = 559 (100%)
R 238 of 559 ~ 42.58%
G 187 of 559 ~ 33.45%
B 134 of 559 ~ 23.97%

%42.58
%33.45
%23.97

CMYK color model

#EEBB86 color CMYK value is (0,21,44,7).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 43.70%
  • key color value is 6.67%
CMYK:
(0,21,44,7)
C0M21Y44K7 
(0%,21%,44%,7%)
(0.00/0.21/0.44/0.07)	

CMYK percentages

%0
%21.43
%43.7
%6.67

Codes

Color #EEBB86 in popluar color models

EEBB86
RGB238187134
HSL31°75.36%72.94%
HSB/HSV31°43.70%93.33%
CMYK0.00%21.43%43.70%
6.67%

Color #EEBB86 in popluar number systems.

HEXEEBB86
Decimal238187134
Binary111011101011101110000110
Octal356273206

Shades and tints

Shades of #EEBB86

#EEBB86
(238,187,134)
#D9AA7A
(217,170,122)
#C4996E
(196,153,110)
#AF8862
(175,136,98)
#9A7756
(154,119,86)
#85664A
(133,102,74)
#70553E
(112,85,62)
#5B4432
(91,68,50)
#463326
(70,51,38)
#31221A
(49,34,26)
#1C110E
(28,17,14)
#000000
(0,0,0)

Tints of #EEBB86

#EEBB86
(238,187,134)
#EFC191
(239,193,145)
#F0C79C
(240,199,156)
#F1CDA7
(241,205,167)
#F2D3B2
(242,211,178)
#F3D9BD
(243,217,189)
#F4DFC8
(244,223,200)
#F5E5D3
(245,229,211)
#F6EBDE
(246,235,222)
#F7F1E9
(247,241,233)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBB86 color. Also use rgb(238,187,134) instead hex code.

Text Font Color

.myTextColor { color: #EEBB86; }

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

This text font color is #EEBB86.


Background Color

.myBgColor { background-color: #EEBB86; }

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

This div background color is #EEBB86.


Border color

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

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

This div border color is #EEBB86.


Opacity

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

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

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

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

This text has shadow with #EEBB86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEBB86 on black background.


Color preview on white background

This text has color #EEBB86 on white background.



Black color preview on #EEBB86 background

This text has black color on #EEBB86 background.


White color preview on #EEBB86 background

This text has white color on #EEBB86 background.