COLOR #FFE171

HEX: #FFE171
RGB: (255,225,113)

Color info

#FFE171 contains mainly red and green colors. Web safe color of #FFE171 is #FFCC66 (or #FC6).

RGB color model

#FFE171 color RGB value is (255,225,113).

  • red value is 255;
  • green value is 225;
  • blue value is 113.
RGB:
(255,225,113)
(100%,88%,44%)

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 113 of 255 = 44%

255
225
113

R + G + B ~ 77%. #FFE171 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 113 = 593 (100%)
R 255 of 593 ~ 43%
G 225 of 593 ~ 37.94%
B 113 of 593 ~ 19.06%

%43
%37.94
%19.06

CMYK color model

#FFE171 color CMYK value is (0,12,56,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 55.69%
  • key color value is 0.00%
CMYK:
(0,12,56,0)
C0M12Y56K0 
(0%,12%,56%,0%)
(0.00/0.12/0.56/0.00)	

CMYK percentages

%0
%11.76
%55.69
%0

Codes

Color #FFE171 in popluar color models

FFE171
RGB255225113
HSL47°100.00%72.16%
HSB/HSV47°55.69%100.00%
CMYK0.00%11.76%55.69%
0.00%

Color #FFE171 in popluar number systems.

HEXFFE171
Decimal255225113
Binary11111111111000011110001
Octal377341161

Shades and tints

Shades of #FFE171

#FFE171
(255,225,113)
#E8CD67
(232,205,103)
#D1B95D
(209,185,93)
#BAA553
(186,165,83)
#A39149
(163,145,73)
#8C7D3F
(140,125,63)
#756935
(117,105,53)
#5E552B
(94,85,43)
#474121
(71,65,33)
#302D17
(48,45,23)
#19190D
(25,25,13)
#000000
(0,0,0)

Tints of #FFE171

#FFE171
(255,225,113)
#FFE37D
(255,227,125)
#FFE589
(255,229,137)
#FFE795
(255,231,149)
#FFE9A1
(255,233,161)
#FFEBAD
(255,235,173)
#FFEDB9
(255,237,185)
#FFEFC5
(255,239,197)
#FFF1D1
(255,241,209)
#FFF3DD
(255,243,221)
#FFF5E9
(255,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE171 color. Also use rgb(255,225,113) instead hex code.

Text Font Color

.myTextColor { color: #FFE171; }

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

This text font color is #FFE171.


Background Color

.myBgColor { background-color: #FFE171; }

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

This div background color is #FFE171.


Border color

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

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

This div border color is #FFE171.


Opacity

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

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

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

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

This text has shadow with #FFE171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE171 on black background.


Color preview on white background

This text has color #FFE171 on white background.



Black color preview on #FFE171 background

This text has black color on #FFE171 background.


White color preview on #FFE171 background

This text has white color on #FFE171 background.