COLOR #FFEA95

HEX: #FFEA95
RGB: (255,234,149)

Color info

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

RGB color model

#FFEA95 color RGB value is (255,234,149).

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

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 149 of 255 = 58%

255
234
149

R + G + B ~ 83%. #FFEA95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 149 = 638 (100%)
R 255 of 638 ~ 39.97%
G 234 of 638 ~ 36.68%
B 149 of 638 ~ 23.35%

%39.97
%36.68
%23.35

CMYK color model

#FFEA95 color CMYK value is (0,8,42,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 41.57%
  • key color value is 0.00%
CMYK:
(0,8,42,0)
C0M8Y42K0 
(0%,8%,42%,0%)
(0.00/0.08/0.42/0.00)	

CMYK percentages

%0
%8.24
%41.57
%0

Codes

Color #FFEA95 in popluar color models

FFEA95
RGB255234149
HSL48°100.00%79.22%
HSB/HSV48°41.57%100.00%
CMYK0.00%8.24%41.57%
0.00%

Color #FFEA95 in popluar number systems.

HEXFFEA95
Decimal255234149
Binary111111111110101010010101
Octal377352225

Shades and tints

Shades of #FFEA95

#FFEA95
(255,234,149)
#E8D588
(232,213,136)
#D1C07B
(209,192,123)
#BAAB6E
(186,171,110)
#A39661
(163,150,97)
#8C8154
(140,129,84)
#756C47
(117,108,71)
#5E573A
(94,87,58)
#47422D
(71,66,45)
#302D20
(48,45,32)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #FFEA95

#FFEA95
(255,234,149)
#FFEB9E
(255,235,158)
#FFECA7
(255,236,167)
#FFEDB0
(255,237,176)
#FFEEB9
(255,238,185)
#FFEFC2
(255,239,194)
#FFF0CB
(255,240,203)
#FFF1D4
(255,241,212)
#FFF2DD
(255,242,221)
#FFF3E6
(255,243,230)
#FFF4EF
(255,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEA95; }

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

This text font color is #FFEA95.


Background Color

.myBgColor { background-color: #FFEA95; }

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

This div background color is #FFEA95.


Border color

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

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

This div border color is #FFEA95.


Opacity

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

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

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

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

This text has shadow with #FFEA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEA95 on black background.


Color preview on white background

This text has color #FFEA95 on white background.



Black color preview on #FFEA95 background

This text has black color on #FFEA95 background.


White color preview on #FFEA95 background

This text has white color on #FFEA95 background.