COLOR #F4EBA2

HEX: #F4EBA2
RGB: (244,235,162)

Color info

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

RGB color model

#F4EBA2 color RGB value is (244,235,162).

  • red value is 244;
  • green value is 235;
  • blue value is 162.
RGB:
(244,235,162)
(96%,92%,64%)

RGB channels and saturation

R 244 of 255 = 96%
G 235 of 255 = 92%
B 162 of 255 = 64%

244
235
162

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

Portions of RGB colors in percentages

R + G + B =
244 + 235 + 162 = 641 (100%)
R 244 of 641 ~ 38.07%
G 235 of 641 ~ 36.66%
B 162 of 641 ~ 25.27%

%38.07
%36.66
%25.27

CMYK color model

#F4EBA2 color CMYK value is (0,4,34,4).

  • cyan value is 0.00%
  • magenta value is 3.69%
  • yellow value is 33.61%
  • key color value is 4.31%
CMYK:
(0,4,34,4)
C0M4Y34K4 
(0%,4%,34%,4%)
(0.00/0.04/0.34/0.04)	

CMYK percentages

%0
%3.69
%33.61
%4.31

Codes

Color #F4EBA2 in popluar color models

F4EBA2
RGB244235162
HSL53°78.85%79.61%
HSB/HSV53°33.61%95.69%
CMYK0.00%3.69%33.61%
4.31%

Color #F4EBA2 in popluar number systems.

HEXF4EBA2
Decimal244235162
Binary111101001110101110100010
Octal364353242

Shades and tints

Shades of #F4EBA2

#F4EBA2
(244,235,162)
#DED694
(222,214,148)
#C8C186
(200,193,134)
#B2AC78
(178,172,120)
#9C976A
(156,151,106)
#86825C
(134,130,92)
#706D4E
(112,109,78)
#5A5840
(90,88,64)
#444332
(68,67,50)
#2E2E24
(46,46,36)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #F4EBA2

#F4EBA2
(244,235,162)
#F5ECAA
(245,236,170)
#F6EDB2
(246,237,178)
#F7EEBA
(247,238,186)
#F8EFC2
(248,239,194)
#F9F0CA
(249,240,202)
#FAF1D2
(250,241,210)
#FBF2DA
(251,242,218)
#FCF3E2
(252,243,226)
#FDF4EA
(253,244,234)
#FEF5F2
(254,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4EBA2 color. Also use rgb(244,235,162) instead hex code.

Text Font Color

.myTextColor { color: #F4EBA2; }

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

This text font color is #F4EBA2.


Background Color

.myBgColor { background-color: #F4EBA2; }

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

This div background color is #F4EBA2.


Border color

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

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

This div border color is #F4EBA2.


Opacity

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

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

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

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

This text has shadow with #F4EBA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4EBA2 on black background.


Color preview on white background

This text has color #F4EBA2 on white background.



Black color preview on #F4EBA2 background

This text has black color on #F4EBA2 background.


White color preview on #F4EBA2 background

This text has white color on #F4EBA2 background.