COLOR #EDDC8C

HEX: #EDDC8C
RGB: (237,220,140)

Color info

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

RGB color model

#EDDC8C color RGB value is (237,220,140).

  • red value is 237;
  • green value is 220;
  • blue value is 140.
RGB:
(237,220,140)
(93%,86%,55%)

RGB channels and saturation

R 237 of 255 = 93%
G 220 of 255 = 86%
B 140 of 255 = 55%

237
220
140

R + G + B ~ 78%. #EDDC8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 220 + 140 = 597 (100%)
R 237 of 597 ~ 39.7%
G 220 of 597 ~ 36.85%
B 140 of 597 ~ 23.45%

%39.7
%36.85
%23.45

CMYK color model

#EDDC8C color CMYK value is (0,7,41,7).

  • cyan value is 0.00%
  • magenta value is 7.17%
  • yellow value is 40.93%
  • key color value is 7.06%
CMYK:
(0,7,41,7)
C0M7Y41K7 
(0%,7%,41%,7%)
(0.00/0.07/0.41/0.07)	

CMYK percentages

%0
%7.17
%40.93
%7.06

Codes

Color #EDDC8C in popluar color models

EDDC8C
RGB237220140
HSL49°72.93%73.92%
HSB/HSV49°40.93%92.94%
CMYK0.00%7.17%40.93%
7.06%

Color #EDDC8C in popluar number systems.

HEXEDDC8C
Decimal237220140
Binary111011011101110010001100
Octal355334214

Shades and tints

Shades of #EDDC8C

#EDDC8C
(237,220,140)
#D8C880
(216,200,128)
#C3B474
(195,180,116)
#AEA068
(174,160,104)
#998C5C
(153,140,92)
#847850
(132,120,80)
#6F6444
(111,100,68)
#5A5038
(90,80,56)
#453C2C
(69,60,44)
#302820
(48,40,32)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #EDDC8C

#EDDC8C
(237,220,140)
#EEDF96
(238,223,150)
#EFE2A0
(239,226,160)
#F0E5AA
(240,229,170)
#F1E8B4
(241,232,180)
#F2EBBE
(242,235,190)
#F3EEC8
(243,238,200)
#F4F1D2
(244,241,210)
#F5F4DC
(245,244,220)
#F6F7E6
(246,247,230)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDC8C color. Also use rgb(237,220,140) instead hex code.

Text Font Color

.myTextColor { color: #EDDC8C; }

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

This text font color is #EDDC8C.


Background Color

.myBgColor { background-color: #EDDC8C; }

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

This div background color is #EDDC8C.


Border color

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

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

This div border color is #EDDC8C.


Opacity

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

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

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

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

This text has shadow with #EDDC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDC8C on black background.


Color preview on white background

This text has color #EDDC8C on white background.



Black color preview on #EDDC8C background

This text has black color on #EDDC8C background.


White color preview on #EDDC8C background

This text has white color on #EDDC8C background.