COLOR #EDCD80

HEX: #EDCD80
RGB: (237,205,128)

Color info

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

RGB color model

#EDCD80 color RGB value is (237,205,128).

  • red value is 237;
  • green value is 205;
  • blue value is 128.
RGB:
(237,205,128)
(93%,80%,50%)

RGB channels and saturation

R 237 of 255 = 93%
G 205 of 255 = 80%
B 128 of 255 = 50%

237
205
128

R + G + B ~ 74%. #EDCD80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 205 + 128 = 570 (100%)
R 237 of 570 ~ 41.58%
G 205 of 570 ~ 35.96%
B 128 of 570 ~ 22.46%

%41.58
%35.96
%22.46

CMYK color model

#EDCD80 color CMYK value is (0,14,46,7).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 45.99%
  • key color value is 7.06%
CMYK:
(0,14,46,7)
C0M14Y46K7 
(0%,14%,46%,7%)
(0.00/0.14/0.46/0.07)	

CMYK percentages

%0
%13.5
%45.99
%7.06

Codes

Color #EDCD80 in popluar color models

EDCD80
RGB237205128
HSL42°75.17%71.57%
HSB/HSV42°45.99%92.94%
CMYK0.00%13.50%45.99%
7.06%

Color #EDCD80 in popluar number systems.

HEXEDCD80
Decimal237205128
Binary111011011100110110000000
Octal355315200

Shades and tints

Shades of #EDCD80

#EDCD80
(237,205,128)
#D8BB75
(216,187,117)
#C3A96A
(195,169,106)
#AE975F
(174,151,95)
#998554
(153,133,84)
#847349
(132,115,73)
#6F613E
(111,97,62)
#5A4F33
(90,79,51)
#453D28
(69,61,40)
#302B1D
(48,43,29)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #EDCD80

#EDCD80
(237,205,128)
#EED18B
(238,209,139)
#EFD596
(239,213,150)
#F0D9A1
(240,217,161)
#F1DDAC
(241,221,172)
#F2E1B7
(242,225,183)
#F3E5C2
(243,229,194)
#F4E9CD
(244,233,205)
#F5EDD8
(245,237,216)
#F6F1E3
(246,241,227)
#F7F5EE
(247,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCD80 color. Also use rgb(237,205,128) instead hex code.

Text Font Color

.myTextColor { color: #EDCD80; }

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

This text font color is #EDCD80.


Background Color

.myBgColor { background-color: #EDCD80; }

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

This div background color is #EDCD80.


Border color

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

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

This div border color is #EDCD80.


Opacity

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

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

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

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

This text has shadow with #EDCD80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCD80 on black background.


Color preview on white background

This text has color #EDCD80 on white background.



Black color preview on #EDCD80 background

This text has black color on #EDCD80 background.


White color preview on #EDCD80 background

This text has white color on #EDCD80 background.