COLOR #F4E7A4

HEX: #F4E7A4
RGB: (244,231,164)

Color info

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

RGB color model

#F4E7A4 color RGB value is (244,231,164).

  • red value is 244;
  • green value is 231;
  • blue value is 164.
RGB:
(244,231,164)
(96%,91%,64%)

RGB channels and saturation

R 244 of 255 = 96%
G 231 of 255 = 91%
B 164 of 255 = 64%

244
231
164

R + G + B ~ 84%. #F4E7A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 231 + 164 = 639 (100%)
R 244 of 639 ~ 38.18%
G 231 of 639 ~ 36.15%
B 164 of 639 ~ 25.67%

%38.18
%36.15
%25.67

CMYK color model

#F4E7A4 color CMYK value is (0,5,33,4).

  • cyan value is 0.00%
  • magenta value is 5.33%
  • yellow value is 32.79%
  • key color value is 4.31%
CMYK:
(0,5,33,4)
C0M5Y33K4 
(0%,5%,33%,4%)
(0.00/0.05/0.33/0.04)	

CMYK percentages

%0
%5.33
%32.79
%4.31

Codes

Color #F4E7A4 in popluar color models

F4E7A4
RGB244231164
HSL50°78.43%80.00%
HSB/HSV50°32.79%95.69%
CMYK0.00%5.33%32.79%
4.31%

Color #F4E7A4 in popluar number systems.

HEXF4E7A4
Decimal244231164
Binary111101001110011110100100
Octal364347244

Shades and tints

Shades of #F4E7A4

#F4E7A4
(244,231,164)
#DED296
(222,210,150)
#C8BD88
(200,189,136)
#B2A87A
(178,168,122)
#9C936C
(156,147,108)
#867E5E
(134,126,94)
#706950
(112,105,80)
#5A5442
(90,84,66)
#443F34
(68,63,52)
#2E2A26
(46,42,38)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #F4E7A4

#F4E7A4
(244,231,164)
#F5E9AC
(245,233,172)
#F6EBB4
(246,235,180)
#F7EDBC
(247,237,188)
#F8EFC4
(248,239,196)
#F9F1CC
(249,241,204)
#FAF3D4
(250,243,212)
#FBF5DC
(251,245,220)
#FCF7E4
(252,247,228)
#FDF9EC
(253,249,236)
#FEFBF4
(254,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E7A4 color. Also use rgb(244,231,164) instead hex code.

Text Font Color

.myTextColor { color: #F4E7A4; }

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

This text font color is #F4E7A4.


Background Color

.myBgColor { background-color: #F4E7A4; }

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

This div background color is #F4E7A4.


Border color

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

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

This div border color is #F4E7A4.


Opacity

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

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

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

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

This text has shadow with #F4E7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E7A4 on black background.


Color preview on white background

This text has color #F4E7A4 on white background.



Black color preview on #F4E7A4 background

This text has black color on #F4E7A4 background.


White color preview on #F4E7A4 background

This text has white color on #F4E7A4 background.