COLOR #EDC38D

HEX: #EDC38D
RGB: (237,195,141)

Color info

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

RGB color model

#EDC38D color RGB value is (237,195,141).

  • red value is 237;
  • green value is 195;
  • blue value is 141.
RGB:
(237,195,141)
(93%,76%,55%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 141 of 255 = 55%

237
195
141

R + G + B ~ 75%. #EDC38D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 141 = 573 (100%)
R 237 of 573 ~ 41.36%
G 195 of 573 ~ 34.03%
B 141 of 573 ~ 24.61%

%41.36
%34.03
%24.61

CMYK color model

#EDC38D color CMYK value is (0,18,41,7).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 40.51%
  • key color value is 7.06%
CMYK:
(0,18,41,7)
C0M18Y41K7 
(0%,18%,41%,7%)
(0.00/0.18/0.41/0.07)	

CMYK percentages

%0
%17.72
%40.51
%7.06

Codes

Color #EDC38D in popluar color models

EDC38D
RGB237195141
HSL34°72.73%74.12%
HSB/HSV34°40.51%92.94%
CMYK0.00%17.72%40.51%
7.06%

Color #EDC38D in popluar number systems.

HEXEDC38D
Decimal237195141
Binary111011011100001110001101
Octal355303215

Shades and tints

Shades of #EDC38D

#EDC38D
(237,195,141)
#D8B281
(216,178,129)
#C3A175
(195,161,117)
#AE9069
(174,144,105)
#997F5D
(153,127,93)
#846E51
(132,110,81)
#6F5D45
(111,93,69)
#5A4C39
(90,76,57)
#453B2D
(69,59,45)
#302A21
(48,42,33)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #EDC38D

#EDC38D
(237,195,141)
#EEC897
(238,200,151)
#EFCDA1
(239,205,161)
#F0D2AB
(240,210,171)
#F1D7B5
(241,215,181)
#F2DCBF
(242,220,191)
#F3E1C9
(243,225,201)
#F4E6D3
(244,230,211)
#F5EBDD
(245,235,221)
#F6F0E7
(246,240,231)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC38D color. Also use rgb(237,195,141) instead hex code.

Text Font Color

.myTextColor { color: #EDC38D; }

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

This text font color is #EDC38D.


Background Color

.myBgColor { background-color: #EDC38D; }

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

This div background color is #EDC38D.


Border color

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

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

This div border color is #EDC38D.


Opacity

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

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

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

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

This text has shadow with #EDC38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC38D on black background.


Color preview on white background

This text has color #EDC38D on white background.



Black color preview on #EDC38D background

This text has black color on #EDC38D background.


White color preview on #EDC38D background

This text has white color on #EDC38D background.