COLOR #EED69F

HEX: #EED69F
RGB: (238,214,159)

Color info

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

RGB color model

#EED69F color RGB value is (238,214,159).

  • red value is 238;
  • green value is 214;
  • blue value is 159.
RGB:
(238,214,159)
(93%,84%,62%)

RGB channels and saturation

R 238 of 255 = 93%
G 214 of 255 = 84%
B 159 of 255 = 62%

238
214
159

R + G + B ~ 80%. #EED69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
238 + 214 + 159 = 611 (100%)
R 238 of 611 ~ 38.95%
G 214 of 611 ~ 35.02%
B 159 of 611 ~ 26.02%

%38.95
%35.02
%26.02

CMYK color model

#EED69F color CMYK value is (0,10,33,7).

  • cyan value is 0.00%
  • magenta value is 10.08%
  • yellow value is 33.19%
  • key color value is 6.67%
CMYK:
(0,10,33,7)
C0M10Y33K7 
(0%,10%,33%,7%)
(0.00/0.10/0.33/0.07)	

CMYK percentages

%0
%10.08
%33.19
%6.67

Codes

Color #EED69F in popluar color models

EED69F
RGB238214159
HSL42°69.91%77.84%
HSB/HSV42°33.19%93.33%
CMYK0.00%10.08%33.19%
6.67%

Color #EED69F in popluar number systems.

HEXEED69F
Decimal238214159
Binary111011101101011010011111
Octal356326237

Shades and tints

Shades of #EED69F

#EED69F
(238,214,159)
#D9C391
(217,195,145)
#C4B083
(196,176,131)
#AF9D75
(175,157,117)
#9A8A67
(154,138,103)
#857759
(133,119,89)
#70644B
(112,100,75)
#5B513D
(91,81,61)
#463E2F
(70,62,47)
#312B21
(49,43,33)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #EED69F

#EED69F
(238,214,159)
#EFD9A7
(239,217,167)
#F0DCAF
(240,220,175)
#F1DFB7
(241,223,183)
#F2E2BF
(242,226,191)
#F3E5C7
(243,229,199)
#F4E8CF
(244,232,207)
#F5EBD7
(245,235,215)
#F6EEDF
(246,238,223)
#F7F1E7
(247,241,231)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED69F color. Also use rgb(238,214,159) instead hex code.

Text Font Color

.myTextColor { color: #EED69F; }

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

This text font color is #EED69F.


Background Color

.myBgColor { background-color: #EED69F; }

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

This div background color is #EED69F.


Border color

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

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

This div border color is #EED69F.


Opacity

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

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

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

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

This text has shadow with #EED69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED69F on black background.


Color preview on white background

This text has color #EED69F on white background.



Black color preview on #EED69F background

This text has black color on #EED69F background.


White color preview on #EED69F background

This text has white color on #EED69F background.