COLOR #EEDE94

HEX: #EEDE94
RGB: (238,222,148)

Color info

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

RGB color model

#EEDE94 color RGB value is (238,222,148).

  • red value is 238;
  • green value is 222;
  • blue value is 148.
RGB:
(238,222,148)
(93%,87%,58%)

RGB channels and saturation

R 238 of 255 = 93%
G 222 of 255 = 87%
B 148 of 255 = 58%

238
222
148

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

Portions of RGB colors in percentages

R + G + B =
238 + 222 + 148 = 608 (100%)
R 238 of 608 ~ 39.14%
G 222 of 608 ~ 36.51%
B 148 of 608 ~ 24.34%

%39.14
%36.51
%24.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.72%
  • yellow value is 37.82%
  • key color value is 6.67%
CMYK:
(0,7,38,7)
C0M7Y38K7 
(0%,7%,38%,7%)
(0.00/0.07/0.38/0.07)	

CMYK percentages

%0
%6.72
%37.82
%6.67

Codes

Color #EEDE94 in popluar color models

EEDE94
RGB238222148
HSL49°72.58%75.69%
HSB/HSV49°37.82%93.33%
CMYK0.00%6.72%37.82%
6.67%

Color #EEDE94 in popluar number systems.

HEXEEDE94
Decimal238222148
Binary111011101101111010010100
Octal356336224

Shades and tints

Shades of #EEDE94

#EEDE94
(238,222,148)
#D9CA87
(217,202,135)
#C4B67A
(196,182,122)
#AFA26D
(175,162,109)
#9A8E60
(154,142,96)
#857A53
(133,122,83)
#706646
(112,102,70)
#5B5239
(91,82,57)
#463E2C
(70,62,44)
#312A1F
(49,42,31)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #EEDE94

#EEDE94
(238,222,148)
#EFE19D
(239,225,157)
#F0E4A6
(240,228,166)
#F1E7AF
(241,231,175)
#F2EAB8
(242,234,184)
#F3EDC1
(243,237,193)
#F4F0CA
(244,240,202)
#F5F3D3
(245,243,211)
#F6F6DC
(246,246,220)
#F7F9E5
(247,249,229)
#F8FCEE
(248,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EEDE94; }

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

This text font color is #EEDE94.


Background Color

.myBgColor { background-color: #EEDE94; }

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

This div background color is #EEDE94.


Border color

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

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

This div border color is #EEDE94.


Opacity

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

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

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

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

This text has shadow with #EEDE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EEDE94 on black background.


Color preview on white background

This text has color #EEDE94 on white background.



Black color preview on #EEDE94 background

This text has black color on #EEDE94 background.


White color preview on #EEDE94 background

This text has white color on #EEDE94 background.