COLOR #FFE98A

HEX: #FFE98A
RGB: (255,233,138)

Color info

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

RGB color model

#FFE98A color RGB value is (255,233,138).

  • red value is 255;
  • green value is 233;
  • blue value is 138.
RGB:
(255,233,138)
(100%,91%,54%)

RGB channels and saturation

R 255 of 255 = 100%
G 233 of 255 = 91%
B 138 of 255 = 54%

255
233
138

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

Portions of RGB colors in percentages

R + G + B =
255 + 233 + 138 = 626 (100%)
R 255 of 626 ~ 40.73%
G 233 of 626 ~ 37.22%
B 138 of 626 ~ 22.04%

%40.73
%37.22
%22.04

CMYK color model

#FFE98A color CMYK value is (0,9,46,0).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(0,9,46,0)
C0M9Y46K0 
(0%,9%,46%,0%)
(0.00/0.09/0.46/0.00)	

CMYK percentages

%0
%8.63
%45.88
%0

Codes

Color #FFE98A in popluar color models

FFE98A
RGB255233138
HSL49°100.00%77.06%
HSB/HSV49°45.88%100.00%
CMYK0.00%8.63%45.88%
0.00%

Color #FFE98A in popluar number systems.

HEXFFE98A
Decimal255233138
Binary111111111110100110001010
Octal377351212

Shades and tints

Shades of #FFE98A

#FFE98A
(255,233,138)
#E8D47E
(232,212,126)
#D1BF72
(209,191,114)
#BAAA66
(186,170,102)
#A3955A
(163,149,90)
#8C804E
(140,128,78)
#756B42
(117,107,66)
#5E5636
(94,86,54)
#47412A
(71,65,42)
#302C1E
(48,44,30)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #FFE98A

#FFE98A
(255,233,138)
#FFEB94
(255,235,148)
#FFED9E
(255,237,158)
#FFEFA8
(255,239,168)
#FFF1B2
(255,241,178)
#FFF3BC
(255,243,188)
#FFF5C6
(255,245,198)
#FFF7D0
(255,247,208)
#FFF9DA
(255,249,218)
#FFFBE4
(255,251,228)
#FFFDEE
(255,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE98A color. Also use rgb(255,233,138) instead hex code.

Text Font Color

.myTextColor { color: #FFE98A; }

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

This text font color is #FFE98A.


Background Color

.myBgColor { background-color: #FFE98A; }

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

This div background color is #FFE98A.


Border color

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

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

This div border color is #FFE98A.


Opacity

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

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

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

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

This text has shadow with #FFE98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE98A on black background.


Color preview on white background

This text has color #FFE98A on white background.



Black color preview on #FFE98A background

This text has black color on #FFE98A background.


White color preview on #FFE98A background

This text has white color on #FFE98A background.