COLOR #FFE0A7

HEX: #FFE0A7
RGB: (255,224,167)

Color info

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

RGB color model

#FFE0A7 color RGB value is (255,224,167).

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

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 167 of 255 = 65%

255
224
167

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

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 167 = 646 (100%)
R 255 of 646 ~ 39.47%
G 224 of 646 ~ 34.67%
B 167 of 646 ~ 25.85%

%39.47
%34.67
%25.85

CMYK color model

#FFE0A7 color CMYK value is (0,12,35,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 34.51%
  • key color value is 0.00%
CMYK:
(0,12,35,0)
C0M12Y35K0 
(0%,12%,35%,0%)
(0.00/0.12/0.35/0.00)	

CMYK percentages

%0
%12.16
%34.51
%0

Codes

Color #FFE0A7 in popluar color models

FFE0A7
RGB255224167
HSL39°100.00%82.75%
HSB/HSV39°34.51%100.00%
CMYK0.00%12.16%34.51%
0.00%

Color #FFE0A7 in popluar number systems.

HEXFFE0A7
Decimal255224167
Binary111111111110000010100111
Octal377340247

Shades and tints

Shades of #FFE0A7

#FFE0A7
(255,224,167)
#E8CC98
(232,204,152)
#D1B889
(209,184,137)
#BAA47A
(186,164,122)
#A3906B
(163,144,107)
#8C7C5C
(140,124,92)
#75684D
(117,104,77)
#5E543E
(94,84,62)
#47402F
(71,64,47)
#302C20
(48,44,32)
#191811
(25,24,17)
#000000
(0,0,0)

Tints of #FFE0A7

#FFE0A7
(255,224,167)
#FFE2AF
(255,226,175)
#FFE4B7
(255,228,183)
#FFE6BF
(255,230,191)
#FFE8C7
(255,232,199)
#FFEACF
(255,234,207)
#FFECD7
(255,236,215)
#FFEEDF
(255,238,223)
#FFF0E7
(255,240,231)
#FFF2EF
(255,242,239)
#FFF4F7
(255,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE0A7; }

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

This text font color is #FFE0A7.


Background Color

.myBgColor { background-color: #FFE0A7; }

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

This div background color is #FFE0A7.


Border color

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

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

This div border color is #FFE0A7.


Opacity

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

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

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

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

This text has shadow with #FFE0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE0A7 on black background.


Color preview on white background

This text has color #FFE0A7 on white background.



Black color preview on #FFE0A7 background

This text has black color on #FFE0A7 background.


White color preview on #FFE0A7 background

This text has white color on #FFE0A7 background.