HEX: #FFE68D
RGB: (255,230,141)
#FFE68D contains mainly red and green colors. Web safe color of #FFE68D is #FFCC99 (or #FC9).
#FFE68D color RGB value is (255,230,141).
RGB: (255,230,141)
(100%, 90%, 55%)
R 255 of 255 = 100%
G 230 of 255 = 90%
B 141 of 255 = 55%
R + G + B ~ 82%. #FFE68D is quite light color.
R + G + B = 255 + 230 + 141 = 626 (100%)
R 255 of 626 ~ 40.73%
G 230 of 626 ~ 36.74%
B 141 of 626 ~ 22.52'%
#FFE68D color CMYK value is (0,10,45,0).
CMYK: (0,10,45,0)
C0M10Y45K0 (0%, 10%, 45%, 0%)
(0.00 / 0.10 / 0.45 / 0.00)
Color #FFE68D in popluar color models
FF | E6 | 8D | |
---|---|---|---|
RGB | 255 | 230 | 141 |
HSL | 47° | 100.00% | 77.65% |
HSB/HSV | 47° | 44.71% | 100.00% |
CMYK | 0.00% | 9.80% | 44.71% |
0.00% |
Color #FFE68D in popluar number systems.
HEX | FF | E6 | 8D |
Decimal | 255 | 230 | 141 |
Binary | 11111111 | 11100110 | 10001101 |
Octal | 377 | 346 | 215 |
Shades of #FFE68D
Tints of #FFE68D
Examples of css and html codes for elements with #FFE68D color. Also use rgb(255,230,141) instead hex code.
.myTextColor { color: #FFE68D; }
<p style="color:#FFE68D">This sample text font color is #FFE68D.</p>
This text font color is #FFE68D.
.myBgColor { background-color: #FFE68D; }
<div style="background-color:#FFE68D">Inner text</div>
This div background color is #FFE68D.
.myBorderColor { border: 1px solid #FFE68D; }
<div style="border:3px solid #FFE68D">Div</div>
This div border color is #FFE68D.
.myOpacity80 { color: #FFE68D; opacity: 0.8; }
<p style="color:#FFE68D;opacity:0.8;">80%</p>
Text with #FFE68D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFE68D;}
<p style="text-shadow: 3px 3px 1px #FFE68D">Text here.</p>
This text has shadow with #FFE68D color.
.textShadow {text-shadow: 3px 3px 1px #FFE68D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFE68D, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFE68D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFE68D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFE68D, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFE68D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFE68D;
-webkit-box-shadow: 1px 1px 3px 2px #FFE68D;
box-shadow: 1px 1px 3px 2px #FFE68D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFE68D; -webkit-box-shadow: 1px 1px 3px 2px #FFE68D; box-shadow:1px 1px 3px 2px #FFE68D;">
Div content here
</div>
This text has color #FFE68D on black background.
This text has color #FFE68D on white background.
This text has black color on #FFE68D background.
This text has white color on #FFE68D background.
Complementary color for #hex is #001972.