COLOR #F4EA8C

HEX: #F4EA8C
RGB: (244,234,140)

Color info

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

RGB color model

#F4EA8C color RGB value is (244,234,140).

  • red value is 244;
  • green value is 234;
  • blue value is 140.
RGB:
(244,234,140)
(96%,92%,55%)

RGB channels and saturation

R 244 of 255 = 96%
G 234 of 255 = 92%
B 140 of 255 = 55%

244
234
140

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

Portions of RGB colors in percentages

R + G + B =
244 + 234 + 140 = 618 (100%)
R 244 of 618 ~ 39.48%
G 234 of 618 ~ 37.86%
B 140 of 618 ~ 22.65%

%39.48
%37.86
%22.65

CMYK color model

#F4EA8C color CMYK value is (0,4,43,4).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 42.62%
  • key color value is 4.31%
CMYK:
(0,4,43,4)
C0M4Y43K4 
(0%,4%,43%,4%)
(0.00/0.04/0.43/0.04)	

CMYK percentages

%0
%4.1
%42.62
%4.31

Codes

Color #F4EA8C in popluar color models

F4EA8C
RGB244234140
HSL54°82.54%75.29%
HSB/HSV54°42.62%95.69%
CMYK0.00%4.10%42.62%
4.31%

Color #F4EA8C in popluar number systems.

HEXF4EA8C
Decimal244234140
Binary111101001110101010001100
Octal364352214

Shades and tints

Shades of #F4EA8C

#F4EA8C
(244,234,140)
#DED580
(222,213,128)
#C8C074
(200,192,116)
#B2AB68
(178,171,104)
#9C965C
(156,150,92)
#868150
(134,129,80)
#706C44
(112,108,68)
#5A5738
(90,87,56)
#44422C
(68,66,44)
#2E2D20
(46,45,32)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #F4EA8C

#F4EA8C
(244,234,140)
#F5EB96
(245,235,150)
#F6ECA0
(246,236,160)
#F7EDAA
(247,237,170)
#F8EEB4
(248,238,180)
#F9EFBE
(249,239,190)
#FAF0C8
(250,240,200)
#FBF1D2
(251,241,210)
#FCF2DC
(252,242,220)
#FDF3E6
(253,243,230)
#FEF4F0
(254,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4EA8C color. Also use rgb(244,234,140) instead hex code.

Text Font Color

.myTextColor { color: #F4EA8C; }

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

This text font color is #F4EA8C.


Background Color

.myBgColor { background-color: #F4EA8C; }

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

This div background color is #F4EA8C.


Border color

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

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

This div border color is #F4EA8C.


Opacity

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

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

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

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

This text has shadow with #F4EA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4EA8C on black background.


Color preview on white background

This text has color #F4EA8C on white background.



Black color preview on #F4EA8C background

This text has black color on #F4EA8C background.


White color preview on #F4EA8C background

This text has white color on #F4EA8C background.