COLOR #EDC37D

HEX: #EDC37D
RGB: (237,195,125)

Color info

#EDC37D contains mainly red and green colors. Web safe color of #EDC37D is #FFCC66 (or #FC6).

RGB color model

#EDC37D color RGB value is (237,195,125).

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

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 125 of 255 = 49%

237
195
125

R + G + B ~ 73%. #EDC37D is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 195 + 125 = 557 (100%)
R 237 of 557 ~ 42.55%
G 195 of 557 ~ 35.01%
B 125 of 557 ~ 22.44%

%42.55
%35.01
%22.44

CMYK color model

#EDC37D color CMYK value is (0,18,47,7).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 47.26%
  • key color value is 7.06%
CMYK:
(0,18,47,7)
C0M18Y47K7 
(0%,18%,47%,7%)
(0.00/0.18/0.47/0.07)	

CMYK percentages

%0
%17.72
%47.26
%7.06

Codes

Color #EDC37D in popluar color models

EDC37D
RGB237195125
HSL38°75.68%70.98%
HSB/HSV38°47.26%92.94%
CMYK0.00%17.72%47.26%
7.06%

Color #EDC37D in popluar number systems.

HEXEDC37D
Decimal237195125
Binary11101101110000111111101
Octal355303175

Shades and tints

Shades of #EDC37D

#EDC37D
(237,195,125)
#D8B272
(216,178,114)
#C3A167
(195,161,103)
#AE905C
(174,144,92)
#997F51
(153,127,81)
#846E46
(132,110,70)
#6F5D3B
(111,93,59)
#5A4C30
(90,76,48)
#453B25
(69,59,37)
#302A1A
(48,42,26)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #EDC37D

#EDC37D
(237,195,125)
#EEC888
(238,200,136)
#EFCD93
(239,205,147)
#F0D29E
(240,210,158)
#F1D7A9
(241,215,169)
#F2DCB4
(242,220,180)
#F3E1BF
(243,225,191)
#F4E6CA
(244,230,202)
#F5EBD5
(245,235,213)
#F6F0E0
(246,240,224)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC37D; }

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

This text font color is #EDC37D.


Background Color

.myBgColor { background-color: #EDC37D; }

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

This div background color is #EDC37D.


Border color

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

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

This div border color is #EDC37D.


Opacity

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

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

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

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

This text has shadow with #EDC37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC37D on black background.


Color preview on white background

This text has color #EDC37D on white background.



Black color preview on #EDC37D background

This text has black color on #EDC37D background.


White color preview on #EDC37D background

This text has white color on #EDC37D background.