COLOR #FFE4A1

HEX: #FFE4A1 RGB: (255,228,161)

Color info

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

RGB color model

#FFE4A1 color RGB value is (255,228,161).

RGB: (255,228,161) (100%, 89%, 63%)

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 161 of 255 = 63%

255
228
161

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

Portions of RGB colors in percentages

R + G + B = 255 + 228 + 161 = 644 (100%)
R 255 of 644 ~ 39.6%
G 228 of 644 ~ 35.4%
B 161 of 644 ~ 25'%

%39.6
%35.4
%25

CMYK color model

#FFE4A1 color CMYK value is (0,11,37,0).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 36.86%
  • key color value is 0.00%

CMYK: (0,11,37,0)
C0M11Y37K0 (0%, 11%, 37%, 0%)
(0.00 / 0.11 / 0.37 / 0.00)

CMYK percentages

%0
%10.59
%36.86
%0

Codes

Color #FFE4A1 in popluar color models

FF E4 A1
RGB 255 228 161
HSL 43° 100.00% 81.57%
HSB/HSV 43° 36.86% 100.00%
CMYK 0.00% 10.59% 36.86%
0.00%

Color #FFE4A1 in popluar number systems.

HEX FF E4 A1
Decimal 255 228 161
Binary 11111111 11100100 10100001
Octal 377 344 241

Shades and tints

Shades of #FFE4A1

#FFE4A1
(255,228,161)
#E8D093
(232,208,147)
#D1BC85
(209,188,133)
#BAA877
(186,168,119)
#A39469
(163,148,105)
#8C805B
(140,128,91)
#756C4D
(117,108,77)
#5E583F
(94,88,63)
#474431
(71,68,49)
#303023
(48,48,35)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #FFE4A1

#FFE4A1
(255,228,161)
#FFE6A9
(255,230,169)
#FFE8B1
(255,232,177)
#FFEAB9
(255,234,185)
#FFECC1
(255,236,193)
#FFEEC9
(255,238,201)
#FFF0D1
(255,240,209)
#FFF2D9
(255,242,217)
#FFF4E1
(255,244,225)
#FFF6E9
(255,246,233)
#FFF8F1
(255,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE4A1 color. Also use rgb(255,228,161) instead hex code.

Text Font Color

.myTextColor { color: #FFE4A1; }

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

This text font color is #FFE4A1.

Background Color

.myBgColor { background-color: #FFE4A1; }

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

This div background color is #FFE4A1.

Border color

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

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

This div border color is #FFE4A1.

Opacity

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

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

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

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

This text has shadow with #FFE4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE4A1.

Preview

Color preview on black background

This text has color #FFE4A1 on black background.


Color preview on white background

This text has color #FFE4A1 on white background.


Black color preview on #FFE4A1 background

This text has black color on #FFE4A1 background.


White color preview on #FFE4A1 background

This text has white color on #FFE4A1 background.


Related colors

Complementary color

Complementary color for #hex is #001B5E.


I love getcolorcode.com

Triadic colors

1 #A1FFE4 and #E4A1FF with #FFE4A1 are triadic colors.

2 #A1E4FF and #E4FFA1 with #FFE4A1 are triadic colors.