HEX: #EBBE8A
RGB: (235,190,138)
#EBBE8A contains mainly red and green colors. Web safe color of #EBBE8A is #FFCC99 (or #FC9).
#EBBE8A color RGB value is (235,190,138).
RGB: (235,190,138)
(92%, 75%, 54%)
R 235 of 255 = 92%
G 190 of 255 = 75%
B 138 of 255 = 54%
R + G + B ~ 74%. #EBBE8A is quite light color.
R + G + B = 235 + 190 + 138 = 563 (100%)
R 235 of 563 ~ 41.74%
G 190 of 563 ~ 33.75%
B 138 of 563 ~ 24.51'%
#EBBE8A color CMYK value is (0,19,41,8).
CMYK: (0,19,41,8)
C0M19Y41K8 (0%, 19%, 41%, 8%)
(0.00 / 0.19 / 0.41 / 0.08)
Color #EBBE8A in popluar color models
EB | BE | 8A | |
---|---|---|---|
RGB | 235 | 190 | 138 |
HSL | 32° | 70.80% | 73.14% |
HSB/HSV | 32° | 41.28% | 92.16% |
CMYK | 0.00% | 19.15% | 41.28% |
7.84% |
Color #EBBE8A in popluar number systems.
HEX | EB | BE | 8A |
Decimal | 235 | 190 | 138 |
Binary | 11101011 | 10111110 | 10001010 |
Octal | 353 | 276 | 212 |
Shades of #EBBE8A
Tints of #EBBE8A
Examples of css and html codes for elements with #EBBE8A color. Also use rgb(235,190,138) instead hex code.
.myTextColor { color: #EBBE8A; }
<p style="color:#EBBE8A">This sample text font color is #EBBE8A.</p>
This text font color is #EBBE8A.
.myBgColor { background-color: #EBBE8A; }
<div style="background-color:#EBBE8A">Inner text</div>
This div background color is #EBBE8A.
.myBorderColor { border: 1px solid #EBBE8A; }
<div style="border:3px solid #EBBE8A">Div</div>
This div border color is #EBBE8A.
.myOpacity80 { color: #EBBE8A; opacity: 0.8; }
<p style="color:#EBBE8A;opacity:0.8;">80%</p>
Text with #EBBE8A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EBBE8A;}
<p style="text-shadow: 3px 3px 1px #EBBE8A">Text here.</p>
This text has shadow with #EBBE8A color.
.textShadow {text-shadow: 3px 3px 1px #EBBE8A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EBBE8A, 5px 5px 20px red">Text here.</p>
This text has shadow with #EBBE8A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBBE8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EBBE8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #EBBE8A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EBBE8A;
-webkit-box-shadow: 1px 1px 3px 2px #EBBE8A;
box-shadow: 1px 1px 3px 2px #EBBE8A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBBE8A; -webkit-box-shadow: 1px 1px 3px 2px #EBBE8A; box-shadow:1px 1px 3px 2px #EBBE8A;">
Div content here
</div>
This text has color #EBBE8A on black background.
This text has color #EBBE8A on white background.
This text has black color on #EBBE8A background.
This text has white color on #EBBE8A background.
Complementary color for #hex is #144175.