COLOR #EDD18B

HEX: #EDD18B
RGB: (237,209,139)

Color info

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

RGB color model

#EDD18B color RGB value is (237,209,139).

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

RGB channels and saturation

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

237
209
139

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

Portions of RGB colors in percentages

R + G + B =
237 + 209 + 139 = 585 (100%)
R 237 of 585 ~ 40.51%
G 209 of 585 ~ 35.73%
B 139 of 585 ~ 23.76%

%40.51
%35.73
%23.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 41.35%
  • 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
%41.35
%7.06

Codes

Color #EDD18B in popluar color models

EDD18B
RGB237209139
HSL43°73.13%73.73%
HSB/HSV43°41.35%92.94%
CMYK0.00%11.81%41.35%
7.06%

Color #EDD18B in popluar number systems.

HEXEDD18B
Decimal237209139
Binary111011011101000110001011
Octal355321213

Shades and tints

Shades of #EDD18B

#EDD18B
(237,209,139)
#D8BE7F
(216,190,127)
#C3AB73
(195,171,115)
#AE9867
(174,152,103)
#99855B
(153,133,91)
#84724F
(132,114,79)
#6F5F43
(111,95,67)
#5A4C37
(90,76,55)
#45392B
(69,57,43)
#30261F
(48,38,31)
#1B1313
(27,19,19)
#000000
(0,0,0)

Tints of #EDD18B

#EDD18B
(237,209,139)
#EED595
(238,213,149)
#EFD99F
(239,217,159)
#F0DDA9
(240,221,169)
#F1E1B3
(241,225,179)
#F2E5BD
(242,229,189)
#F3E9C7
(243,233,199)
#F4EDD1
(244,237,209)
#F5F1DB
(245,241,219)
#F6F5E5
(246,245,229)
#F7F9EF
(247,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD18B; }

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

This text font color is #EDD18B.


Background Color

.myBgColor { background-color: #EDD18B; }

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

This div background color is #EDD18B.


Border color

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

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

This div border color is #EDD18B.


Opacity

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

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

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

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

This text has shadow with #EDD18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD18B on black background.


Color preview on white background

This text has color #EDD18B on white background.



Black color preview on #EDD18B background

This text has black color on #EDD18B background.


White color preview on #EDD18B background

This text has white color on #EDD18B background.