COLOR #EDE7A9

HEX: #EDE7A9
RGB: (237,231,169)

Color info

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

RGB color model

#EDE7A9 color RGB value is (237,231,169).

  • red value is 237;
  • green value is 231;
  • blue value is 169.
RGB:
(237,231,169)
(93%,91%,66%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 169 of 255 = 66%

237
231
169

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

Portions of RGB colors in percentages

R + G + B =
237 + 231 + 169 = 637 (100%)
R 237 of 637 ~ 37.21%
G 231 of 637 ~ 36.26%
B 169 of 637 ~ 26.53%

%37.21
%36.26
%26.53

CMYK color model

#EDE7A9 color CMYK value is (0,3,29,7).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 28.69%
  • key color value is 7.06%
CMYK:
(0,3,29,7)
C0M3Y29K7 
(0%,3%,29%,7%)
(0.00/0.03/0.29/0.07)	

CMYK percentages

%0
%2.53
%28.69
%7.06

Codes

Color #EDE7A9 in popluar color models

EDE7A9
RGB237231169
HSL55°65.38%79.61%
HSB/HSV55°28.69%92.94%
CMYK0.00%2.53%28.69%
7.06%

Color #EDE7A9 in popluar number systems.

HEXEDE7A9
Decimal237231169
Binary111011011110011110101001
Octal355347251

Shades and tints

Shades of #EDE7A9

#EDE7A9
(237,231,169)
#D8D29A
(216,210,154)
#C3BD8B
(195,189,139)
#AEA87C
(174,168,124)
#99936D
(153,147,109)
#847E5E
(132,126,94)
#6F694F
(111,105,79)
#5A5440
(90,84,64)
#453F31
(69,63,49)
#302A22
(48,42,34)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #EDE7A9

#EDE7A9
(237,231,169)
#EEE9B0
(238,233,176)
#EFEBB7
(239,235,183)
#F0EDBE
(240,237,190)
#F1EFC5
(241,239,197)
#F2F1CC
(242,241,204)
#F3F3D3
(243,243,211)
#F4F5DA
(244,245,218)
#F5F7E1
(245,247,225)
#F6F9E8
(246,249,232)
#F7FBEF
(247,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE7A9 color. Also use rgb(237,231,169) instead hex code.

Text Font Color

.myTextColor { color: #EDE7A9; }

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

This text font color is #EDE7A9.


Background Color

.myBgColor { background-color: #EDE7A9; }

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

This div background color is #EDE7A9.


Border color

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

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

This div border color is #EDE7A9.


Opacity

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

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

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

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

This text has shadow with #EDE7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7A9 on black background.


Color preview on white background

This text has color #EDE7A9 on white background.



Black color preview on #EDE7A9 background

This text has black color on #EDE7A9 background.


White color preview on #EDE7A9 background

This text has white color on #EDE7A9 background.