COLOR #FFE69E

HEX: #FFE69E
RGB: (255,230,158)

Color info

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

RGB color model

#FFE69E color RGB value is (255,230,158).

  • red value is 255;
  • green value is 230;
  • blue value is 158.
RGB:
(255,230,158)
(100%,90%,62%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 158 of 255 = 62%

255
230
158

R + G + B ~ 84%. #FFE69E is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 158 = 643 (100%)
R 255 of 643 ~ 39.66%
G 230 of 643 ~ 35.77%
B 158 of 643 ~ 24.57%

%39.66
%35.77
%24.57

CMYK color model

#FFE69E color CMYK value is (0,10,38,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 38.04%
  • key color value is 0.00%
CMYK:
(0,10,38,0)
C0M10Y38K0 
(0%,10%,38%,0%)
(0.00/0.10/0.38/0.00)	

CMYK percentages

%0
%9.8
%38.04
%0

Codes

Color #FFE69E in popluar color models

FFE69E
RGB255230158
HSL45°100.00%80.98%
HSB/HSV45°38.04%100.00%
CMYK0.00%9.80%38.04%
0.00%

Color #FFE69E in popluar number systems.

HEXFFE69E
Decimal255230158
Binary111111111110011010011110
Octal377346236

Shades and tints

Shades of #FFE69E

#FFE69E
(255,230,158)
#E8D290
(232,210,144)
#D1BE82
(209,190,130)
#BAAA74
(186,170,116)
#A39666
(163,150,102)
#8C8258
(140,130,88)
#756E4A
(117,110,74)
#5E5A3C
(94,90,60)
#47462E
(71,70,46)
#303220
(48,50,32)
#191E12
(25,30,18)
#000000
(0,0,0)

Tints of #FFE69E

#FFE69E
(255,230,158)
#FFE8A6
(255,232,166)
#FFEAAE
(255,234,174)
#FFECB6
(255,236,182)
#FFEEBE
(255,238,190)
#FFF0C6
(255,240,198)
#FFF2CE
(255,242,206)
#FFF4D6
(255,244,214)
#FFF6DE
(255,246,222)
#FFF8E6
(255,248,230)
#FFFAEE
(255,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE69E color. Also use rgb(255,230,158) instead hex code.

Text Font Color

.myTextColor { color: #FFE69E; }

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

This text font color is #FFE69E.


Background Color

.myBgColor { background-color: #FFE69E; }

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

This div background color is #FFE69E.


Border color

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

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

This div border color is #FFE69E.


Opacity

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

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

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

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

This text has shadow with #FFE69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE69E on black background.


Color preview on white background

This text has color #FFE69E on white background.



Black color preview on #FFE69E background

This text has black color on #FFE69E background.


White color preview on #FFE69E background

This text has white color on #FFE69E background.