HEX: #FFE383
RGB: (255,227,131)
#FFE383 contains mainly red and green colors. Web safe color of #FFE383 is #FFCC99 (or #FC9).
#FFE383 color RGB value is (255,227,131).
RGB: (255,227,131)
(100%, 89%, 51%)
R 255 of 255 = 100%
G 227 of 255 = 89%
B 131 of 255 = 51%
R + G + B ~ 80%. #FFE383 is quite light color.
R + G + B = 255 + 227 + 131 = 613 (100%)
R 255 of 613 ~ 41.6%
G 227 of 613 ~ 37.03%
B 131 of 613 ~ 21.37'%
#FFE383 color CMYK value is (0,11,49,0).
CMYK: (0,11,49,0)
C0M11Y49K0 (0%, 11%, 49%, 0%)
(0.00 / 0.11 / 0.49 / 0.00)
Color #FFE383 in popluar color models
FF | E3 | 83 | |
---|---|---|---|
RGB | 255 | 227 | 131 |
HSL | 46° | 100.00% | 75.69% |
HSB/HSV | 46° | 48.63% | 100.00% |
CMYK | 0.00% | 10.98% | 48.63% |
0.00% |
Color #FFE383 in popluar number systems.
HEX | FF | E3 | 83 |
Decimal | 255 | 227 | 131 |
Binary | 11111111 | 11100011 | 10000011 |
Octal | 377 | 343 | 203 |
Shades of #FFE383
Tints of #FFE383
Examples of css and html codes for elements with #FFE383 color. Also use rgb(255,227,131) instead hex code.
.myTextColor { color: #FFE383; }
<p style="color:#FFE383">This sample text font color is #FFE383.</p>
This text font color is #FFE383.
.myBgColor { background-color: #FFE383; }
<div style="background-color:#FFE383">Inner text</div>
This div background color is #FFE383.
.myBorderColor { border: 1px solid #FFE383; }
<div style="border:3px solid #FFE383">Div</div>
This div border color is #FFE383.
.myOpacity80 { color: #FFE383; opacity: 0.8; }
<p style="color:#FFE383;opacity:0.8;">80%</p>
Text with #FFE383 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFE383;}
<p style="text-shadow: 3px 3px 1px #FFE383">Text here.</p>
This text has shadow with #FFE383 color.
.textShadow {text-shadow: 3px 3px 1px #FFE383', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFE383, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFE383 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE383, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFE383, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFE383 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFE383;
-webkit-box-shadow: 1px 1px 3px 2px #FFE383;
box-shadow: 1px 1px 3px 2px #FFE383;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE383; -webkit-box-shadow: 1px 1px 3px 2px #FFE383; box-shadow:1px 1px 3px 2px #FFE383;">
Div content here
</div>
This text has color #FFE383 on black background.
This text has color #FFE383 on white background.
This text has black color on #FFE383 background.
This text has white color on #FFE383 background.
Complementary color for #hex is #001C7C.