HEX: #EDAD4D
RGB: (237,173,77)
#EDAD4D contains mainly red color. Web safe color of #EDAD4D is #FF9933 (or #F93).
#EDAD4D color RGB value is (237,173,77).
RGB: (237,173,77)
(93%, 68%, 30%)
R 237 of 255 = 93%
G 173 of 255 = 68%
B 77 of 255 = 30%
R + G + B ~ 64%. #EDAD4D is quite light color.
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'%
#EDAD4D color CMYK value is (0,27,68,7).
CMYK: (0,27,68,7)
C0M27Y68K7 (0%, 27%, 68%, 7%)
(0.00 / 0.27 / 0.68 / 0.07)
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 of #EDAD4D
Tints of #EDAD4D
Examples of css and html codes for elements with #EDAD4D color. Also use rgb(237,173,77) instead hex code.
.myTextColor { color: #EDAD4D; }
<p style="color:#EDAD4D">This sample text font color is #EDAD4D.</p>
This text font color is #EDAD4D.
.myBgColor { background-color: #EDAD4D; }
<div style="background-color:#EDAD4D">Inner text</div>
This div background color is #EDAD4D.
.myBorderColor { border: 1px solid #EDAD4D; }
<div style="border:3px solid #EDAD4D">Div</div>
This div border color is #EDAD4D.
.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%.
.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.
/* 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 text has color #EDAD4D on black background.
This text has color #EDAD4D on white background.
This text has black color on #EDAD4D background.
This text has white color on #EDAD4D background.
Complementary color for #hex is #1252B2.