COLOR #EDE7A0

HEX: #EDE7A0
RGB: (237,231,160)

Color info

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

RGB color model

#EDE7A0 color RGB value is (237,231,160).

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

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 160 of 255 = 63%

237
231
160

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

Portions of RGB colors in percentages

R + G + B =
237 + 231 + 160 = 628 (100%)
R 237 of 628 ~ 37.74%
G 231 of 628 ~ 36.78%
B 160 of 628 ~ 25.48%

%37.74
%36.78
%25.48

CMYK color model

#EDE7A0 color CMYK value is (0,3,32,7).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 32.49%
  • key color value is 7.06%
CMYK:
(0,3,32,7)
C0M3Y32K7 
(0%,3%,32%,7%)
(0.00/0.03/0.32/0.07)	

CMYK percentages

%0
%2.53
%32.49
%7.06

Codes

Color #EDE7A0 in popluar color models

EDE7A0
RGB237231160
HSL55°68.14%77.84%
HSB/HSV55°32.49%92.94%
CMYK0.00%2.53%32.49%
7.06%

Color #EDE7A0 in popluar number systems.

HEXEDE7A0
Decimal237231160
Binary111011011110011110100000
Octal355347240

Shades and tints

Shades of #EDE7A0

#EDE7A0
(237,231,160)
#D8D292
(216,210,146)
#C3BD84
(195,189,132)
#AEA876
(174,168,118)
#999368
(153,147,104)
#847E5A
(132,126,90)
#6F694C
(111,105,76)
#5A543E
(90,84,62)
#453F30
(69,63,48)
#302A22
(48,42,34)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #EDE7A0

#EDE7A0
(237,231,160)
#EEE9A8
(238,233,168)
#EFEBB0
(239,235,176)
#F0EDB8
(240,237,184)
#F1EFC0
(241,239,192)
#F2F1C8
(242,241,200)
#F3F3D0
(243,243,208)
#F4F5D8
(244,245,216)
#F5F7E0
(245,247,224)
#F6F9E8
(246,249,232)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE7A0; }

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

This text font color is #EDE7A0.


Background Color

.myBgColor { background-color: #EDE7A0; }

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

This div background color is #EDE7A0.


Border color

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

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

This div border color is #EDE7A0.


Opacity

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

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

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

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

This text has shadow with #EDE7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE7A0 on black background.


Color preview on white background

This text has color #EDE7A0 on white background.



Black color preview on #EDE7A0 background

This text has black color on #EDE7A0 background.


White color preview on #EDE7A0 background

This text has white color on #EDE7A0 background.