COLOR #FFEAA6

HEX: #FFEAA6 RGB: (255,234,166)

Color info

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

RGB color model

#FFEAA6 color RGB value is (255,234,166).

RGB: (255,234,166) (100%, 92%, 65%)

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 166 of 255 = 65%

255
234
166

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

Portions of RGB colors in percentages

R + G + B = 255 + 234 + 166 = 655 (100%)
R 255 of 655 ~ 38.93%
G 234 of 655 ~ 35.73%
B 166 of 655 ~ 25.34'%

%38.93
%35.73
%25.34

CMYK color model

#FFEAA6 color CMYK value is (0,8,35,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 34.90%
  • key color value is 0.00%

CMYK: (0,8,35,0)
C0M8Y35K0 (0%, 8%, 35%, 0%)
(0.00 / 0.08 / 0.35 / 0.00)

CMYK percentages

%0
%8.24
%34.9
%0

Codes

Color #FFEAA6 in popluar color models

FF EA A6
RGB 255 234 166
HSL 46° 100.00% 82.55%
HSB/HSV 46° 34.90% 100.00%
CMYK 0.00% 8.24% 34.90%
0.00%

Color #FFEAA6 in popluar number systems.

HEX FF EA A6
Decimal 255 234 166
Binary 11111111 11101010 10100110
Octal 377 352 246

Shades and tints

Shades of #FFEAA6

#FFEAA6
(255,234,166)
#E8D597
(232,213,151)
#D1C088
(209,192,136)
#BAAB79
(186,171,121)
#A3966A
(163,150,106)
#8C815B
(140,129,91)
#756C4C
(117,108,76)
#5E573D
(94,87,61)
#47422E
(71,66,46)
#302D1F
(48,45,31)
#191810
(25,24,16)
#000000
(0,0,0)

Tints of #FFEAA6

#FFEAA6
(255,234,166)
#FFEBAE
(255,235,174)
#FFECB6
(255,236,182)
#FFEDBE
(255,237,190)
#FFEEC6
(255,238,198)
#FFEFCE
(255,239,206)
#FFF0D6
(255,240,214)
#FFF1DE
(255,241,222)
#FFF2E6
(255,242,230)
#FFF3EE
(255,243,238)
#FFF4F6
(255,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEAA6 color. Also use rgb(255,234,166) instead hex code.

Text Font Color

.myTextColor { color: #FFEAA6; }

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

This text font color is #FFEAA6.

Background Color

.myBgColor { background-color: #FFEAA6; }

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

This div background color is #FFEAA6.

Border color

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

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

This div border color is #FFEAA6.

Opacity

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

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

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

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

This text has shadow with #FFEAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEAA6.

Preview

Color preview on black background

This text has color #FFEAA6 on black background.


Color preview on white background

This text has color #FFEAA6 on white background.


Black color preview on #FFEAA6 background

This text has black color on #FFEAA6 background.


White color preview on #FFEAA6 background

This text has white color on #FFEAA6 background.


Related colors

Complementary color

Complementary color for #hex is #001559.


I love getcolorcode.com

Triadic colors

1 #A6FFEA and #EAA6FF with #FFEAA6 are triadic colors.

2 #A6EAFF and #EAFFA6 with #FFEAA6 are triadic colors.