COLOR #EDE2A5

HEX: #EDE2A5
RGB: (237,226,165)

Color info

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

RGB color model

#EDE2A5 color RGB value is (237,226,165).

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

RGB channels and saturation

R 237 of 255 = 93%
G 226 of 255 = 89%
B 165 of 255 = 65%

237
226
165

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

Portions of RGB colors in percentages

R + G + B =
237 + 226 + 165 = 628 (100%)
R 237 of 628 ~ 37.74%
G 226 of 628 ~ 35.99%
B 165 of 628 ~ 26.27%

%37.74
%35.99
%26.27

CMYK color model

#EDE2A5 color CMYK value is (0,5,30,7).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 30.38%
  • key color value is 7.06%
CMYK:
(0,5,30,7)
C0M5Y30K7 
(0%,5%,30%,7%)
(0.00/0.05/0.30/0.07)	

CMYK percentages

%0
%4.64
%30.38
%7.06

Codes

Color #EDE2A5 in popluar color models

EDE2A5
RGB237226165
HSL51°66.67%78.82%
HSB/HSV51°30.38%92.94%
CMYK0.00%4.64%30.38%
7.06%

Color #EDE2A5 in popluar number systems.

HEXEDE2A5
Decimal237226165
Binary111011011110001010100101
Octal355342245

Shades and tints

Shades of #EDE2A5

#EDE2A5
(237,226,165)
#D8CE96
(216,206,150)
#C3BA87
(195,186,135)
#AEA678
(174,166,120)
#999269
(153,146,105)
#847E5A
(132,126,90)
#6F6A4B
(111,106,75)
#5A563C
(90,86,60)
#45422D
(69,66,45)
#302E1E
(48,46,30)
#1B1A0F
(27,26,15)
#000000
(0,0,0)

Tints of #EDE2A5

#EDE2A5
(237,226,165)
#EEE4AD
(238,228,173)
#EFE6B5
(239,230,181)
#F0E8BD
(240,232,189)
#F1EAC5
(241,234,197)
#F2ECCD
(242,236,205)
#F3EED5
(243,238,213)
#F4F0DD
(244,240,221)
#F5F2E5
(245,242,229)
#F6F4ED
(246,244,237)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE2A5; }

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

This text font color is #EDE2A5.


Background Color

.myBgColor { background-color: #EDE2A5; }

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

This div background color is #EDE2A5.


Border color

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

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

This div border color is #EDE2A5.


Opacity

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

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

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

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

This text has shadow with #EDE2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE2A5 on black background.


Color preview on white background

This text has color #EDE2A5 on white background.



Black color preview on #EDE2A5 background

This text has black color on #EDE2A5 background.


White color preview on #EDE2A5 background

This text has white color on #EDE2A5 background.