COLOR #EDAD4D

HEX: #EDAD4D RGB: (237,173,77)

Color info

#EDAD4D contains mainly red color. Web safe color of #EDAD4D is #FF9933 (or #F93).

RGB color model

#EDAD4D color RGB value is (237,173,77).

RGB: (237,173,77) (93%, 68%, 30%)

RGB channels and saturation

R 237 of 255 = 93%
G 173 of 255 = 68%
B 77 of 255 = 30%

237
173
77

R + G + B ~ 64%. #EDAD4D is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 173 + 77 = 487 (100%)
R 237 of 487 ~ 48.67%
G 173 of 487 ~ 35.52%
B 77 of 487 ~ 15.81'%

%48.67
%35.52
%15.81

CMYK color model

#EDAD4D color CMYK value is (0,27,68,7).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 67.51%
  • key color value is 7.06%

CMYK: (0,27,68,7)
C0M27Y68K7 (0%, 27%, 68%, 7%)
(0.00 / 0.27 / 0.68 / 0.07)

CMYK percentages

%0
%27
%67.51
%7.06

Codes

Color #EDAD4D in popluar color models

ED AD 4D
RGB 237 173 77
HSL 36° 81.63% 61.57%
HSB/HSV 36° 67.51% 92.94%
CMYK 0.00% 27.00% 67.51%
7.06%

Color #EDAD4D in popluar number systems.

HEX ED AD 4D
Decimal 237 173 77
Binary 11101101 10101101 1001101
Octal 355 255 115

Shades and tints

Shades of #EDAD4D

#EDAD4D
(237,173,77)
#D89E46
(216,158,70)
#C38F3F
(195,143,63)
#AE8038
(174,128,56)
#997131
(153,113,49)
#84622A
(132,98,42)
#6F5323
(111,83,35)
#5A441C
(90,68,28)
#453515
(69,53,21)
#30260E
(48,38,14)
#1B1707
(27,23,7)
#000000
(0,0,0)

Tints of #EDAD4D

#EDAD4D
(237,173,77)
#EEB45D
(238,180,93)
#EFBB6D
(239,187,109)
#F0C27D
(240,194,125)
#F1C98D
(241,201,141)
#F2D09D
(242,208,157)
#F3D7AD
(243,215,173)
#F4DEBD
(244,222,189)
#F5E5CD
(245,229,205)
#F6ECDD
(246,236,221)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAD4D color. Also use rgb(237,173,77) instead hex code.

Text Font Color

.myTextColor { color: #EDAD4D; }

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

This text font color is #EDAD4D.

Background Color

.myBgColor { background-color: #EDAD4D; }

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

This div background color is #EDAD4D.

Border color

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

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

This div border color is #EDAD4D.

Opacity

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

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

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

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

This text has shadow with #EDAD4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDAD4D.

Preview

Color preview on black background

This text has color #EDAD4D on black background.


Color preview on white background

This text has color #EDAD4D on white background.


Black color preview on #EDAD4D background

This text has black color on #EDAD4D background.


White color preview on #EDAD4D background

This text has white color on #EDAD4D background.


Related colors

Complementary color

Complementary color for #hex is #1252B2.


I love getcolorcode.com

Triadic colors

1 #4DEDAD and #AD4DED with #EDAD4D are triadic colors.

2 #4DADED and #ADED4D with #EDAD4D are triadic colors.