COLOR #EDE49F

HEX: #EDE49F
RGB: (237,228,159)

Color info

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

RGB color model

#EDE49F color RGB value is (237,228,159).

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

RGB channels and saturation

R 237 of 255 = 93%
G 228 of 255 = 89%
B 159 of 255 = 62%

237
228
159

R + G + B ~ 81%. #EDE49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 228 + 159 = 624 (100%)
R 237 of 624 ~ 37.98%
G 228 of 624 ~ 36.54%
B 159 of 624 ~ 25.48%

%37.98
%36.54
%25.48

CMYK color model

#EDE49F color CMYK value is (0,4,33,7).

  • cyan value is 0.00%
  • magenta value is 3.80%
  • yellow value is 32.91%
  • key color value is 7.06%
CMYK:
(0,4,33,7)
C0M4Y33K7 
(0%,4%,33%,7%)
(0.00/0.04/0.33/0.07)	

CMYK percentages

%0
%3.8
%32.91
%7.06

Codes

Color #EDE49F in popluar color models

EDE49F
RGB237228159
HSL53°68.42%77.65%
HSB/HSV53°32.91%92.94%
CMYK0.00%3.80%32.91%
7.06%

Color #EDE49F in popluar number systems.

HEXEDE49F
Decimal237228159
Binary111011011110010010011111
Octal355344237

Shades and tints

Shades of #EDE49F

#EDE49F
(237,228,159)
#D8D091
(216,208,145)
#C3BC83
(195,188,131)
#AEA875
(174,168,117)
#999467
(153,148,103)
#848059
(132,128,89)
#6F6C4B
(111,108,75)
#5A583D
(90,88,61)
#45442F
(69,68,47)
#303021
(48,48,33)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #EDE49F

#EDE49F
(237,228,159)
#EEE6A7
(238,230,167)
#EFE8AF
(239,232,175)
#F0EAB7
(240,234,183)
#F1ECBF
(241,236,191)
#F2EEC7
(242,238,199)
#F3F0CF
(243,240,207)
#F4F2D7
(244,242,215)
#F5F4DF
(245,244,223)
#F6F6E7
(246,246,231)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE49F; }

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

This text font color is #EDE49F.


Background Color

.myBgColor { background-color: #EDE49F; }

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

This div background color is #EDE49F.


Border color

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

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

This div border color is #EDE49F.


Opacity

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

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

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

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

This text has shadow with #EDE49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE49F on black background.


Color preview on white background

This text has color #EDE49F on white background.



Black color preview on #EDE49F background

This text has black color on #EDE49F background.


White color preview on #EDE49F background

This text has white color on #EDE49F background.