COLOR #FFE5AF

HEX: #FFE5AF
RGB: (255,229,175)

Color info

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

RGB color model

#FFE5AF color RGB value is (255,229,175).

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

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 175 of 255 = 69%

255
229
175

R + G + B ~ 86%. #FFE5AF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 229 + 175 = 659 (100%)
R 255 of 659 ~ 38.69%
G 229 of 659 ~ 34.75%
B 175 of 659 ~ 26.56%

%38.69
%34.75
%26.56

CMYK color model

#FFE5AF color CMYK value is (0,10,31,0).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 31.37%
  • key color value is 0.00%
CMYK:
(0,10,31,0)
C0M10Y31K0 
(0%,10%,31%,0%)
(0.00/0.10/0.31/0.00)	

CMYK percentages

%0
%10.2
%31.37
%0

Codes

Color #FFE5AF in popluar color models

FFE5AF
RGB255229175
HSL41°100.00%84.31%
HSB/HSV41°31.37%100.00%
CMYK0.00%10.20%31.37%
0.00%

Color #FFE5AF in popluar number systems.

HEXFFE5AF
Decimal255229175
Binary111111111110010110101111
Octal377345257

Shades and tints

Shades of #FFE5AF

#FFE5AF
(255,229,175)
#E8D1A0
(232,209,160)
#D1BD91
(209,189,145)
#BAA982
(186,169,130)
#A39573
(163,149,115)
#8C8164
(140,129,100)
#756D55
(117,109,85)
#5E5946
(94,89,70)
#474537
(71,69,55)
#303128
(48,49,40)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #FFE5AF

#FFE5AF
(255,229,175)
#FFE7B6
(255,231,182)
#FFE9BD
(255,233,189)
#FFEBC4
(255,235,196)
#FFEDCB
(255,237,203)
#FFEFD2
(255,239,210)
#FFF1D9
(255,241,217)
#FFF3E0
(255,243,224)
#FFF5E7
(255,245,231)
#FFF7EE
(255,247,238)
#FFF9F5
(255,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE5AF; }

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

This text font color is #FFE5AF.


Background Color

.myBgColor { background-color: #FFE5AF; }

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

This div background color is #FFE5AF.


Border color

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

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

This div border color is #FFE5AF.


Opacity

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

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

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

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

This text has shadow with #FFE5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE5AF on black background.


Color preview on white background

This text has color #FFE5AF on white background.



Black color preview on #FFE5AF background

This text has black color on #FFE5AF background.


White color preview on #FFE5AF background

This text has white color on #FFE5AF background.