COLOR #EEAD5B

HEX: #EEAD5B RGB: (238,173,91)

Color info

#EEAD5B contains mainly red color. Web safe color of #EEAD5B is #FF9966 (or #F96).

RGB color model

#EEAD5B color RGB value is (238,173,91).

RGB: (238,173,91) (93%, 68%, 36%)

RGB channels and saturation

R 238 of 255 = 93%
G 173 of 255 = 68%
B 91 of 255 = 36%

238
173
91

R + G + B ~ 66%. #EEAD5B is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 173 + 91 = 502 (100%)
R 238 of 502 ~ 47.41%
G 173 of 502 ~ 34.46%
B 91 of 502 ~ 18.13'%

%47.41
%34.46
%18.13

CMYK color model

#EEAD5B color CMYK value is (0,27,62,7).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 61.76%
  • key color value is 6.67%

CMYK: (0,27,62,7)
C0M27Y62K7 (0%, 27%, 62%, 7%)
(0.00 / 0.27 / 0.62 / 0.07)

CMYK percentages

%0
%27.31
%61.76
%6.67

Codes

Color #EEAD5B in popluar color models

EE AD 5B
RGB 238 173 91
HSL 33° 81.22% 64.51%
HSB/HSV 33° 61.76% 93.33%
CMYK 0.00% 27.31% 61.76%
6.67%

Color #EEAD5B in popluar number systems.

HEX EE AD 5B
Decimal 238 173 91
Binary 11101110 10101101 1011011
Octal 356 255 133

Shades and tints

Shades of #EEAD5B

#EEAD5B
(238,173,91)
#D99E53
(217,158,83)
#C48F4B
(196,143,75)
#AF8043
(175,128,67)
#9A713B
(154,113,59)
#856233
(133,98,51)
#70532B
(112,83,43)
#5B4423
(91,68,35)
#46351B
(70,53,27)
#312613
(49,38,19)
#1C170B
(28,23,11)
#000000
(0,0,0)

Tints of #EEAD5B

#EEAD5B
(238,173,91)
#EFB469
(239,180,105)
#F0BB77
(240,187,119)
#F1C285
(241,194,133)
#F2C993
(242,201,147)
#F3D0A1
(243,208,161)
#F4D7AF
(244,215,175)
#F5DEBD
(245,222,189)
#F6E5CB
(246,229,203)
#F7ECD9
(247,236,217)
#F8F3E7
(248,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEAD5B color. Also use rgb(238,173,91) instead hex code.

Text Font Color

.myTextColor { color: #EEAD5B; }

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

This text font color is #EEAD5B.

Background Color

.myBgColor { background-color: #EEAD5B; }

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

This div background color is #EEAD5B.

Border color

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

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

This div border color is #EEAD5B.

Opacity

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

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

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

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

This text has shadow with #EEAD5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEAD5B.

Preview

Color preview on black background

This text has color #EEAD5B on black background.


Color preview on white background

This text has color #EEAD5B on white background.


Black color preview on #EEAD5B background

This text has black color on #EEAD5B background.


White color preview on #EEAD5B background

This text has white color on #EEAD5B background.


Related colors

Complementary color

Complementary color for #hex is #1152A4.


I love getcolorcode.com

Triadic colors

1 #5BEEAD and #AD5BEE with #EEAD5B are triadic colors.

2 #5BADEE and #ADEE5B with #EEAD5B are triadic colors.