COLOR #EDD19C

HEX: #EDD19C
RGB: (237,209,156)

Color info

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

RGB color model

#EDD19C color RGB value is (237,209,156).

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

RGB channels and saturation

R 237 of 255 = 93%
G 209 of 255 = 82%
B 156 of 255 = 61%

237
209
156

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

Portions of RGB colors in percentages

R + G + B =
237 + 209 + 156 = 602 (100%)
R 237 of 602 ~ 39.37%
G 209 of 602 ~ 34.72%
B 156 of 602 ~ 25.91%

%39.37
%34.72
%25.91

CMYK color model

#EDD19C color CMYK value is (0,12,34,7).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 34.18%
  • key color value is 7.06%
CMYK:
(0,12,34,7)
C0M12Y34K7 
(0%,12%,34%,7%)
(0.00/0.12/0.34/0.07)	

CMYK percentages

%0
%11.81
%34.18
%7.06

Codes

Color #EDD19C in popluar color models

EDD19C
RGB237209156
HSL39°69.23%77.06%
HSB/HSV39°34.18%92.94%
CMYK0.00%11.81%34.18%
7.06%

Color #EDD19C in popluar number systems.

HEXEDD19C
Decimal237209156
Binary111011011101000110011100
Octal355321234

Shades and tints

Shades of #EDD19C

#EDD19C
(237,209,156)
#D8BE8E
(216,190,142)
#C3AB80
(195,171,128)
#AE9872
(174,152,114)
#998564
(153,133,100)
#847256
(132,114,86)
#6F5F48
(111,95,72)
#5A4C3A
(90,76,58)
#45392C
(69,57,44)
#30261E
(48,38,30)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #EDD19C

#EDD19C
(237,209,156)
#EED5A5
(238,213,165)
#EFD9AE
(239,217,174)
#F0DDB7
(240,221,183)
#F1E1C0
(241,225,192)
#F2E5C9
(242,229,201)
#F3E9D2
(243,233,210)
#F4EDDB
(244,237,219)
#F5F1E4
(245,241,228)
#F6F5ED
(246,245,237)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD19C; }

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

This text font color is #EDD19C.


Background Color

.myBgColor { background-color: #EDD19C; }

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

This div background color is #EDD19C.


Border color

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

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

This div border color is #EDD19C.


Opacity

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

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

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

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

This text has shadow with #EDD19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD19C on black background.


Color preview on white background

This text has color #EDD19C on white background.



Black color preview on #EDD19C background

This text has black color on #EDD19C background.


White color preview on #EDD19C background

This text has white color on #EDD19C background.