COLOR #EDC27D

HEX: #EDC27D
RGB: (237,194,125)

Color info

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

RGB color model

#EDC27D color RGB value is (237,194,125).

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

RGB channels and saturation

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

237
194
125

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

Portions of RGB colors in percentages

R + G + B =
237 + 194 + 125 = 556 (100%)
R 237 of 556 ~ 42.63%
G 194 of 556 ~ 34.89%
B 125 of 556 ~ 22.48%

%42.63
%34.89
%22.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.14%
  • 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
%18.14
%47.26
%7.06

Codes

Color #EDC27D in popluar color models

EDC27D
RGB237194125
HSL37°75.68%70.98%
HSB/HSV37°47.26%92.94%
CMYK0.00%18.14%47.26%
7.06%

Color #EDC27D in popluar number systems.

HEXEDC27D
Decimal237194125
Binary11101101110000101111101
Octal355302175

Shades and tints

Shades of #EDC27D

#EDC27D
(237,194,125)
#D8B172
(216,177,114)
#C3A067
(195,160,103)
#AE8F5C
(174,143,92)
#997E51
(153,126,81)
#846D46
(132,109,70)
#6F5C3B
(111,92,59)
#5A4B30
(90,75,48)
#453A25
(69,58,37)
#30291A
(48,41,26)
#1B180F
(27,24,15)
#000000
(0,0,0)

Tints of #EDC27D

#EDC27D
(237,194,125)
#EEC788
(238,199,136)
#EFCC93
(239,204,147)
#F0D19E
(240,209,158)
#F1D6A9
(241,214,169)
#F2DBB4
(242,219,180)
#F3E0BF
(243,224,191)
#F4E5CA
(244,229,202)
#F5EAD5
(245,234,213)
#F6EFE0
(246,239,224)
#F7F4EB
(247,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC27D; }

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

This text font color is #EDC27D.


Background Color

.myBgColor { background-color: #EDC27D; }

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

This div background color is #EDC27D.


Border color

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

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

This div border color is #EDC27D.


Opacity

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

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

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

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

This text has shadow with #EDC27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC27D on black background.


Color preview on white background

This text has color #EDC27D on white background.



Black color preview on #EDC27D background

This text has black color on #EDC27D background.


White color preview on #EDC27D background

This text has white color on #EDC27D background.