COLOR #FFE7AA

HEX: #FFE7AA RGB: (255,231,170)

Color info

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

RGB color model

#FFE7AA color RGB value is (255,231,170).

RGB: (255,231,170) (100%, 91%, 67%)

RGB channels and saturation

R 255 of 255 = 100%
G 231 of 255 = 91%
B 170 of 255 = 67%

255
231
170

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

Portions of RGB colors in percentages

R + G + B = 255 + 231 + 170 = 656 (100%)
R 255 of 656 ~ 38.87%
G 231 of 656 ~ 35.21%
B 170 of 656 ~ 25.91'%

%38.87
%35.21
%25.91

CMYK color model

#FFE7AA color CMYK value is (0,9,33,0).

  • cyan value is 0.00%
  • magenta value is 9.41%
  • yellow value is 33.33%
  • key color value is 0.00%

CMYK: (0,9,33,0)
C0M9Y33K0 (0%, 9%, 33%, 0%)
(0.00 / 0.09 / 0.33 / 0.00)

CMYK percentages

%0
%9.41
%33.33
%0

Codes

Color #FFE7AA in popluar color models

FF E7 AA
RGB 255 231 170
HSL 43° 100.00% 83.33%
HSB/HSV 43° 33.33% 100.00%
CMYK 0.00% 9.41% 33.33%
0.00%

Color #FFE7AA in popluar number systems.

HEX FF E7 AA
Decimal 255 231 170
Binary 11111111 11100111 10101010
Octal 377 347 252

Shades and tints

Shades of #FFE7AA

#FFE7AA
(255,231,170)
#E8D29B
(232,210,155)
#D1BD8C
(209,189,140)
#BAA87D
(186,168,125)
#A3936E
(163,147,110)
#8C7E5F
(140,126,95)
#756950
(117,105,80)
#5E5441
(94,84,65)
#473F32
(71,63,50)
#302A23
(48,42,35)
#191514
(25,21,20)
#000000
(0,0,0)

Tints of #FFE7AA

#FFE7AA
(255,231,170)
#FFE9B1
(255,233,177)
#FFEBB8
(255,235,184)
#FFEDBF
(255,237,191)
#FFEFC6
(255,239,198)
#FFF1CD
(255,241,205)
#FFF3D4
(255,243,212)
#FFF5DB
(255,245,219)
#FFF7E2
(255,247,226)
#FFF9E9
(255,249,233)
#FFFBF0
(255,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE7AA color. Also use rgb(255,231,170) instead hex code.

Text Font Color

.myTextColor { color: #FFE7AA; }

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

This text font color is #FFE7AA.

Background Color

.myBgColor { background-color: #FFE7AA; }

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

This div background color is #FFE7AA.

Border color

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

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

This div border color is #FFE7AA.

Opacity

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

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

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

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

This text has shadow with #FFE7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE7AA.

Preview

Color preview on black background

This text has color #FFE7AA on black background.


Color preview on white background

This text has color #FFE7AA on white background.


Black color preview on #FFE7AA background

This text has black color on #FFE7AA background.


White color preview on #FFE7AA background

This text has white color on #FFE7AA background.


Related colors

Complementary color

Complementary color for #hex is #001855.


I love getcolorcode.com

Triadic colors

1 #AAFFE7 and #E7AAFF with #FFE7AA are triadic colors.

2 #AAE7FF and #E7FFAA with #FFE7AA are triadic colors.