HEX: #EDE0BE
RGB: (237,224,190)
#EDE0BE contains red, green and blue colors in about the same proportion. Web safe color of #EDE0BE is #FFCCCC (or #FCC).
#EDE0BE color RGB value is (237,224,190).
RGB: (237,224,190)
(93%, 88%, 75%)
R 237 of 255 = 93%
G 224 of 255 = 88%
B 190 of 255 = 75%
R + G + B ~ 85%. #EDE0BE is quite light color.
R + G + B = 237 + 224 + 190 = 651 (100%)
R 237 of 651 ~ 36.41%
G 224 of 651 ~ 34.41%
B 190 of 651 ~ 29.19'%
#EDE0BE color CMYK value is (0,5,20,7).
CMYK: (0,5,20,7)
C0M5Y20K7 (0%, 5%, 20%, 7%)
(0.00 / 0.05 / 0.20 / 0.07)
Color #EDE0BE in popluar color models
ED | E0 | BE | |
---|---|---|---|
RGB | 237 | 224 | 190 |
HSL | 43° | 56.63% | 83.73% |
HSB/HSV | 43° | 19.83% | 92.94% |
CMYK | 0.00% | 5.49% | 19.83% |
7.06% |
Color #EDE0BE in popluar number systems.
HEX | ED | E0 | BE |
Decimal | 237 | 224 | 190 |
Binary | 11101101 | 11100000 | 10111110 |
Octal | 355 | 340 | 276 |
Shades of #EDE0BE
Tints of #EDE0BE
Examples of css and html codes for elements with #EDE0BE color. Also use rgb(237,224,190) instead hex code.
.myTextColor { color: #EDE0BE; }
<p style="color:#EDE0BE">This sample text font color is #EDE0BE.</p>
This text font color is #EDE0BE.
.myBgColor { background-color: #EDE0BE; }
<div style="background-color:#EDE0BE">Inner text</div>
This div background color is #EDE0BE.
.myBorderColor { border: 1px solid #EDE0BE; }
<div style="border:3px solid #EDE0BE">Div</div>
This div border color is #EDE0BE.
.myOpacity80 { color: #EDE0BE; opacity: 0.8; }
<p style="color:#EDE0BE;opacity:0.8;">80%</p>
Text with #EDE0BE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EDE0BE;}
<p style="text-shadow: 3px 3px 1px #EDE0BE">Text here.</p>
This text has shadow with #EDE0BE color.
.textShadow {text-shadow: 3px 3px 1px #EDE0BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EDE0BE, 5px 5px 20px red">Text here.</p>
This text has shadow with #EDE0BE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EDE0BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EDE0BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #EDE0BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EDE0BE;
-webkit-box-shadow: 1px 1px 3px 2px #EDE0BE;
box-shadow: 1px 1px 3px 2px #EDE0BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EDE0BE; -webkit-box-shadow: 1px 1px 3px 2px #EDE0BE; box-shadow:1px 1px 3px 2px #EDE0BE;">
Div content here
</div>
This text has color #EDE0BE on black background.
This text has color #EDE0BE on white background.
This text has black color on #EDE0BE background.
This text has white color on #EDE0BE background.
Complementary color for #hex is #121F41.