COLOR #EDE4A4

HEX: #EDE4A4
RGB: (237,228,164)

Color info

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

RGB color model

#EDE4A4 color RGB value is (237,228,164).

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

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 164 of 255 = 64%

237
228
164

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

Portions of RGB colors in percentages

R + G + B =
237 + 228 + 164 = 629 (100%)
R 237 of 629 ~ 37.68%
G 228 of 629 ~ 36.25%
B 164 of 629 ~ 26.07%

%37.68
%36.25
%26.07

CMYK color model

#EDE4A4 color CMYK value is (0,4,31,7).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 30.80%
  • key color value is 7.06%
CMYK:
(0,4,31,7)
C0M4Y31K7 
(0%,4%,31%,7%)
(0.00/0.04/0.31/0.07)	

CMYK percentages

%0
%3.8
%30.8
%7.06

Codes

Color #EDE4A4 in popluar color models

EDE4A4
RGB237228164
HSL53°66.97%78.63%
HSB/HSV53°30.80%92.94%
CMYK0.00%3.80%30.80%
7.06%

Color #EDE4A4 in popluar number systems.

HEXEDE4A4
Decimal237228164
Binary111011011110010010100100
Octal355344244

Shades and tints

Shades of #EDE4A4

#EDE4A4
(237,228,164)
#D8D096
(216,208,150)
#C3BC88
(195,188,136)
#AEA87A
(174,168,122)
#99946C
(153,148,108)
#84805E
(132,128,94)
#6F6C50
(111,108,80)
#5A5842
(90,88,66)
#454434
(69,68,52)
#303026
(48,48,38)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #EDE4A4

#EDE4A4
(237,228,164)
#EEE6AC
(238,230,172)
#EFE8B4
(239,232,180)
#F0EABC
(240,234,188)
#F1ECC4
(241,236,196)
#F2EECC
(242,238,204)
#F3F0D4
(243,240,212)
#F4F2DC
(244,242,220)
#F5F4E4
(245,244,228)
#F6F6EC
(246,246,236)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE4A4; }

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

This text font color is #EDE4A4.


Background Color

.myBgColor { background-color: #EDE4A4; }

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

This div background color is #EDE4A4.


Border color

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

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

This div border color is #EDE4A4.


Opacity

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

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

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

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

This text has shadow with #EDE4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE4A4 on black background.


Color preview on white background

This text has color #EDE4A4 on white background.



Black color preview on #EDE4A4 background

This text has black color on #EDE4A4 background.


White color preview on #EDE4A4 background

This text has white color on #EDE4A4 background.