COLOR #F0EA8D

HEX: #F0EA8D
RGB: (240,234,141)

Color info

#F0EA8D contains mainly red and green colors. Web safe color of #F0EA8D is #FFFF99 (or #FF9).

RGB color model

#F0EA8D color RGB value is (240,234,141).

  • red value is 240;
  • green value is 234;
  • blue value is 141.
RGB:
(240,234,141)
(94%,92%,55%)

RGB channels and saturation

R 240 of 255 = 94%
G 234 of 255 = 92%
B 141 of 255 = 55%

240
234
141

R + G + B ~ 80%. #F0EA8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 234 + 141 = 615 (100%)
R 240 of 615 ~ 39.02%
G 234 of 615 ~ 38.05%
B 141 of 615 ~ 22.93%

%39.02
%38.05
%22.93

CMYK color model

#F0EA8D color CMYK value is (0,3,41,6).

  • cyan value is 0.00%
  • magenta value is 2.50%
  • yellow value is 41.25%
  • key color value is 5.88%
CMYK:
(0,3,41,6)
C0M3Y41K6 
(0%,3%,41%,6%)
(0.00/0.03/0.41/0.06)	

CMYK percentages

%0
%2.5
%41.25
%5.88

Codes

Color #F0EA8D in popluar color models

F0EA8D
RGB240234141
HSL56°76.74%74.71%
HSB/HSV56°41.25%94.12%
CMYK0.00%2.50%41.25%
5.88%

Color #F0EA8D in popluar number systems.

HEXF0EA8D
Decimal240234141
Binary111100001110101010001101
Octal360352215

Shades and tints

Shades of #F0EA8D

#F0EA8D
(240,234,141)
#DBD581
(219,213,129)
#C6C075
(198,192,117)
#B1AB69
(177,171,105)
#9C965D
(156,150,93)
#878151
(135,129,81)
#726C45
(114,108,69)
#5D5739
(93,87,57)
#48422D
(72,66,45)
#332D21
(51,45,33)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #F0EA8D

#F0EA8D
(240,234,141)
#F1EB97
(241,235,151)
#F2ECA1
(242,236,161)
#F3EDAB
(243,237,171)
#F4EEB5
(244,238,181)
#F5EFBF
(245,239,191)
#F6F0C9
(246,240,201)
#F7F1D3
(247,241,211)
#F8F2DD
(248,242,221)
#F9F3E7
(249,243,231)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0EA8D color. Also use rgb(240,234,141) instead hex code.

Text Font Color

.myTextColor { color: #F0EA8D; }

<p style="color:#F0EA8D">This sample text font color is #F0EA8D.</p>

This text font color is #F0EA8D.


Background Color

.myBgColor { background-color: #F0EA8D; }

<div style="background-color:#F0EA8D">Inner text</div>

This div background color is #F0EA8D.


Border color

.myBorderColor { border: 1px solid #F0EA8D; }

<div style="border:3px solid #F0EA8D">Div</div>

This div border color is #F0EA8D.


Opacity

.myOpacity80 { color: #F0EA8D; opacity: 0.8; }

<p style="color:#F0EA8D;opacity:0.8;">80%</p>

Text with #F0EA8D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F0EA8D;}

<p style="text-shadow: 3px 3px 1px #F0EA8D">Text here.</p>

This text has shadow with #F0EA8D color.

.textShadow {text-shadow: 3px 3px 1px #F0EA8D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F0EA8D, 5px 5px 20px red">Text here.</p>

This text has shadow with #F0EA8D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0EA8D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F0EA8D, Direction=45, Strength=4)">Text</p>

This text has shadow with #F0EA8D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F0EA8D;
  -webkit-box-shadow:	1px 1px 3px 2px #F0EA8D;
  box-shadow:		1px 1px 3px 2px #F0EA8D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0EA8D;
-webkit-box-shadow: 1px 1px 3px 2px #F0EA8D;
box-shadow:1px 1px 3px 2px #F0EA8D;">
Div content here</div>
This div box has shadow with color #F0EA8D.

Preview

Color preview on black background

This text has color #F0EA8D on black background.


Color preview on white background

This text has color #F0EA8D on white background.



Black color preview on #F0EA8D background

This text has black color on #F0EA8D background.


White color preview on #F0EA8D background

This text has white color on #F0EA8D background.