COLOR #FFE48A

HEX: #FFE48A
RGB: (255,228,138)

Color info

#FFE48A contains mainly red and green colors. Web safe color of #FFE48A is #FFCC99 (or #FC9).

RGB color model

#FFE48A color RGB value is (255,228,138).

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

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 138 of 255 = 54%

255
228
138

R + G + B ~ 81%. #FFE48A is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 228 + 138 = 621 (100%)
R 255 of 621 ~ 41.06%
G 228 of 621 ~ 36.71%
B 138 of 621 ~ 22.22%

%41.06
%36.71
%22.22

CMYK color model

#FFE48A color CMYK value is (0,11,46,0).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(0,11,46,0)
C0M11Y46K0 
(0%,11%,46%,0%)
(0.00/0.11/0.46/0.00)	

CMYK percentages

%0
%10.59
%45.88
%0

Codes

Color #FFE48A in popluar color models

FFE48A
RGB255228138
HSL46°100.00%77.06%
HSB/HSV46°45.88%100.00%
CMYK0.00%10.59%45.88%
0.00%

Color #FFE48A in popluar number systems.

HEXFFE48A
Decimal255228138
Binary111111111110010010001010
Octal377344212

Shades and tints

Shades of #FFE48A

#FFE48A
(255,228,138)
#E8D07E
(232,208,126)
#D1BC72
(209,188,114)
#BAA866
(186,168,102)
#A3945A
(163,148,90)
#8C804E
(140,128,78)
#756C42
(117,108,66)
#5E5836
(94,88,54)
#47442A
(71,68,42)
#30301E
(48,48,30)
#191C12
(25,28,18)
#000000
(0,0,0)

Tints of #FFE48A

#FFE48A
(255,228,138)
#FFE694
(255,230,148)
#FFE89E
(255,232,158)
#FFEAA8
(255,234,168)
#FFECB2
(255,236,178)
#FFEEBC
(255,238,188)
#FFF0C6
(255,240,198)
#FFF2D0
(255,242,208)
#FFF4DA
(255,244,218)
#FFF6E4
(255,246,228)
#FFF8EE
(255,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE48A; }

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

This text font color is #FFE48A.


Background Color

.myBgColor { background-color: #FFE48A; }

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

This div background color is #FFE48A.


Border color

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

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

This div border color is #FFE48A.


Opacity

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

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

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

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

This text has shadow with #FFE48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE48A on black background.


Color preview on white background

This text has color #FFE48A on white background.



Black color preview on #FFE48A background

This text has black color on #FFE48A background.


White color preview on #FFE48A background

This text has white color on #FFE48A background.