COLOR #FFE8AF

HEX: #FFE8AF
RGB: (255,232,175)

Color info

#FFE8AF contains mainly red and green colors. Web safe color of #FFE8AF is #FFFF99 (or #FF9).

RGB color model

#FFE8AF color RGB value is (255,232,175).

  • red value is 255;
  • green value is 232;
  • blue value is 175.
RGB:
(255,232,175)
(100%,91%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 232 of 255 = 91%
B 175 of 255 = 69%

255
232
175

R + G + B ~ 87%. #FFE8AF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 232 + 175 = 662 (100%)
R 255 of 662 ~ 38.52%
G 232 of 662 ~ 35.05%
B 175 of 662 ~ 26.44%

%38.52
%35.05
%26.44

CMYK color model

#FFE8AF color CMYK value is (0,9,31,0).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 31.37%
  • key color value is 0.00%
CMYK:
(0,9,31,0)
C0M9Y31K0 
(0%,9%,31%,0%)
(0.00/0.09/0.31/0.00)	

CMYK percentages

%0
%9.02
%31.37
%0

Codes

Color #FFE8AF in popluar color models

FFE8AF
RGB255232175
HSL43°100.00%84.31%
HSB/HSV43°31.37%100.00%
CMYK0.00%9.02%31.37%
0.00%

Color #FFE8AF in popluar number systems.

HEXFFE8AF
Decimal255232175
Binary111111111110100010101111
Octal377350257

Shades and tints

Shades of #FFE8AF

#FFE8AF
(255,232,175)
#E8D3A0
(232,211,160)
#D1BE91
(209,190,145)
#BAA982
(186,169,130)
#A39473
(163,148,115)
#8C7F64
(140,127,100)
#756A55
(117,106,85)
#5E5546
(94,85,70)
#474037
(71,64,55)
#302B28
(48,43,40)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFE8AF

#FFE8AF
(255,232,175)
#FFEAB6
(255,234,182)
#FFECBD
(255,236,189)
#FFEEC4
(255,238,196)
#FFF0CB
(255,240,203)
#FFF2D2
(255,242,210)
#FFF4D9
(255,244,217)
#FFF6E0
(255,246,224)
#FFF8E7
(255,248,231)
#FFFAEE
(255,250,238)
#FFFCF5
(255,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE8AF color. Also use rgb(255,232,175) instead hex code.

Text Font Color

.myTextColor { color: #FFE8AF; }

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

This text font color is #FFE8AF.


Background Color

.myBgColor { background-color: #FFE8AF; }

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

This div background color is #FFE8AF.


Border color

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

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

This div border color is #FFE8AF.


Opacity

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

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

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

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

This text has shadow with #FFE8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE8AF on black background.


Color preview on white background

This text has color #FFE8AF on white background.



Black color preview on #FFE8AF background

This text has black color on #FFE8AF background.


White color preview on #FFE8AF background

This text has white color on #FFE8AF background.