HEX: #FFEDBE
RGB: (255,237,190)
#FFEDBE contains mainly red and green colors. Web safe color of #FFEDBE is #FFFFCC (or #FFC).
#FFEDBE color RGB value is (255,237,190).
RGB: (255,237,190)
(100%, 93%, 75%)
R 255 of 255 = 100%
G 237 of 255 = 93%
B 190 of 255 = 75%
R + G + B ~ 89%. #FFEDBE is light color.
R + G + B = 255 + 237 + 190 = 682 (100%)
R 255 of 682 ~ 37.39%
G 237 of 682 ~ 34.75%
B 190 of 682 ~ 27.86'%
#FFEDBE color CMYK value is (0,7,25,0).
CMYK: (0,7,25,0)
C0M7Y25K0 (0%, 7%, 25%, 0%)
(0.00 / 0.07 / 0.25 / 0.00)
Color #FFEDBE in popluar color models
FF | ED | BE | |
---|---|---|---|
RGB | 255 | 237 | 190 |
HSL | 43° | 100.00% | 87.25% |
HSB/HSV | 43° | 25.49% | 100.00% |
CMYK | 0.00% | 7.06% | 25.49% |
0.00% |
Color #FFEDBE in popluar number systems.
HEX | FF | ED | BE |
Decimal | 255 | 237 | 190 |
Binary | 11111111 | 11101101 | 10111110 |
Octal | 377 | 355 | 276 |
Shades of #FFEDBE
Tints of #FFEDBE
Examples of css and html codes for elements with #FFEDBE color. Also use rgb(255,237,190) instead hex code.
.myTextColor { color: #FFEDBE; }
<p style="color:#FFEDBE">This sample text font color is #FFEDBE.</p>
This text font color is #FFEDBE.
.myBgColor { background-color: #FFEDBE; }
<div style="background-color:#FFEDBE">Inner text</div>
This div background color is #FFEDBE.
.myBorderColor { border: 1px solid #FFEDBE; }
<div style="border:3px solid #FFEDBE">Div</div>
This div border color is #FFEDBE.
.myOpacity80 { color: #FFEDBE; opacity: 0.8; }
<p style="color:#FFEDBE;opacity:0.8;">80%</p>
Text with #FFEDBE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFEDBE;}
<p style="text-shadow: 3px 3px 1px #FFEDBE">Text here.</p>
This text has shadow with #FFEDBE color.
.textShadow {text-shadow: 3px 3px 1px #FFEDBE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFEDBE, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFEDBE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFEDBE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFEDBE, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFEDBE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFEDBE;
-webkit-box-shadow: 1px 1px 3px 2px #FFEDBE;
box-shadow: 1px 1px 3px 2px #FFEDBE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFEDBE; -webkit-box-shadow: 1px 1px 3px 2px #FFEDBE; box-shadow:1px 1px 3px 2px #FFEDBE;">
Div content here
</div>
This text has color #FFEDBE on black background.
This text has color #FFEDBE on white background.
This text has black color on #FFEDBE background.
This text has white color on #FFEDBE background.
Complementary color for #hex is #001241.