COLOR #EEBA82

HEX: #EEBA82 RGB: (238,186,130)

Color info

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

RGB color model

#EEBA82 color RGB value is (238,186,130).

RGB: (238,186,130) (93%, 73%, 51%)

RGB channels and saturation

R 238 of 255 = 93%
G 186 of 255 = 73%
B 130 of 255 = 51%

238
186
130

R + G + B ~ 72%. #EEBA82 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 186 + 130 = 554 (100%)
R 238 of 554 ~ 42.96%
G 186 of 554 ~ 33.57%
B 130 of 554 ~ 23.47'%

%42.96
%33.57
%23.47

CMYK color model

#EEBA82 color CMYK value is (0,22,45,7).

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

CMYK: (0,22,45,7)
C0M22Y45K7 (0%, 22%, 45%, 7%)
(0.00 / 0.22 / 0.45 / 0.07)

CMYK percentages

%0
%21.85
%45.38
%6.67

Codes

Color #EEBA82 in popluar color models

EE BA 82
RGB 238 186 130
HSL 31° 76.06% 72.16%
HSB/HSV 31° 45.38% 93.33%
CMYK 0.00% 21.85% 45.38%
6.67%

Color #EEBA82 in popluar number systems.

HEX EE BA 82
Decimal 238 186 130
Binary 11101110 10111010 10000010
Octal 356 272 202

Shades and tints

Shades of #EEBA82

#EEBA82
(238,186,130)
#D9AA77
(217,170,119)
#C49A6C
(196,154,108)
#AF8A61
(175,138,97)
#9A7A56
(154,122,86)
#856A4B
(133,106,75)
#705A40
(112,90,64)
#5B4A35
(91,74,53)
#463A2A
(70,58,42)
#312A1F
(49,42,31)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #EEBA82

#EEBA82
(238,186,130)
#EFC08D
(239,192,141)
#F0C698
(240,198,152)
#F1CCA3
(241,204,163)
#F2D2AE
(242,210,174)
#F3D8B9
(243,216,185)
#F4DEC4
(244,222,196)
#F5E4CF
(245,228,207)
#F6EADA
(246,234,218)
#F7F0E5
(247,240,229)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEBA82; }

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

This text font color is #EEBA82.

Background Color

.myBgColor { background-color: #EEBA82; }

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

This div background color is #EEBA82.

Border color

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

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

This div border color is #EEBA82.

Opacity

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

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

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

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

This text has shadow with #EEBA82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBA82.

Preview

Color preview on black background

This text has color #EEBA82 on black background.


Color preview on white background

This text has color #EEBA82 on white background.


Black color preview on #EEBA82 background

This text has black color on #EEBA82 background.


White color preview on #EEBA82 background

This text has white color on #EEBA82 background.


Related colors

Complementary color

Complementary color for #hex is #11457D.


I love getcolorcode.com

Triadic colors

1 #82EEBA and #BA82EE with #EEBA82 are triadic colors.

2 #82BAEE and #BAEE82 with #EEBA82 are triadic colors.