COLOR #EDD18C

HEX: #EDD18C
RGB: (237,209,140)

Color info

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

RGB color model

#EDD18C color RGB value is (237,209,140).

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

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 140 of 255 = 55%

237
209
140

R + G + B ~ 77%. #EDD18C is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 209 + 140 = 586 (100%)
R 237 of 586 ~ 40.44%
G 209 of 586 ~ 35.67%
B 140 of 586 ~ 23.89%

%40.44
%35.67
%23.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 40.93%
  • key color value is 7.06%
CMYK:
(0,12,41,7)
C0M12Y41K7 
(0%,12%,41%,7%)
(0.00/0.12/0.41/0.07)	

CMYK percentages

%0
%11.81
%40.93
%7.06

Codes

Color #EDD18C in popluar color models

EDD18C
RGB237209140
HSL43°72.93%73.92%
HSB/HSV43°40.93%92.94%
CMYK0.00%11.81%40.93%
7.06%

Color #EDD18C in popluar number systems.

HEXEDD18C
Decimal237209140
Binary111011011101000110001100
Octal355321214

Shades and tints

Shades of #EDD18C

#EDD18C
(237,209,140)
#D8BE80
(216,190,128)
#C3AB74
(195,171,116)
#AE9868
(174,152,104)
#99855C
(153,133,92)
#847250
(132,114,80)
#6F5F44
(111,95,68)
#5A4C38
(90,76,56)
#45392C
(69,57,44)
#302620
(48,38,32)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #EDD18C

#EDD18C
(237,209,140)
#EED596
(238,213,150)
#EFD9A0
(239,217,160)
#F0DDAA
(240,221,170)
#F1E1B4
(241,225,180)
#F2E5BE
(242,229,190)
#F3E9C8
(243,233,200)
#F4EDD2
(244,237,210)
#F5F1DC
(245,241,220)
#F6F5E6
(246,245,230)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD18C; }

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

This text font color is #EDD18C.


Background Color

.myBgColor { background-color: #EDD18C; }

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

This div background color is #EDD18C.


Border color

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

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

This div border color is #EDD18C.


Opacity

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

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

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

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

This text has shadow with #EDD18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD18C on black background.


Color preview on white background

This text has color #EDD18C on white background.



Black color preview on #EDD18C background

This text has black color on #EDD18C background.


White color preview on #EDD18C background

This text has white color on #EDD18C background.