COLOR #EDE5A4

HEX: #EDE5A4
RGB: (237,229,164)

Color info

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

RGB color model

#EDE5A4 color RGB value is (237,229,164).

  • red value is 237;
  • green value is 229;
  • blue value is 164.
RGB:
(237,229,164)
(93%,90%,64%)

RGB channels and saturation

R 237 of 255 = 93%
G 229 of 255 = 90%
B 164 of 255 = 64%

237
229
164

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

Portions of RGB colors in percentages

R + G + B =
237 + 229 + 164 = 630 (100%)
R 237 of 630 ~ 37.62%
G 229 of 630 ~ 36.35%
B 164 of 630 ~ 26.03%

%37.62
%36.35
%26.03

CMYK color model

#EDE5A4 color CMYK value is (0,3,31,7).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 30.80%
  • key color value is 7.06%
CMYK:
(0,3,31,7)
C0M3Y31K7 
(0%,3%,31%,7%)
(0.00/0.03/0.31/0.07)	

CMYK percentages

%0
%3.38
%30.8
%7.06

Codes

Color #EDE5A4 in popluar color models

EDE5A4
RGB237229164
HSL53°66.97%78.63%
HSB/HSV53°30.80%92.94%
CMYK0.00%3.38%30.80%
7.06%

Color #EDE5A4 in popluar number systems.

HEXEDE5A4
Decimal237229164
Binary111011011110010110100100
Octal355345244

Shades and tints

Shades of #EDE5A4

#EDE5A4
(237,229,164)
#D8D196
(216,209,150)
#C3BD88
(195,189,136)
#AEA97A
(174,169,122)
#99956C
(153,149,108)
#84815E
(132,129,94)
#6F6D50
(111,109,80)
#5A5942
(90,89,66)
#454534
(69,69,52)
#303126
(48,49,38)
#1B1D18
(27,29,24)
#000000
(0,0,0)

Tints of #EDE5A4

#EDE5A4
(237,229,164)
#EEE7AC
(238,231,172)
#EFE9B4
(239,233,180)
#F0EBBC
(240,235,188)
#F1EDC4
(241,237,196)
#F2EFCC
(242,239,204)
#F3F1D4
(243,241,212)
#F4F3DC
(244,243,220)
#F5F5E4
(245,245,228)
#F6F7EC
(246,247,236)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE5A4 color. Also use rgb(237,229,164) instead hex code.

Text Font Color

.myTextColor { color: #EDE5A4; }

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

This text font color is #EDE5A4.


Background Color

.myBgColor { background-color: #EDE5A4; }

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

This div background color is #EDE5A4.


Border color

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

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

This div border color is #EDE5A4.


Opacity

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

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

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

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

This text has shadow with #EDE5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE5A4 on black background.


Color preview on white background

This text has color #EDE5A4 on white background.



Black color preview on #EDE5A4 background

This text has black color on #EDE5A4 background.


White color preview on #EDE5A4 background

This text has white color on #EDE5A4 background.