COLOR #FFEA89

HEX: #FFEA89
RGB: (255,234,137)

Color info

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

RGB color model

#FFEA89 color RGB value is (255,234,137).

  • red value is 255;
  • green value is 234;
  • blue value is 137.
RGB:
(255,234,137)
(100%,92%,54%)

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 137 of 255 = 54%

255
234
137

R + G + B ~ 82%. #FFEA89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 137 = 626 (100%)
R 255 of 626 ~ 40.73%
G 234 of 626 ~ 37.38%
B 137 of 626 ~ 21.88%

%40.73
%37.38
%21.88

CMYK color model

#FFEA89 color CMYK value is (0,8,46,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 46.27%
  • key color value is 0.00%
CMYK:
(0,8,46,0)
C0M8Y46K0 
(0%,8%,46%,0%)
(0.00/0.08/0.46/0.00)	

CMYK percentages

%0
%8.24
%46.27
%0

Codes

Color #FFEA89 in popluar color models

FFEA89
RGB255234137
HSL49°100.00%76.86%
HSB/HSV49°46.27%100.00%
CMYK0.00%8.24%46.27%
0.00%

Color #FFEA89 in popluar number systems.

HEXFFEA89
Decimal255234137
Binary111111111110101010001001
Octal377352211

Shades and tints

Shades of #FFEA89

#FFEA89
(255,234,137)
#E8D57D
(232,213,125)
#D1C071
(209,192,113)
#BAAB65
(186,171,101)
#A39659
(163,150,89)
#8C814D
(140,129,77)
#756C41
(117,108,65)
#5E5735
(94,87,53)
#474229
(71,66,41)
#302D1D
(48,45,29)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #FFEA89

#FFEA89
(255,234,137)
#FFEB93
(255,235,147)
#FFEC9D
(255,236,157)
#FFEDA7
(255,237,167)
#FFEEB1
(255,238,177)
#FFEFBB
(255,239,187)
#FFF0C5
(255,240,197)
#FFF1CF
(255,241,207)
#FFF2D9
(255,242,217)
#FFF3E3
(255,243,227)
#FFF4ED
(255,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEA89 color. Also use rgb(255,234,137) instead hex code.

Text Font Color

.myTextColor { color: #FFEA89; }

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

This text font color is #FFEA89.


Background Color

.myBgColor { background-color: #FFEA89; }

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

This div background color is #FFEA89.


Border color

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

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

This div border color is #FFEA89.


Opacity

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

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

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

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

This text has shadow with #FFEA89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEA89 on black background.


Color preview on white background

This text has color #FFEA89 on white background.



Black color preview on #FFEA89 background

This text has black color on #FFEA89 background.


White color preview on #FFEA89 background

This text has white color on #FFEA89 background.