COLOR #EDEA9E

HEX: #EDEA9E
RGB: (237,234,158)

Color info

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

RGB color model

#EDEA9E color RGB value is (237,234,158).

  • red value is 237;
  • green value is 234;
  • blue value is 158.
RGB:
(237,234,158)
(93%,92%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 158 of 255 = 62%

237
234
158

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 158 = 629 (100%)
R 237 of 629 ~ 37.68%
G 234 of 629 ~ 37.2%
B 158 of 629 ~ 25.12%

%37.68
%37.2
%25.12

CMYK color model

#EDEA9E color CMYK value is (0,1,33,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 33.33%
  • key color value is 7.06%
CMYK:
(0,1,33,7)
C0M1Y33K7 
(0%,1%,33%,7%)
(0.00/0.01/0.33/0.07)	

CMYK percentages

%0
%1.27
%33.33
%7.06

Codes

Color #EDEA9E in popluar color models

EDEA9E
RGB237234158
HSL58°68.70%77.45%
HSB/HSV58°33.33%92.94%
CMYK0.00%1.27%33.33%
7.06%

Color #EDEA9E in popluar number systems.

HEXEDEA9E
Decimal237234158
Binary111011011110101010011110
Octal355352236

Shades and tints

Shades of #EDEA9E

#EDEA9E
(237,234,158)
#D8D590
(216,213,144)
#C3C082
(195,192,130)
#AEAB74
(174,171,116)
#999666
(153,150,102)
#848158
(132,129,88)
#6F6C4A
(111,108,74)
#5A573C
(90,87,60)
#45422E
(69,66,46)
#302D20
(48,45,32)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #EDEA9E

#EDEA9E
(237,234,158)
#EEEBA6
(238,235,166)
#EFECAE
(239,236,174)
#F0EDB6
(240,237,182)
#F1EEBE
(241,238,190)
#F2EFC6
(242,239,198)
#F3F0CE
(243,240,206)
#F4F1D6
(244,241,214)
#F5F2DE
(245,242,222)
#F6F3E6
(246,243,230)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEA9E color. Also use rgb(237,234,158) instead hex code.

Text Font Color

.myTextColor { color: #EDEA9E; }

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

This text font color is #EDEA9E.


Background Color

.myBgColor { background-color: #EDEA9E; }

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

This div background color is #EDEA9E.


Border color

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

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

This div border color is #EDEA9E.


Opacity

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

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

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

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

This text has shadow with #EDEA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEA9E on black background.


Color preview on white background

This text has color #EDEA9E on white background.



Black color preview on #EDEA9E background

This text has black color on #EDEA9E background.


White color preview on #EDEA9E background

This text has white color on #EDEA9E background.