COLOR #EDC19F

HEX: #EDC19F
RGB: (237,193,159)

Color info

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

RGB color model

#EDC19F color RGB value is (237,193,159).

  • red value is 237;
  • green value is 193;
  • blue value is 159.
RGB:
(237,193,159)
(93%,76%,62%)

RGB channels and saturation

R 237 of 255 = 93%
G 193 of 255 = 76%
B 159 of 255 = 62%

237
193
159

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

Portions of RGB colors in percentages

R + G + B =
237 + 193 + 159 = 589 (100%)
R 237 of 589 ~ 40.24%
G 193 of 589 ~ 32.77%
B 159 of 589 ~ 26.99%

%40.24
%32.77
%26.99

CMYK color model

#EDC19F color CMYK value is (0,19,33,7).

  • cyan value is 0.00%
  • magenta value is 18.57%
  • yellow value is 32.91%
  • key color value is 7.06%
CMYK:
(0,19,33,7)
C0M19Y33K7 
(0%,19%,33%,7%)
(0.00/0.19/0.33/0.07)	

CMYK percentages

%0
%18.57
%32.91
%7.06

Codes

Color #EDC19F in popluar color models

EDC19F
RGB237193159
HSL26°68.42%77.65%
HSB/HSV26°32.91%92.94%
CMYK0.00%18.57%32.91%
7.06%

Color #EDC19F in popluar number systems.

HEXEDC19F
Decimal237193159
Binary111011011100000110011111
Octal355301237

Shades and tints

Shades of #EDC19F

#EDC19F
(237,193,159)
#D8B091
(216,176,145)
#C39F83
(195,159,131)
#AE8E75
(174,142,117)
#997D67
(153,125,103)
#846C59
(132,108,89)
#6F5B4B
(111,91,75)
#5A4A3D
(90,74,61)
#45392F
(69,57,47)
#302821
(48,40,33)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #EDC19F

#EDC19F
(237,193,159)
#EEC6A7
(238,198,167)
#EFCBAF
(239,203,175)
#F0D0B7
(240,208,183)
#F1D5BF
(241,213,191)
#F2DAC7
(242,218,199)
#F3DFCF
(243,223,207)
#F4E4D7
(244,228,215)
#F5E9DF
(245,233,223)
#F6EEE7
(246,238,231)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC19F; }

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

This text font color is #EDC19F.


Background Color

.myBgColor { background-color: #EDC19F; }

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

This div background color is #EDC19F.


Border color

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

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

This div border color is #EDC19F.


Opacity

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

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

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

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

This text has shadow with #EDC19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC19F on black background.


Color preview on white background

This text has color #EDC19F on white background.



Black color preview on #EDC19F background

This text has black color on #EDC19F background.


White color preview on #EDC19F background

This text has white color on #EDC19F background.