COLOR #EECC86

HEX: #EECC86
RGB: (238,204,134)

Color info

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

RGB color model

#EECC86 color RGB value is (238,204,134).

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

RGB channels and saturation

R 238 of 255 = 93%
G 204 of 255 = 80%
B 134 of 255 = 53%

238
204
134

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

Portions of RGB colors in percentages

R + G + B =
238 + 204 + 134 = 576 (100%)
R 238 of 576 ~ 41.32%
G 204 of 576 ~ 35.42%
B 134 of 576 ~ 23.26%

%41.32
%35.42
%23.26

CMYK color model

#EECC86 color CMYK value is (0,14,44,7).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 43.70%
  • key color value is 6.67%
CMYK:
(0,14,44,7)
C0M14Y44K7 
(0%,14%,44%,7%)
(0.00/0.14/0.44/0.07)	

CMYK percentages

%0
%14.29
%43.7
%6.67

Codes

Color #EECC86 in popluar color models

EECC86
RGB238204134
HSL40°75.36%72.94%
HSB/HSV40°43.70%93.33%
CMYK0.00%14.29%43.70%
6.67%

Color #EECC86 in popluar number systems.

HEXEECC86
Decimal238204134
Binary111011101100110010000110
Octal356314206

Shades and tints

Shades of #EECC86

#EECC86
(238,204,134)
#D9BA7A
(217,186,122)
#C4A86E
(196,168,110)
#AF9662
(175,150,98)
#9A8456
(154,132,86)
#85724A
(133,114,74)
#70603E
(112,96,62)
#5B4E32
(91,78,50)
#463C26
(70,60,38)
#312A1A
(49,42,26)
#1C180E
(28,24,14)
#000000
(0,0,0)

Tints of #EECC86

#EECC86
(238,204,134)
#EFD091
(239,208,145)
#F0D49C
(240,212,156)
#F1D8A7
(241,216,167)
#F2DCB2
(242,220,178)
#F3E0BD
(243,224,189)
#F4E4C8
(244,228,200)
#F5E8D3
(245,232,211)
#F6ECDE
(246,236,222)
#F7F0E9
(247,240,233)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECC86; }

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

This text font color is #EECC86.


Background Color

.myBgColor { background-color: #EECC86; }

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

This div background color is #EECC86.


Border color

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

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

This div border color is #EECC86.


Opacity

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

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

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

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

This text has shadow with #EECC86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECC86 on black background.


Color preview on white background

This text has color #EECC86 on white background.



Black color preview on #EECC86 background

This text has black color on #EECC86 background.


White color preview on #EECC86 background

This text has white color on #EECC86 background.