COLOR #FFE38E

HEX: #FFE38E
RGB: (255,227,142)

Color info

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

RGB color model

#FFE38E color RGB value is (255,227,142).

  • red value is 255;
  • green value is 227;
  • blue value is 142.
RGB:
(255,227,142)
(100%,89%,56%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 142 of 255 = 56%

255
227
142

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

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 142 = 624 (100%)
R 255 of 624 ~ 40.87%
G 227 of 624 ~ 36.38%
B 142 of 624 ~ 22.76%

%40.87
%36.38
%22.76

CMYK color model

#FFE38E color CMYK value is (0,11,44,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 44.31%
  • key color value is 0.00%
CMYK:
(0,11,44,0)
C0M11Y44K0 
(0%,11%,44%,0%)
(0.00/0.11/0.44/0.00)	

CMYK percentages

%0
%10.98
%44.31
%0

Codes

Color #FFE38E in popluar color models

FFE38E
RGB255227142
HSL45°100.00%77.84%
HSB/HSV45°44.31%100.00%
CMYK0.00%10.98%44.31%
0.00%

Color #FFE38E in popluar number systems.

HEXFFE38E
Decimal255227142
Binary111111111110001110001110
Octal377343216

Shades and tints

Shades of #FFE38E

#FFE38E
(255,227,142)
#E8CF82
(232,207,130)
#D1BB76
(209,187,118)
#BAA76A
(186,167,106)
#A3935E
(163,147,94)
#8C7F52
(140,127,82)
#756B46
(117,107,70)
#5E573A
(94,87,58)
#47432E
(71,67,46)
#302F22
(48,47,34)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #FFE38E

#FFE38E
(255,227,142)
#FFE598
(255,229,152)
#FFE7A2
(255,231,162)
#FFE9AC
(255,233,172)
#FFEBB6
(255,235,182)
#FFEDC0
(255,237,192)
#FFEFCA
(255,239,202)
#FFF1D4
(255,241,212)
#FFF3DE
(255,243,222)
#FFF5E8
(255,245,232)
#FFF7F2
(255,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE38E color. Also use rgb(255,227,142) instead hex code.

Text Font Color

.myTextColor { color: #FFE38E; }

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

This text font color is #FFE38E.


Background Color

.myBgColor { background-color: #FFE38E; }

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

This div background color is #FFE38E.


Border color

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

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

This div border color is #FFE38E.


Opacity

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

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

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

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

This text has shadow with #FFE38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE38E on black background.


Color preview on white background

This text has color #FFE38E on white background.



Black color preview on #FFE38E background

This text has black color on #FFE38E background.


White color preview on #FFE38E background

This text has white color on #FFE38E background.