COLOR #EDE19D

HEX: #EDE19D RGB: (237,225,157)

Color info

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

RGB color model

#EDE19D color RGB value is (237,225,157).

RGB: (237,225,157) (93%, 88%, 62%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 157 of 255 = 62%

237
225
157

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

Portions of RGB colors in percentages

R + G + B = 237 + 225 + 157 = 619 (100%)
R 237 of 619 ~ 38.29%
G 225 of 619 ~ 36.35%
B 157 of 619 ~ 25.36'%

%38.29
%36.35
%25.36

CMYK color model

#EDE19D color CMYK value is (0,5,34,7).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 33.76%
  • key color value is 7.06%

CMYK: (0,5,34,7)
C0M5Y34K7 (0%, 5%, 34%, 7%)
(0.00 / 0.05 / 0.34 / 0.07)

CMYK percentages

%0
%5.06
%33.76
%7.06

Codes

Color #EDE19D in popluar color models

ED E1 9D
RGB 237 225 157
HSL 51° 68.97% 77.25%
HSB/HSV 51° 33.76% 92.94%
CMYK 0.00% 5.06% 33.76%
7.06%

Color #EDE19D in popluar number systems.

HEX ED E1 9D
Decimal 237 225 157
Binary 11101101 11100001 10011101
Octal 355 341 235

Shades and tints

Shades of #EDE19D

#EDE19D
(237,225,157)
#D8CD8F
(216,205,143)
#C3B981
(195,185,129)
#AEA573
(174,165,115)
#999165
(153,145,101)
#847D57
(132,125,87)
#6F6949
(111,105,73)
#5A553B
(90,85,59)
#45412D
(69,65,45)
#302D1F
(48,45,31)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #EDE19D

#EDE19D
(237,225,157)
#EEE3A5
(238,227,165)
#EFE5AD
(239,229,173)
#F0E7B5
(240,231,181)
#F1E9BD
(241,233,189)
#F2EBC5
(242,235,197)
#F3EDCD
(243,237,205)
#F4EFD5
(244,239,213)
#F5F1DD
(245,241,221)
#F6F3E5
(246,243,229)
#F7F5ED
(247,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE19D color. Also use rgb(237,225,157) instead hex code.

Text Font Color

.myTextColor { color: #EDE19D; }

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

This text font color is #EDE19D.

Background Color

.myBgColor { background-color: #EDE19D; }

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

This div background color is #EDE19D.

Border color

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

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

This div border color is #EDE19D.

Opacity

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

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

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

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

This text has shadow with #EDE19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDE19D.

Preview

Color preview on black background

This text has color #EDE19D on black background.


Color preview on white background

This text has color #EDE19D on white background.


Black color preview on #EDE19D background

This text has black color on #EDE19D background.


White color preview on #EDE19D background

This text has white color on #EDE19D background.


Related colors

Complementary color

Complementary color for #hex is #121E62.


I love getcolorcode.com

Triadic colors

1 #9DEDE1 and #E19DED with #EDE19D are triadic colors.

2 #9DE1ED and #E1ED9D with #EDE19D are triadic colors.