COLOR #F5EA84

HEX: #F5EA84
RGB: (245,234,132)

Color info

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

RGB color model

#F5EA84 color RGB value is (245,234,132).

  • red value is 245;
  • green value is 234;
  • blue value is 132.
RGB:
(245,234,132)
(96%,92%,52%)

RGB channels and saturation

R 245 of 255 = 96%
G 234 of 255 = 92%
B 132 of 255 = 52%

245
234
132

R + G + B ~ 80%. #F5EA84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 234 + 132 = 611 (100%)
R 245 of 611 ~ 40.1%
G 234 of 611 ~ 38.3%
B 132 of 611 ~ 21.6%

%40.1
%38.3
%21.6

CMYK color model

#F5EA84 color CMYK value is (0,4,46,4).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 46.12%
  • key color value is 3.92%
CMYK:
(0,4,46,4)
C0M4Y46K4 
(0%,4%,46%,4%)
(0.00/0.04/0.46/0.04)	

CMYK percentages

%0
%4.49
%46.12
%3.92

Codes

Color #F5EA84 in popluar color models

F5EA84
RGB245234132
HSL54°84.96%73.92%
HSB/HSV54°46.12%96.08%
CMYK0.00%4.49%46.12%
3.92%

Color #F5EA84 in popluar number systems.

HEXF5EA84
Decimal245234132
Binary111101011110101010000100
Octal365352204

Shades and tints

Shades of #F5EA84

#F5EA84
(245,234,132)
#DFD578
(223,213,120)
#C9C06C
(201,192,108)
#B3AB60
(179,171,96)
#9D9654
(157,150,84)
#878148
(135,129,72)
#716C3C
(113,108,60)
#5B5730
(91,87,48)
#454224
(69,66,36)
#2F2D18
(47,45,24)
#19180C
(25,24,12)
#000000
(0,0,0)

Tints of #F5EA84

#F5EA84
(245,234,132)
#F5EB8F
(245,235,143)
#F5EC9A
(245,236,154)
#F5EDA5
(245,237,165)
#F5EEB0
(245,238,176)
#F5EFBB
(245,239,187)
#F5F0C6
(245,240,198)
#F5F1D1
(245,241,209)
#F5F2DC
(245,242,220)
#F5F3E7
(245,243,231)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EA84 color. Also use rgb(245,234,132) instead hex code.

Text Font Color

.myTextColor { color: #F5EA84; }

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

This text font color is #F5EA84.


Background Color

.myBgColor { background-color: #F5EA84; }

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

This div background color is #F5EA84.


Border color

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

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

This div border color is #F5EA84.


Opacity

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

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

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

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

This text has shadow with #F5EA84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EA84 on black background.


Color preview on white background

This text has color #F5EA84 on white background.



Black color preview on #F5EA84 background

This text has black color on #F5EA84 background.


White color preview on #F5EA84 background

This text has white color on #F5EA84 background.