COLOR #EDC28E

HEX: #EDC28E
RGB: (237,194,142)

Color info

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

RGB color model

#EDC28E color RGB value is (237,194,142).

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

RGB channels and saturation

R 237 of 255 = 93%
G 194 of 255 = 76%
B 142 of 255 = 56%

237
194
142

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

Portions of RGB colors in percentages

R + G + B =
237 + 194 + 142 = 573 (100%)
R 237 of 573 ~ 41.36%
G 194 of 573 ~ 33.86%
B 142 of 573 ~ 24.78%

%41.36
%33.86
%24.78

CMYK color model

#EDC28E color CMYK value is (0,18,40,7).

  • cyan value is 0.00%
  • magenta value is 18.14%
  • yellow value is 40.08%
  • key color value is 7.06%
CMYK:
(0,18,40,7)
C0M18Y40K7 
(0%,18%,40%,7%)
(0.00/0.18/0.40/0.07)	

CMYK percentages

%0
%18.14
%40.08
%7.06

Codes

Color #EDC28E in popluar color models

EDC28E
RGB237194142
HSL33°72.52%74.31%
HSB/HSV33°40.08%92.94%
CMYK0.00%18.14%40.08%
7.06%

Color #EDC28E in popluar number systems.

HEXEDC28E
Decimal237194142
Binary111011011100001010001110
Octal355302216

Shades and tints

Shades of #EDC28E

#EDC28E
(237,194,142)
#D8B182
(216,177,130)
#C3A076
(195,160,118)
#AE8F6A
(174,143,106)
#997E5E
(153,126,94)
#846D52
(132,109,82)
#6F5C46
(111,92,70)
#5A4B3A
(90,75,58)
#453A2E
(69,58,46)
#302922
(48,41,34)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #EDC28E

#EDC28E
(237,194,142)
#EEC798
(238,199,152)
#EFCCA2
(239,204,162)
#F0D1AC
(240,209,172)
#F1D6B6
(241,214,182)
#F2DBC0
(242,219,192)
#F3E0CA
(243,224,202)
#F4E5D4
(244,229,212)
#F5EADE
(245,234,222)
#F6EFE8
(246,239,232)
#F7F4F2
(247,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC28E; }

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

This text font color is #EDC28E.


Background Color

.myBgColor { background-color: #EDC28E; }

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

This div background color is #EDC28E.


Border color

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

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

This div border color is #EDC28E.


Opacity

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

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

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

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

This text has shadow with #EDC28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC28E on black background.


Color preview on white background

This text has color #EDC28E on white background.



Black color preview on #EDC28E background

This text has black color on #EDC28E background.


White color preview on #EDC28E background

This text has white color on #EDC28E background.