COLOR #EEC6A1

HEX: #EEC6A1
RGB: (238,198,161)

Color info

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

RGB color model

#EEC6A1 color RGB value is (238,198,161).

  • red value is 238;
  • green value is 198;
  • blue value is 161.
RGB:
(238,198,161)
(93%,78%,63%)

RGB channels and saturation

R 238 of 255 = 93%
G 198 of 255 = 78%
B 161 of 255 = 63%

238
198
161

R + G + B ~ 78%. #EEC6A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 198 + 161 = 597 (100%)
R 238 of 597 ~ 39.87%
G 198 of 597 ~ 33.17%
B 161 of 597 ~ 26.97%

%39.87
%33.17
%26.97

CMYK color model

#EEC6A1 color CMYK value is (0,17,32,7).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 32.35%
  • key color value is 6.67%
CMYK:
(0,17,32,7)
C0M17Y32K7 
(0%,17%,32%,7%)
(0.00/0.17/0.32/0.07)	

CMYK percentages

%0
%16.81
%32.35
%6.67

Codes

Color #EEC6A1 in popluar color models

EEC6A1
RGB238198161
HSL29°69.37%78.24%
HSB/HSV29°32.35%93.33%
CMYK0.00%16.81%32.35%
6.67%

Color #EEC6A1 in popluar number systems.

HEXEEC6A1
Decimal238198161
Binary111011101100011010100001
Octal356306241

Shades and tints

Shades of #EEC6A1

#EEC6A1
(238,198,161)
#D9B493
(217,180,147)
#C4A285
(196,162,133)
#AF9077
(175,144,119)
#9A7E69
(154,126,105)
#856C5B
(133,108,91)
#705A4D
(112,90,77)
#5B483F
(91,72,63)
#463631
(70,54,49)
#312423
(49,36,35)
#1C1215
(28,18,21)
#000000
(0,0,0)

Tints of #EEC6A1

#EEC6A1
(238,198,161)
#EFCBA9
(239,203,169)
#F0D0B1
(240,208,177)
#F1D5B9
(241,213,185)
#F2DAC1
(242,218,193)
#F3DFC9
(243,223,201)
#F4E4D1
(244,228,209)
#F5E9D9
(245,233,217)
#F6EEE1
(246,238,225)
#F7F3E9
(247,243,233)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEC6A1 color. Also use rgb(238,198,161) instead hex code.

Text Font Color

.myTextColor { color: #EEC6A1; }

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

This text font color is #EEC6A1.


Background Color

.myBgColor { background-color: #EEC6A1; }

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

This div background color is #EEC6A1.


Border color

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

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

This div border color is #EEC6A1.


Opacity

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

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

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

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

This text has shadow with #EEC6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEC6A1 on black background.


Color preview on white background

This text has color #EEC6A1 on white background.



Black color preview on #EEC6A1 background

This text has black color on #EEC6A1 background.


White color preview on #EEC6A1 background

This text has white color on #EEC6A1 background.