HEX: #EDB79A
RGB: (237,183,154)
#EDB79A contains mainly red and green colors. Web safe color of #EDB79A is #FFCC99 (or #FC9).
#EDB79A color RGB value is (237,183,154).
RGB: (237,183,154)
(93%, 72%, 60%)
R 237 of 255 = 93%
G 183 of 255 = 72%
B 154 of 255 = 60%
R + G + B ~ 75%. #EDB79A is quite light color.
R + G + B = 237 + 183 + 154 = 574 (100%)
R 237 of 574 ~ 41.29%
G 183 of 574 ~ 31.88%
B 154 of 574 ~ 26.83'%
#EDB79A color CMYK value is (0,23,35,7).
CMYK: (0,23,35,7)
C0M23Y35K7 (0%, 23%, 35%, 7%)
(0.00 / 0.23 / 0.35 / 0.07)
Color #EDB79A in popluar color models
ED | B7 | 9A | |
---|---|---|---|
RGB | 237 | 183 | 154 |
HSL | 21° | 69.75% | 76.67% |
HSB/HSV | 21° | 35.02% | 92.94% |
CMYK | 0.00% | 22.78% | 35.02% |
7.06% |
Color #EDB79A in popluar number systems.
HEX | ED | B7 | 9A |
Decimal | 237 | 183 | 154 |
Binary | 11101101 | 10110111 | 10011010 |
Octal | 355 | 267 | 232 |
Shades of #EDB79A
Tints of #EDB79A
Examples of css and html codes for elements with #EDB79A color. Also use rgb(237,183,154) instead hex code.
.myTextColor { color: #EDB79A; }
<p style="color:#EDB79A">This sample text font color is #EDB79A.</p>
This text font color is #EDB79A.
.myBgColor { background-color: #EDB79A; }
<div style="background-color:#EDB79A">Inner text</div>
This div background color is #EDB79A.
.myBorderColor { border: 1px solid #EDB79A; }
<div style="border:3px solid #EDB79A">Div</div>
This div border color is #EDB79A.
.myOpacity80 { color: #EDB79A; opacity: 0.8; }
<p style="color:#EDB79A;opacity:0.8;">80%</p>
Text with #EDB79A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDB79A;}
<p style="text-shadow: 3px 3px 1px #EDB79A">Text here.</p>
This text has shadow with #EDB79A color.
.textShadow {text-shadow: 3px 3px 1px #EDB79A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDB79A, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDB79A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDB79A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDB79A, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDB79A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDB79A;
-webkit-box-shadow: 1px 1px 3px 2px #EDB79A;
box-shadow: 1px 1px 3px 2px #EDB79A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDB79A; -webkit-box-shadow: 1px 1px 3px 2px #EDB79A; box-shadow:1px 1px 3px 2px #EDB79A;">
Div content here
</div>
This text has color #EDB79A on black background.
This text has color #EDB79A on white background.
This text has black color on #EDB79A background.
This text has white color on #EDB79A background.
Complementary color for #hex is #124865.