COLOR #EEDB94

HEX: #EEDB94 RGB: (238,219,148)

Color info

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

RGB color model

#EEDB94 color RGB value is (238,219,148).

RGB: (238,219,148) (93%, 86%, 58%)

RGB channels and saturation

R 238 of 255 = 93%
G 219 of 255 = 86%
B 148 of 255 = 58%

238
219
148

R + G + B ~ 79%. #EEDB94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 238 + 219 + 148 = 605 (100%)
R 238 of 605 ~ 39.34%
G 219 of 605 ~ 36.2%
B 148 of 605 ~ 24.46'%

%39.34
%36.2
%24.46

CMYK color model

#EEDB94 color CMYK value is (0,8,38,7).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 37.82%
  • key color value is 6.67%

CMYK: (0,8,38,7)
C0M8Y38K7 (0%, 8%, 38%, 7%)
(0.00 / 0.08 / 0.38 / 0.07)

CMYK percentages

%0
%7.98
%37.82
%6.67

Codes

Color #EEDB94 in popluar color models

EE DB 94
RGB 238 219 148
HSL 47° 72.58% 75.69%
HSB/HSV 47° 37.82% 93.33%
CMYK 0.00% 7.98% 37.82%
6.67%

Color #EEDB94 in popluar number systems.

HEX EE DB 94
Decimal 238 219 148
Binary 11101110 11011011 10010100
Octal 356 333 224

Shades and tints

Shades of #EEDB94

#EEDB94
(238,219,148)
#D9C887
(217,200,135)
#C4B57A
(196,181,122)
#AFA26D
(175,162,109)
#9A8F60
(154,143,96)
#857C53
(133,124,83)
#706946
(112,105,70)
#5B5639
(91,86,57)
#46432C
(70,67,44)
#31301F
(49,48,31)
#1C1D12
(28,29,18)
#000000
(0,0,0)

Tints of #EEDB94

#EEDB94
(238,219,148)
#EFDE9D
(239,222,157)
#F0E1A6
(240,225,166)
#F1E4AF
(241,228,175)
#F2E7B8
(242,231,184)
#F3EAC1
(243,234,193)
#F4EDCA
(244,237,202)
#F5F0D3
(245,240,211)
#F6F3DC
(246,243,220)
#F7F6E5
(247,246,229)
#F8F9EE
(248,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEDB94 color. Also use rgb(238,219,148) instead hex code.

Text Font Color

.myTextColor { color: #EEDB94; }

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

This text font color is #EEDB94.

Background Color

.myBgColor { background-color: #EEDB94; }

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

This div background color is #EEDB94.

Border color

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

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

This div border color is #EEDB94.

Opacity

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

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

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

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

This text has shadow with #EEDB94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEDB94.

Preview

Color preview on black background

This text has color #EEDB94 on black background.


Color preview on white background

This text has color #EEDB94 on white background.


Black color preview on #EEDB94 background

This text has black color on #EEDB94 background.


White color preview on #EEDB94 background

This text has white color on #EEDB94 background.


Related colors

Complementary color

Complementary color for #hex is #11246B.


I love getcolorcode.com

Triadic colors

1 #94EEDB and #DB94EE with #EEDB94 are triadic colors.

2 #94DBEE and #DBEE94 with #EEDB94 are triadic colors.