COLOR #F4E0AA

HEX: #F4E0AA
RGB: (244,224,170)

Color info

#F4E0AA contains mainly red and green colors. Web safe color of #F4E0AA is #FFCC99 (or #FC9).

RGB color model

#F4E0AA color RGB value is (244,224,170).

  • red value is 244;
  • green value is 224;
  • blue value is 170.
RGB:
(244,224,170)
(96%,88%,67%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 170 of 255 = 67%

244
224
170

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

Portions of RGB colors in percentages

R + G + B =
244 + 224 + 170 = 638 (100%)
R 244 of 638 ~ 38.24%
G 224 of 638 ~ 35.11%
B 170 of 638 ~ 26.65%

%38.24
%35.11
%26.65

CMYK color model

#F4E0AA color CMYK value is (0,8,30,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 30.33%
  • key color value is 4.31%
CMYK:
(0,8,30,4)
C0M8Y30K4 
(0%,8%,30%,4%)
(0.00/0.08/0.30/0.04)	

CMYK percentages

%0
%8.2
%30.33
%4.31

Codes

Color #F4E0AA in popluar color models

F4E0AA
RGB244224170
HSL44°77.08%81.18%
HSB/HSV44°30.33%95.69%
CMYK0.00%8.20%30.33%
4.31%

Color #F4E0AA in popluar number systems.

HEXF4E0AA
Decimal244224170
Binary111101001110000010101010
Octal364340252

Shades and tints

Shades of #F4E0AA

#F4E0AA
(244,224,170)
#DECC9B
(222,204,155)
#C8B88C
(200,184,140)
#B2A47D
(178,164,125)
#9C906E
(156,144,110)
#867C5F
(134,124,95)
#706850
(112,104,80)
#5A5441
(90,84,65)
#444032
(68,64,50)
#2E2C23
(46,44,35)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #F4E0AA

#F4E0AA
(244,224,170)
#F5E2B1
(245,226,177)
#F6E4B8
(246,228,184)
#F7E6BF
(247,230,191)
#F8E8C6
(248,232,198)
#F9EACD
(249,234,205)
#FAECD4
(250,236,212)
#FBEEDB
(251,238,219)
#FCF0E2
(252,240,226)
#FDF2E9
(253,242,233)
#FEF4F0
(254,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E0AA color. Also use rgb(244,224,170) instead hex code.

Text Font Color

.myTextColor { color: #F4E0AA; }

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

This text font color is #F4E0AA.


Background Color

.myBgColor { background-color: #F4E0AA; }

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

This div background color is #F4E0AA.


Border color

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

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

This div border color is #F4E0AA.


Opacity

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

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

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

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

This text has shadow with #F4E0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E0AA on black background.


Color preview on white background

This text has color #F4E0AA on white background.



Black color preview on #F4E0AA background

This text has black color on #F4E0AA background.


White color preview on #F4E0AA background

This text has white color on #F4E0AA background.