COLOR #F1EA8D

HEX: #F1EA8D
RGB: (241,234,141)

Color info

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

RGB color model

#F1EA8D color RGB value is (241,234,141).

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

RGB channels and saturation

R 241 of 255 = 95%
G 234 of 255 = 92%
B 141 of 255 = 55%

241
234
141

R + G + B ~ 81%. #F1EA8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 234 + 141 = 616 (100%)
R 241 of 616 ~ 39.12%
G 234 of 616 ~ 37.99%
B 141 of 616 ~ 22.89%

%39.12
%37.99
%22.89

CMYK color model

#F1EA8D color CMYK value is (0,3,41,5).

  • cyan value is 0.00%
  • magenta value is 2.90%
  • yellow value is 41.49%
  • key color value is 5.49%
CMYK:
(0,3,41,5)
C0M3Y41K5 
(0%,3%,41%,5%)
(0.00/0.03/0.41/0.05)	

CMYK percentages

%0
%2.9
%41.49
%5.49

Codes

Color #F1EA8D in popluar color models

F1EA8D
RGB241234141
HSL56°78.13%74.90%
HSB/HSV56°41.49%94.51%
CMYK0.00%2.90%41.49%
5.49%

Color #F1EA8D in popluar number systems.

HEXF1EA8D
Decimal241234141
Binary111100011110101010001101
Octal361352215

Shades and tints

Shades of #F1EA8D

#F1EA8D
(241,234,141)
#DCD581
(220,213,129)
#C7C075
(199,192,117)
#B2AB69
(178,171,105)
#9D965D
(157,150,93)
#888151
(136,129,81)
#736C45
(115,108,69)
#5E5739
(94,87,57)
#49422D
(73,66,45)
#342D21
(52,45,33)
#1F1815
(31,24,21)
#000000
(0,0,0)

Tints of #F1EA8D

#F1EA8D
(241,234,141)
#F2EB97
(242,235,151)
#F3ECA1
(243,236,161)
#F4EDAB
(244,237,171)
#F5EEB5
(245,238,181)
#F6EFBF
(246,239,191)
#F7F0C9
(247,240,201)
#F8F1D3
(248,241,211)
#F9F2DD
(249,242,221)
#FAF3E7
(250,243,231)
#FBF4F1
(251,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EA8D; }

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

This text font color is #F1EA8D.


Background Color

.myBgColor { background-color: #F1EA8D; }

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

This div background color is #F1EA8D.


Border color

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

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

This div border color is #F1EA8D.


Opacity

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

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

Text with #F1EA8D 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 #F1EA8D;}

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

This text has shadow with #F1EA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EA8D on black background.


Color preview on white background

This text has color #F1EA8D on white background.



Black color preview on #F1EA8D background

This text has black color on #F1EA8D background.


White color preview on #F1EA8D background

This text has white color on #F1EA8D background.