COLOR #EEDF89

HEX: #EEDF89 RGB: (238,223,137)

Color info

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

RGB color model

#EEDF89 color RGB value is (238,223,137).

RGB: (238,223,137) (93%, 87%, 54%)

RGB channels and saturation

R 238 of 255 = 93%
G 223 of 255 = 87%
B 137 of 255 = 54%

238
223
137

R + G + B ~ 78%. #EEDF89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 223 + 137 = 598 (100%)
R 238 of 598 ~ 39.8%
G 223 of 598 ~ 37.29%
B 137 of 598 ~ 22.91'%

%39.8
%37.29
%22.91

CMYK color model

#EEDF89 color CMYK value is (0,6,42,7).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 42.44%
  • key color value is 6.67%

CMYK: (0,6,42,7)
C0M6Y42K7 (0%, 6%, 42%, 7%)
(0.00 / 0.06 / 0.42 / 0.07)

CMYK percentages

%0
%6.3
%42.44
%6.67

Codes

Color #EEDF89 in popluar color models

EE DF 89
RGB 238 223 137
HSL 51° 74.81% 73.53%
HSB/HSV 51° 42.44% 93.33%
CMYK 0.00% 6.30% 42.44%
6.67%

Color #EEDF89 in popluar number systems.

HEX EE DF 89
Decimal 238 223 137
Binary 11101110 11011111 10001001
Octal 356 337 211

Shades and tints

Shades of #EEDF89

#EEDF89
(238,223,137)
#D9CB7D
(217,203,125)
#C4B771
(196,183,113)
#AFA365
(175,163,101)
#9A8F59
(154,143,89)
#857B4D
(133,123,77)
#706741
(112,103,65)
#5B5335
(91,83,53)
#463F29
(70,63,41)
#312B1D
(49,43,29)
#1C1711
(28,23,17)
#000000
(0,0,0)

Tints of #EEDF89

#EEDF89
(238,223,137)
#EFE193
(239,225,147)
#F0E39D
(240,227,157)
#F1E5A7
(241,229,167)
#F2E7B1
(242,231,177)
#F3E9BB
(243,233,187)
#F4EBC5
(244,235,197)
#F5EDCF
(245,237,207)
#F6EFD9
(246,239,217)
#F7F1E3
(247,241,227)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDF89 color. Also use rgb(238,223,137) instead hex code.

Text Font Color

.myTextColor { color: #EEDF89; }

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

This text font color is #EEDF89.

Background Color

.myBgColor { background-color: #EEDF89; }

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

This div background color is #EEDF89.

Border color

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

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

This div border color is #EEDF89.

Opacity

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

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

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

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

This text has shadow with #EEDF89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDF89.

Preview

Color preview on black background

This text has color #EEDF89 on black background.


Color preview on white background

This text has color #EEDF89 on white background.


Black color preview on #EEDF89 background

This text has black color on #EEDF89 background.


White color preview on #EEDF89 background

This text has white color on #EEDF89 background.


Related colors

Complementary color

Complementary color for #hex is #112076.


I love getcolorcode.com

Triadic colors

1 #89EEDF and #DF89EE with #EEDF89 are triadic colors.

2 #89DFEE and #DFEE89 with #EEDF89 are triadic colors.