HEX: #FEE393
RGB: (254,227,147)
#FEE393 contains mainly red and green colors. Web safe color of #FEE393 is #FFCC99 (or #FC9).
#FEE393 color RGB value is (254,227,147).
RGB: (254,227,147)
(100%, 89%, 58%)
R 254 of 255 = 100%
G 227 of 255 = 89%
B 147 of 255 = 58%
R + G + B ~ 82%. #FEE393 is quite light color.
R + G + B = 254 + 227 + 147 = 628 (100%)
R 254 of 628 ~ 40.45%
G 227 of 628 ~ 36.15%
B 147 of 628 ~ 23.41'%
#FEE393 color CMYK value is (0,11,42,0).
CMYK: (0,11,42,0) C0M11Y42K0 (0%,11%,42%,0%) (0.00/0.11/0.42/0.00)
Color #FEE393 in popluar color models
FE | E3 | 93 | |
---|---|---|---|
RGB | 254 | 227 | 147 |
HSL | 45° | 98.17% | 78.63% |
HSB/HSV | 45° | 42.13% | 99.61% |
CMYK | 0.00% | 10.63% | 42.13% |
0.39% |
Color #FEE393 in popluar number systems.
HEX | FE | E3 | 93 |
Decimal | 254 | 227 | 147 |
Binary | 11111110 | 11100011 | 10010011 |
Octal | 376 | 343 | 223 |
Shades of #FEE393
Tints of #FEE393
Examples of css and html codes for elements with #FEE393 color. Also use rgb(254,227,147) instead hex code.
.myTextColor { color: #FEE393; }
<p style="color:#FEE393">This sample text font color is #FEE393.</p>
This text font color is #FEE393.
.myBgColor { background-color: #FEE393; }
<div style="background-color:#FEE393">Inner text</div>
This div background color is #FEE393.
.myBorderColor { border: 1px solid #FEE393; }
<div style="border:3px solid #FEE393">Div</div>
This div border color is #FEE393.
.myOpacity80 { color: #FEE393; opacity: 0.8; }
<p style="color:#FEE393;opacity:0.8;">80%</p>
Text with #FEE393 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FEE393;}
<p style="text-shadow: 3px 3px 1px #FEE393">Text here.</p>
This text has shadow with #FEE393 color.
.textShadow {text-shadow: 3px 3px 1px #FEE393', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FEE393, 5px 5px 20px red">Text here.</p>
This text has shadow with #FEE393 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEE393, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FEE393, Direction=45, Strength=4)">Text</p>
This text has shadow with #FEE393 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEE393;
-webkit-box-shadow: 1px 1px 3px 2px #FEE393;
box-shadow: 1px 1px 3px 2px #FEE393;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEE393; -webkit-box-shadow: 1px 1px 3px 2px #FEE393; box-shadow:1px 1px 3px 2px #FEE393;">
Div content here
</div>
This text has color #FEE393 on black background.
This text has color #FEE393 on white background.
This text has black color on #FEE393 background.
This text has white color on #FEE393 background.
Complementary color for #hex is #011C6C.