COLOR #EDE89D

HEX: #EDE89D
RGB: (237,232,157)

Color info

#EDE89D contains mainly red and green colors. Web safe color of #EDE89D is #FFFF99 (or #FF9).

RGB color model

#EDE89D color RGB value is (237,232,157).

  • red value is 237;
  • green value is 232;
  • blue value is 157.
RGB:
(237,232,157)
(93%,91%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 232 of 255 = 91%
B 157 of 255 = 62%

237
232
157

R + G + B ~ 82%. #EDE89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 232 + 157 = 626 (100%)
R 237 of 626 ~ 37.86%
G 232 of 626 ~ 37.06%
B 157 of 626 ~ 25.08%

%37.86
%37.06
%25.08

CMYK color model

#EDE89D color CMYK value is (0,2,34,7).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 33.76%
  • key color value is 7.06%
CMYK:
(0,2,34,7)
C0M2Y34K7 
(0%,2%,34%,7%)
(0.00/0.02/0.34/0.07)	

CMYK percentages

%0
%2.11
%33.76
%7.06

Codes

Color #EDE89D in popluar color models

EDE89D
RGB237232157
HSL56°68.97%77.25%
HSB/HSV56°33.76%92.94%
CMYK0.00%2.11%33.76%
7.06%

Color #EDE89D in popluar number systems.

HEXEDE89D
Decimal237232157
Binary111011011110100010011101
Octal355350235

Shades and tints

Shades of #EDE89D

#EDE89D
(237,232,157)
#D8D38F
(216,211,143)
#C3BE81
(195,190,129)
#AEA973
(174,169,115)
#999465
(153,148,101)
#847F57
(132,127,87)
#6F6A49
(111,106,73)
#5A553B
(90,85,59)
#45402D
(69,64,45)
#302B1F
(48,43,31)
#1B1611
(27,22,17)
#000000
(0,0,0)

Tints of #EDE89D

#EDE89D
(237,232,157)
#EEEAA5
(238,234,165)
#EFECAD
(239,236,173)
#F0EEB5
(240,238,181)
#F1F0BD
(241,240,189)
#F2F2C5
(242,242,197)
#F3F4CD
(243,244,205)
#F4F6D5
(244,246,213)
#F5F8DD
(245,248,221)
#F6FAE5
(246,250,229)
#F7FCED
(247,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE89D color. Also use rgb(237,232,157) instead hex code.

Text Font Color

.myTextColor { color: #EDE89D; }

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

This text font color is #EDE89D.


Background Color

.myBgColor { background-color: #EDE89D; }

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

This div background color is #EDE89D.


Border color

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

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

This div border color is #EDE89D.


Opacity

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

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

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

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

This text has shadow with #EDE89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE89D on black background.


Color preview on white background

This text has color #EDE89D on white background.



Black color preview on #EDE89D background

This text has black color on #EDE89D background.


White color preview on #EDE89D background

This text has white color on #EDE89D background.