COLOR #EDCC5E

HEX: #EDCC5E
RGB: (237,204,94)

Color info

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

RGB color model

#EDCC5E color RGB value is (237,204,94).

  • red value is 237;
  • green value is 204;
  • blue value is 94.
RGB:
(237,204,94)
(93%,80%,37%)

RGB channels and saturation

R 237 of 255 = 93%
G 204 of 255 = 80%
B 94 of 255 = 37%

237
204
94

R + G + B ~ 70%. #EDCC5E is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 204 + 94 = 535 (100%)
R 237 of 535 ~ 44.3%
G 204 of 535 ~ 38.13%
B 94 of 535 ~ 17.57%

%44.3
%38.13
%17.57

CMYK color model

#EDCC5E color CMYK value is (0,14,60,7).

  • cyan value is 0.00%
  • magenta value is 13.92%
  • yellow value is 60.34%
  • key color value is 7.06%
CMYK:
(0,14,60,7)
C0M14Y60K7 
(0%,14%,60%,7%)
(0.00/0.14/0.60/0.07)	

CMYK percentages

%0
%13.92
%60.34
%7.06

Codes

Color #EDCC5E in popluar color models

EDCC5E
RGB23720494
HSL46°79.89%64.90%
HSB/HSV46°60.34%92.94%
CMYK0.00%13.92%60.34%
7.06%

Color #EDCC5E in popluar number systems.

HEXEDCC5E
Decimal23720494
Binary11101101110011001011110
Octal355314136

Shades and tints

Shades of #EDCC5E

#EDCC5E
(237,204,94)
#D8BA56
(216,186,86)
#C3A84E
(195,168,78)
#AE9646
(174,150,70)
#99843E
(153,132,62)
#847236
(132,114,54)
#6F602E
(111,96,46)
#5A4E26
(90,78,38)
#453C1E
(69,60,30)
#302A16
(48,42,22)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #EDCC5E

#EDCC5E
(237,204,94)
#EED06C
(238,208,108)
#EFD47A
(239,212,122)
#F0D888
(240,216,136)
#F1DC96
(241,220,150)
#F2E0A4
(242,224,164)
#F3E4B2
(243,228,178)
#F4E8C0
(244,232,192)
#F5ECCE
(245,236,206)
#F6F0DC
(246,240,220)
#F7F4EA
(247,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCC5E color. Also use rgb(237,204,94) instead hex code.

Text Font Color

.myTextColor { color: #EDCC5E; }

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

This text font color is #EDCC5E.


Background Color

.myBgColor { background-color: #EDCC5E; }

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

This div background color is #EDCC5E.


Border color

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

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

This div border color is #EDCC5E.


Opacity

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

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

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

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

This text has shadow with #EDCC5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCC5E on black background.


Color preview on white background

This text has color #EDCC5E on white background.



Black color preview on #EDCC5E background

This text has black color on #EDCC5E background.


White color preview on #EDCC5E background

This text has white color on #EDCC5E background.