COLOR #FFE0AB

HEX: #FFE0AB
RGB: (255,224,171)

Color info

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

RGB color model

#FFE0AB color RGB value is (255,224,171).

  • red value is 255;
  • green value is 224;
  • blue value is 171.
RGB:
(255,224,171)
(100%,88%,67%)

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 171 of 255 = 67%

255
224
171

R + G + B ~ 85%. #FFE0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 171 = 650 (100%)
R 255 of 650 ~ 39.23%
G 224 of 650 ~ 34.46%
B 171 of 650 ~ 26.31%

%39.23
%34.46
%26.31

CMYK color model

#FFE0AB color CMYK value is (0,12,33,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 32.94%
  • key color value is 0.00%
CMYK:
(0,12,33,0)
C0M12Y33K0 
(0%,12%,33%,0%)
(0.00/0.12/0.33/0.00)	

CMYK percentages

%0
%12.16
%32.94
%0

Codes

Color #FFE0AB in popluar color models

FFE0AB
RGB255224171
HSL38°100.00%83.53%
HSB/HSV38°32.94%100.00%
CMYK0.00%12.16%32.94%
0.00%

Color #FFE0AB in popluar number systems.

HEXFFE0AB
Decimal255224171
Binary111111111110000010101011
Octal377340253

Shades and tints

Shades of #FFE0AB

#FFE0AB
(255,224,171)
#E8CC9C
(232,204,156)
#D1B88D
(209,184,141)
#BAA47E
(186,164,126)
#A3906F
(163,144,111)
#8C7C60
(140,124,96)
#756851
(117,104,81)
#5E5442
(94,84,66)
#474033
(71,64,51)
#302C24
(48,44,36)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #FFE0AB

#FFE0AB
(255,224,171)
#FFE2B2
(255,226,178)
#FFE4B9
(255,228,185)
#FFE6C0
(255,230,192)
#FFE8C7
(255,232,199)
#FFEACE
(255,234,206)
#FFECD5
(255,236,213)
#FFEEDC
(255,238,220)
#FFF0E3
(255,240,227)
#FFF2EA
(255,242,234)
#FFF4F1
(255,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE0AB color. Also use rgb(255,224,171) instead hex code.

Text Font Color

.myTextColor { color: #FFE0AB; }

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

This text font color is #FFE0AB.


Background Color

.myBgColor { background-color: #FFE0AB; }

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

This div background color is #FFE0AB.


Border color

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

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

This div border color is #FFE0AB.


Opacity

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

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

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

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

This text has shadow with #FFE0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE0AB on black background.


Color preview on white background

This text has color #FFE0AB on white background.



Black color preview on #FFE0AB background

This text has black color on #FFE0AB background.


White color preview on #FFE0AB background

This text has white color on #FFE0AB background.