COLOR #EDD994

HEX: #EDD994 RGB: (237,217,148)

Color info

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

RGB color model

#EDD994 color RGB value is (237,217,148).

RGB: (237,217,148) (93%, 85%, 58%)

RGB channels and saturation

R 237 of 255 = 93%
G 217 of 255 = 85%
B 148 of 255 = 58%

237
217
148

R + G + B ~ 79%. #EDD994 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 217 + 148 = 602 (100%)
R 237 of 602 ~ 39.37%
G 217 of 602 ~ 36.05%
B 148 of 602 ~ 24.58'%

%39.37
%36.05
%24.58

CMYK color model

#EDD994 color CMYK value is (0,8,38,7).

  • cyan value is 0.00%
  • magenta value is 8.44%
  • yellow value is 37.55%
  • key color value is 7.06%

CMYK: (0,8,38,7)
C0M8Y38K7 (0%, 8%, 38%, 7%)
(0.00 / 0.08 / 0.38 / 0.07)

CMYK percentages

%0
%8.44
%37.55
%7.06

Codes

Color #EDD994 in popluar color models

ED D9 94
RGB 237 217 148
HSL 47° 71.20% 75.49%
HSB/HSV 47° 37.55% 92.94%
CMYK 0.00% 8.44% 37.55%
7.06%

Color #EDD994 in popluar number systems.

HEX ED D9 94
Decimal 237 217 148
Binary 11101101 11011001 10010100
Octal 355 331 224

Shades and tints

Shades of #EDD994

#EDD994
(237,217,148)
#D8C687
(216,198,135)
#C3B37A
(195,179,122)
#AEA06D
(174,160,109)
#998D60
(153,141,96)
#847A53
(132,122,83)
#6F6746
(111,103,70)
#5A5439
(90,84,57)
#45412C
(69,65,44)
#302E1F
(48,46,31)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #EDD994

#EDD994
(237,217,148)
#EEDC9D
(238,220,157)
#EFDFA6
(239,223,166)
#F0E2AF
(240,226,175)
#F1E5B8
(241,229,184)
#F2E8C1
(242,232,193)
#F3EBCA
(243,235,202)
#F4EED3
(244,238,211)
#F5F1DC
(245,241,220)
#F6F4E5
(246,244,229)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD994 color. Also use rgb(237,217,148) instead hex code.

Text Font Color

.myTextColor { color: #EDD994; }

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

This text font color is #EDD994.

Background Color

.myBgColor { background-color: #EDD994; }

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

This div background color is #EDD994.

Border color

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

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

This div border color is #EDD994.

Opacity

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

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

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

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

This text has shadow with #EDD994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD994.

Preview

Color preview on black background

This text has color #EDD994 on black background.


Color preview on white background

This text has color #EDD994 on white background.


Black color preview on #EDD994 background

This text has black color on #EDD994 background.


White color preview on #EDD994 background

This text has white color on #EDD994 background.


Related colors

Complementary color

Complementary color for #hex is #12266B.


I love getcolorcode.com

Triadic colors

1 #94EDD9 and #D994ED with #EDD994 are triadic colors.

2 #94D9ED and #D9ED94 with #EDD994 are triadic colors.