COLOR #FFE5A3

HEX: #FFE5A3 RGB: (255,229,163)

Color info

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

RGB color model

#FFE5A3 color RGB value is (255,229,163).

RGB: (255,229,163) (100%, 90%, 64%)

RGB channels and saturation

R 255 of 255 = 100%
G 229 of 255 = 90%
B 163 of 255 = 64%

255
229
163

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

Portions of RGB colors in percentages

R + G + B = 255 + 229 + 163 = 647 (100%)
R 255 of 647 ~ 39.41%
G 229 of 647 ~ 35.39%
B 163 of 647 ~ 25.19'%

%39.41
%35.39
%25.19

CMYK color model

#FFE5A3 color CMYK value is (0,10,36,0).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 36.08%
  • key color value is 0.00%

CMYK: (0,10,36,0)
C0M10Y36K0 (0%, 10%, 36%, 0%)
(0.00 / 0.10 / 0.36 / 0.00)

CMYK percentages

%0
%10.2
%36.08
%0

Codes

Color #FFE5A3 in popluar color models

FF E5 A3
RGB 255 229 163
HSL 43° 100.00% 81.96%
HSB/HSV 43° 36.08% 100.00%
CMYK 0.00% 10.20% 36.08%
0.00%

Color #FFE5A3 in popluar number systems.

HEX FF E5 A3
Decimal 255 229 163
Binary 11111111 11100101 10100011
Octal 377 345 243

Shades and tints

Shades of #FFE5A3

#FFE5A3
(255,229,163)
#E8D195
(232,209,149)
#D1BD87
(209,189,135)
#BAA979
(186,169,121)
#A3956B
(163,149,107)
#8C815D
(140,129,93)
#756D4F
(117,109,79)
#5E5941
(94,89,65)
#474533
(71,69,51)
#303125
(48,49,37)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #FFE5A3

#FFE5A3
(255,229,163)
#FFE7AB
(255,231,171)
#FFE9B3
(255,233,179)
#FFEBBB
(255,235,187)
#FFEDC3
(255,237,195)
#FFEFCB
(255,239,203)
#FFF1D3
(255,241,211)
#FFF3DB
(255,243,219)
#FFF5E3
(255,245,227)
#FFF7EB
(255,247,235)
#FFF9F3
(255,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE5A3; }

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

This text font color is #FFE5A3.

Background Color

.myBgColor { background-color: #FFE5A3; }

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

This div background color is #FFE5A3.

Border color

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

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

This div border color is #FFE5A3.

Opacity

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

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

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

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

This text has shadow with #FFE5A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE5A3.

Preview

Color preview on black background

This text has color #FFE5A3 on black background.


Color preview on white background

This text has color #FFE5A3 on white background.


Black color preview on #FFE5A3 background

This text has black color on #FFE5A3 background.


White color preview on #FFE5A3 background

This text has white color on #FFE5A3 background.


Related colors

Complementary color

Complementary color for #hex is #001A5C.


I love getcolorcode.com

Triadic colors

1 #A3FFE5 and #E5A3FF with #FFE5A3 are triadic colors.

2 #A3E5FF and #E5FFA3 with #FFE5A3 are triadic colors.