COLOR #EDE9A5

HEX: #EDE9A5
RGB: (237,233,165)

Color info

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

RGB color model

#EDE9A5 color RGB value is (237,233,165).

  • red value is 237;
  • green value is 233;
  • blue value is 165.
RGB:
(237,233,165)
(93%,91%,65%)

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 165 of 255 = 65%

237
233
165

R + G + B ~ 83%. #EDE9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 233 + 165 = 635 (100%)
R 237 of 635 ~ 37.32%
G 233 of 635 ~ 36.69%
B 165 of 635 ~ 25.98%

%37.32
%36.69
%25.98

CMYK color model

#EDE9A5 color CMYK value is (0,2,30,7).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 30.38%
  • key color value is 7.06%
CMYK:
(0,2,30,7)
C0M2Y30K7 
(0%,2%,30%,7%)
(0.00/0.02/0.30/0.07)	

CMYK percentages

%0
%1.69
%30.38
%7.06

Codes

Color #EDE9A5 in popluar color models

EDE9A5
RGB237233165
HSL57°66.67%78.82%
HSB/HSV57°30.38%92.94%
CMYK0.00%1.69%30.38%
7.06%

Color #EDE9A5 in popluar number systems.

HEXEDE9A5
Decimal237233165
Binary111011011110100110100101
Octal355351245

Shades and tints

Shades of #EDE9A5

#EDE9A5
(237,233,165)
#D8D496
(216,212,150)
#C3BF87
(195,191,135)
#AEAA78
(174,170,120)
#999569
(153,149,105)
#84805A
(132,128,90)
#6F6B4B
(111,107,75)
#5A563C
(90,86,60)
#45412D
(69,65,45)
#302C1E
(48,44,30)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #EDE9A5

#EDE9A5
(237,233,165)
#EEEBAD
(238,235,173)
#EFEDB5
(239,237,181)
#F0EFBD
(240,239,189)
#F1F1C5
(241,241,197)
#F2F3CD
(242,243,205)
#F3F5D5
(243,245,213)
#F4F7DD
(244,247,221)
#F5F9E5
(245,249,229)
#F6FBED
(246,251,237)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE9A5 color. Also use rgb(237,233,165) instead hex code.

Text Font Color

.myTextColor { color: #EDE9A5; }

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

This text font color is #EDE9A5.


Background Color

.myBgColor { background-color: #EDE9A5; }

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

This div background color is #EDE9A5.


Border color

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

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

This div border color is #EDE9A5.


Opacity

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

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

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

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

This text has shadow with #EDE9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE9A5 on black background.


Color preview on white background

This text has color #EDE9A5 on white background.



Black color preview on #EDE9A5 background

This text has black color on #EDE9A5 background.


White color preview on #EDE9A5 background

This text has white color on #EDE9A5 background.