COLOR #F5EA88

HEX: #F5EA88
RGB: (245,234,136)

Color info

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

RGB color model

#F5EA88 color RGB value is (245,234,136).

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

RGB channels and saturation

R 245 of 255 = 96%
G 234 of 255 = 92%
B 136 of 255 = 53%

245
234
136

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

Portions of RGB colors in percentages

R + G + B =
245 + 234 + 136 = 615 (100%)
R 245 of 615 ~ 39.84%
G 234 of 615 ~ 38.05%
B 136 of 615 ~ 22.11%

%39.84
%38.05
%22.11

CMYK color model

#F5EA88 color CMYK value is (0,4,44,4).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 44.49%
  • key color value is 3.92%
CMYK:
(0,4,44,4)
C0M4Y44K4 
(0%,4%,44%,4%)
(0.00/0.04/0.44/0.04)	

CMYK percentages

%0
%4.49
%44.49
%3.92

Codes

Color #F5EA88 in popluar color models

F5EA88
RGB245234136
HSL54°84.50%74.71%
HSB/HSV54°44.49%96.08%
CMYK0.00%4.49%44.49%
3.92%

Color #F5EA88 in popluar number systems.

HEXF5EA88
Decimal245234136
Binary111101011110101010001000
Octal365352210

Shades and tints

Shades of #F5EA88

#F5EA88
(245,234,136)
#DFD57C
(223,213,124)
#C9C070
(201,192,112)
#B3AB64
(179,171,100)
#9D9658
(157,150,88)
#87814C
(135,129,76)
#716C40
(113,108,64)
#5B5734
(91,87,52)
#454228
(69,66,40)
#2F2D1C
(47,45,28)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #F5EA88

#F5EA88
(245,234,136)
#F5EB92
(245,235,146)
#F5EC9C
(245,236,156)
#F5EDA6
(245,237,166)
#F5EEB0
(245,238,176)
#F5EFBA
(245,239,186)
#F5F0C4
(245,240,196)
#F5F1CE
(245,241,206)
#F5F2D8
(245,242,216)
#F5F3E2
(245,243,226)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EA88; }

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

This text font color is #F5EA88.


Background Color

.myBgColor { background-color: #F5EA88; }

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

This div background color is #F5EA88.


Border color

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

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

This div border color is #F5EA88.


Opacity

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

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

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

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

This text has shadow with #F5EA88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EA88 on black background.


Color preview on white background

This text has color #F5EA88 on white background.



Black color preview on #F5EA88 background

This text has black color on #F5EA88 background.


White color preview on #F5EA88 background

This text has white color on #F5EA88 background.