COLOR #EEE1A3

HEX: #EEE1A3 RGB: (238,225,163)

Color info

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

RGB color model

#EEE1A3 color RGB value is (238,225,163).

RGB: (238,225,163) (93%, 88%, 64%)

RGB channels and saturation

R 238 of 255 = 93%
G 225 of 255 = 88%
B 163 of 255 = 64%

238
225
163

R + G + B ~ 82%. #EEE1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 225 + 163 = 626 (100%)
R 238 of 626 ~ 38.02%
G 225 of 626 ~ 35.94%
B 163 of 626 ~ 26.04'%

%38.02
%35.94
%26.04

CMYK color model

#EEE1A3 color CMYK value is (0,5,32,7).

  • cyan value is 0.00%
  • magenta value is 5.46%
  • yellow value is 31.51%
  • key color value is 6.67%
CMYK: (0,5,32,7) C0M5Y32K7 (0%,5%,32%,7%) (0.00/0.05/0.32/0.07) 

CMYK percentages

%0
%5.46
%31.51
%6.67

Codes

Color #EEE1A3 in popluar color models

EE E1 A3
RGB 238 225 163
HSL 50° 68.81% 78.63%
HSB/HSV 50° 31.51% 93.33%
CMYK 0.00% 5.46% 31.51%
6.67%

Color #EEE1A3 in popluar number systems.

HEX EE E1 A3
Decimal 238 225 163
Binary 11101110 11100001 10100011
Octal 356 341 243

Shades and tints

Shades of #EEE1A3

#EEE1A3
(238,225,163)
#D9CD95
(217,205,149)
#C4B987
(196,185,135)
#AFA579
(175,165,121)
#9A916B
(154,145,107)
#857D5D
(133,125,93)
#70694F
(112,105,79)
#5B5541
(91,85,65)
#464133
(70,65,51)
#312D25
(49,45,37)
#1C1917
(28,25,23)
#000000
(0,0,0)

Tints of #EEE1A3

#EEE1A3
(238,225,163)
#EFE3AB
(239,227,171)
#F0E5B3
(240,229,179)
#F1E7BB
(241,231,187)
#F2E9C3
(242,233,195)
#F3EBCB
(243,235,203)
#F4EDD3
(244,237,211)
#F5EFDB
(245,239,219)
#F6F1E3
(246,241,227)
#F7F3EB
(247,243,235)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEE1A3 color. Also use rgb(238,225,163) instead hex code.

Text Font Color

.myTextColor { color: #EEE1A3; }

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

This text font color is #EEE1A3.

Background Color

.myBgColor { background-color: #EEE1A3; }

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

This div background color is #EEE1A3.

Border color

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

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

This div border color is #EEE1A3.

Opacity

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

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

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

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

This text has shadow with #EEE1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEE1A3.

Preview

Color preview on black background

This text has color #EEE1A3 on black background.


Color preview on white background

This text has color #EEE1A3 on white background.


Black color preview on #EEE1A3 background

This text has black color on #EEE1A3 background.


White color preview on #EEE1A3 background

This text has white color on #EEE1A3 background.


Related colors

Complementary color

Complementary color for #hex is #111E5C.


I love getcolorcode.com

Triadic colors

1 #A3EEE1 and #E1A3EE with #EEE1A3 are triadic colors.

2 #A3E1EE and #E1EEA3 with #EEE1A3 are triadic colors.