COLOR #EDC373

HEX: #EDC373 RGB: (237,195,115)

Color info

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

RGB color model

#EDC373 color RGB value is (237,195,115).

RGB: (237,195,115) (93%, 76%, 45%)

RGB channels and saturation

R 237 of 255 = 93%
G 195 of 255 = 76%
B 115 of 255 = 45%

237
195
115

R + G + B ~ 71%. #EDC373 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 195 + 115 = 547 (100%)
R 237 of 547 ~ 43.33%
G 195 of 547 ~ 35.65%
B 115 of 547 ~ 21.02'%

%43.33
%35.65
%21.02

CMYK color model

#EDC373 color CMYK value is (0,18,51,7).

  • cyan value is 0.00%
  • magenta value is 17.72%
  • yellow value is 51.48%
  • key color value is 7.06%

CMYK: (0,18,51,7)
C0M18Y51K7 (0%, 18%, 51%, 7%)
(0.00 / 0.18 / 0.51 / 0.07)

CMYK percentages

%0
%17.72
%51.48
%7.06

Codes

Color #EDC373 in popluar color models

ED C3 73
RGB 237 195 115
HSL 39° 77.22% 69.02%
HSB/HSV 39° 51.48% 92.94%
CMYK 0.00% 17.72% 51.48%
7.06%

Color #EDC373 in popluar number systems.

HEX ED C3 73
Decimal 237 195 115
Binary 11101101 11000011 1110011
Octal 355 303 163

Shades and tints

Shades of #EDC373

#EDC373
(237,195,115)
#D8B269
(216,178,105)
#C3A15F
(195,161,95)
#AE9055
(174,144,85)
#997F4B
(153,127,75)
#846E41
(132,110,65)
#6F5D37
(111,93,55)
#5A4C2D
(90,76,45)
#453B23
(69,59,35)
#302A19
(48,42,25)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #EDC373

#EDC373
(237,195,115)
#EEC87F
(238,200,127)
#EFCD8B
(239,205,139)
#F0D297
(240,210,151)
#F1D7A3
(241,215,163)
#F2DCAF
(242,220,175)
#F3E1BB
(243,225,187)
#F4E6C7
(244,230,199)
#F5EBD3
(245,235,211)
#F6F0DF
(246,240,223)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDC373; }

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

This text font color is #EDC373.

Background Color

.myBgColor { background-color: #EDC373; }

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

This div background color is #EDC373.

Border color

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

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

This div border color is #EDC373.

Opacity

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

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

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

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

This text has shadow with #EDC373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC373.

Preview

Color preview on black background

This text has color #EDC373 on black background.


Color preview on white background

This text has color #EDC373 on white background.


Black color preview on #EDC373 background

This text has black color on #EDC373 background.


White color preview on #EDC373 background

This text has white color on #EDC373 background.


Related colors

Complementary color

Complementary color for #hex is #123C8C.


I love getcolorcode.com

Triadic colors

1 #73EDC3 and #C373ED with #EDC373 are triadic colors.

2 #73C3ED and #C3ED73 with #EDC373 are triadic colors.