COLOR #EDC19C

HEX: #EDC19C RGB: (237,193,156)

Color info

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

RGB color model

#EDC19C color RGB value is (237,193,156).

RGB: (237,193,156) (93%, 76%, 61%)

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 156 of 255 = 61%

237
193
156

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

Portions of RGB colors in percentages

R + G + B = 237 + 193 + 156 = 586 (100%)
R 237 of 586 ~ 40.44%
G 193 of 586 ~ 32.94%
B 156 of 586 ~ 26.62'%

%40.44
%32.94
%26.62

CMYK color model

#EDC19C color CMYK value is (0,19,34,7).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 34.18%
  • key color value is 7.06%

CMYK: (0,19,34,7)
C0M19Y34K7 (0%, 19%, 34%, 7%)
(0.00 / 0.19 / 0.34 / 0.07)

CMYK percentages

%0
%18.57
%34.18
%7.06

Codes

Color #EDC19C in popluar color models

ED C1 9C
RGB 237 193 156
HSL 27° 69.23% 77.06%
HSB/HSV 27° 34.18% 92.94%
CMYK 0.00% 18.57% 34.18%
7.06%

Color #EDC19C in popluar number systems.

HEX ED C1 9C
Decimal 237 193 156
Binary 11101101 11000001 10011100
Octal 355 301 234

Shades and tints

Shades of #EDC19C

#EDC19C
(237,193,156)
#D8B08E
(216,176,142)
#C39F80
(195,159,128)
#AE8E72
(174,142,114)
#997D64
(153,125,100)
#846C56
(132,108,86)
#6F5B48
(111,91,72)
#5A4A3A
(90,74,58)
#45392C
(69,57,44)
#30281E
(48,40,30)
#1B1710
(27,23,16)
#000000
(0,0,0)

Tints of #EDC19C

#EDC19C
(237,193,156)
#EEC6A5
(238,198,165)
#EFCBAE
(239,203,174)
#F0D0B7
(240,208,183)
#F1D5C0
(241,213,192)
#F2DAC9
(242,218,201)
#F3DFD2
(243,223,210)
#F4E4DB
(244,228,219)
#F5E9E4
(245,233,228)
#F6EEED
(246,238,237)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC19C; }

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

This text font color is #EDC19C.

Background Color

.myBgColor { background-color: #EDC19C; }

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

This div background color is #EDC19C.

Border color

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

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

This div border color is #EDC19C.

Opacity

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

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

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

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

This text has shadow with #EDC19C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC19C.

Preview

Color preview on black background

This text has color #EDC19C on black background.


Color preview on white background

This text has color #EDC19C on white background.


Black color preview on #EDC19C background

This text has black color on #EDC19C background.


White color preview on #EDC19C background

This text has white color on #EDC19C background.


Related colors

Complementary color

Complementary color for #hex is #123E63.


I love getcolorcode.com

Triadic colors

1 #9CEDC1 and #C19CED with #EDC19C are triadic colors.

2 #9CC1ED and #C1ED9C with #EDC19C are triadic colors.