COLOR #EEAA82

HEX: #EEAA82 RGB: (238,170,130)

Color info

#EEAA82 contains mainly red color. Web safe color of #EEAA82 is #FF9999 (or #F99).

RGB color model

#EEAA82 color RGB value is (238,170,130).

RGB: (238,170,130) (93%, 67%, 51%)

RGB channels and saturation

R 238 of 255 = 93%
G 170 of 255 = 67%
B 130 of 255 = 51%

238
170
130

R + G + B ~ 70%. #EEAA82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 170 + 130 = 538 (100%)
R 238 of 538 ~ 44.24%
G 170 of 538 ~ 31.6%
B 130 of 538 ~ 24.16'%

%44.24
%31.6
%24.16

CMYK color model

#EEAA82 color CMYK value is (0,29,45,7).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 45.38%
  • key color value is 6.67%

CMYK: (0,29,45,7)
C0M29Y45K7 (0%, 29%, 45%, 7%)
(0.00 / 0.29 / 0.45 / 0.07)

CMYK percentages

%0
%28.57
%45.38
%6.67

Codes

Color #EEAA82 in popluar color models

EE AA 82
RGB 238 170 130
HSL 22° 76.06% 72.16%
HSB/HSV 22° 45.38% 93.33%
CMYK 0.00% 28.57% 45.38%
6.67%

Color #EEAA82 in popluar number systems.

HEX EE AA 82
Decimal 238 170 130
Binary 11101110 10101010 10000010
Octal 356 252 202

Shades and tints

Shades of #EEAA82

#EEAA82
(238,170,130)
#D99B77
(217,155,119)
#C48C6C
(196,140,108)
#AF7D61
(175,125,97)
#9A6E56
(154,110,86)
#855F4B
(133,95,75)
#705040
(112,80,64)
#5B4135
(91,65,53)
#46322A
(70,50,42)
#31231F
(49,35,31)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #EEAA82

#EEAA82
(238,170,130)
#EFB18D
(239,177,141)
#F0B898
(240,184,152)
#F1BFA3
(241,191,163)
#F2C6AE
(242,198,174)
#F3CDB9
(243,205,185)
#F4D4C4
(244,212,196)
#F5DBCF
(245,219,207)
#F6E2DA
(246,226,218)
#F7E9E5
(247,233,229)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAA82 color. Also use rgb(238,170,130) instead hex code.

Text Font Color

.myTextColor { color: #EEAA82; }

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

This text font color is #EEAA82.

Background Color

.myBgColor { background-color: #EEAA82; }

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

This div background color is #EEAA82.

Border color

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

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

This div border color is #EEAA82.

Opacity

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

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

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

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

This text has shadow with #EEAA82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEAA82.

Preview

Color preview on black background

This text has color #EEAA82 on black background.


Color preview on white background

This text has color #EEAA82 on white background.


Black color preview on #EEAA82 background

This text has black color on #EEAA82 background.


White color preview on #EEAA82 background

This text has white color on #EEAA82 background.


Related colors

Complementary color

Complementary color for #hex is #11557D.


I love getcolorcode.com

Triadic colors

1 #82EEAA and #AA82EE with #EEAA82 are triadic colors.

2 #82AAEE and #AAEE82 with #EEAA82 are triadic colors.