COLOR #EEB582

HEX: #EEB582 RGB: (238,181,130)

Color info

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

RGB color model

#EEB582 color RGB value is (238,181,130).

RGB: (238,181,130) (93%, 71%, 51%)

RGB channels and saturation

R 238 of 255 = 93%
G 181 of 255 = 71%
B 130 of 255 = 51%

238
181
130

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

Portions of RGB colors in percentages

R + G + B = 238 + 181 + 130 = 549 (100%)
R 238 of 549 ~ 43.35%
G 181 of 549 ~ 32.97%
B 130 of 549 ~ 23.68'%

%43.35
%32.97
%23.68

CMYK color model

#EEB582 color CMYK value is (0,24,45,7).

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

CMYK: (0,24,45,7)
C0M24Y45K7 (0%, 24%, 45%, 7%)
(0.00 / 0.24 / 0.45 / 0.07)

CMYK percentages

%0
%23.95
%45.38
%6.67

Codes

Color #EEB582 in popluar color models

EE B5 82
RGB 238 181 130
HSL 28° 76.06% 72.16%
HSB/HSV 28° 45.38% 93.33%
CMYK 0.00% 23.95% 45.38%
6.67%

Color #EEB582 in popluar number systems.

HEX EE B5 82
Decimal 238 181 130
Binary 11101110 10110101 10000010
Octal 356 265 202

Shades and tints

Shades of #EEB582

#EEB582
(238,181,130)
#D9A577
(217,165,119)
#C4956C
(196,149,108)
#AF8561
(175,133,97)
#9A7556
(154,117,86)
#85654B
(133,101,75)
#705540
(112,85,64)
#5B4535
(91,69,53)
#46352A
(70,53,42)
#31251F
(49,37,31)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #EEB582

#EEB582
(238,181,130)
#EFBB8D
(239,187,141)
#F0C198
(240,193,152)
#F1C7A3
(241,199,163)
#F2CDAE
(242,205,174)
#F3D3B9
(243,211,185)
#F4D9C4
(244,217,196)
#F5DFCF
(245,223,207)
#F6E5DA
(246,229,218)
#F7EBE5
(247,235,229)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEB582; }

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

This text font color is #EEB582.

Background Color

.myBgColor { background-color: #EEB582; }

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

This div background color is #EEB582.

Border color

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

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

This div border color is #EEB582.

Opacity

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

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

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

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

This text has shadow with #EEB582 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEB582.

Preview

Color preview on black background

This text has color #EEB582 on black background.


Color preview on white background

This text has color #EEB582 on white background.


Black color preview on #EEB582 background

This text has black color on #EEB582 background.


White color preview on #EEB582 background

This text has white color on #EEB582 background.


Related colors

Complementary color

Complementary color for #EEB582 is #114A7D.


I love getcolorcode.com

Triadic colors

1 #82EEB5 and #B582EE with #EEB582 are triadic colors.

2 #82B5EE and #B5EE82 with #EEB582 are triadic colors.