COLOR #FFEAC9

HEX: #FFEAC9
RGB: (255,234,201)

Color info

#FFEAC9 contains red, green and blue colors in about the same proportion. Web safe color of #FFEAC9 is #FFFFCC (or #FFC).

RGB color model

#FFEAC9 color RGB value is (255,234,201).

  • red value is 255;
  • green value is 234;
  • blue value is 201.
RGB:
(255,234,201)
(100%,92%,79%)

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 201 of 255 = 79%

255
234
201

R + G + B ~ 90%. #FFEAC9 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 201 = 690 (100%)
R 255 of 690 ~ 36.96%
G 234 of 690 ~ 33.91%
B 201 of 690 ~ 29.13%

%36.96
%33.91
%29.13

CMYK color model

#FFEAC9 color CMYK value is (0,8,21,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 21.18%
  • key color value is 0.00%
CMYK:
(0,8,21,0)
C0M8Y21K0 
(0%,8%,21%,0%)
(0.00/0.08/0.21/0.00)	

CMYK percentages

%0
%8.24
%21.18
%0

Codes

Color #FFEAC9 in popluar color models

FFEAC9
RGB255234201
HSL37°100.00%89.41%
HSB/HSV37°21.18%100.00%
CMYK0.00%8.24%21.18%
0.00%

Color #FFEAC9 in popluar number systems.

HEXFFEAC9
Decimal255234201
Binary111111111110101011001001
Octal377352311

Shades and tints

Shades of #FFEAC9

#FFEAC9
(255,234,201)
#E8D5B7
(232,213,183)
#D1C0A5
(209,192,165)
#BAAB93
(186,171,147)
#A39681
(163,150,129)
#8C816F
(140,129,111)
#756C5D
(117,108,93)
#5E574B
(94,87,75)
#474239
(71,66,57)
#302D27
(48,45,39)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #FFEAC9

#FFEAC9
(255,234,201)
#FFEBCD
(255,235,205)
#FFECD1
(255,236,209)
#FFEDD5
(255,237,213)
#FFEED9
(255,238,217)
#FFEFDD
(255,239,221)
#FFF0E1
(255,240,225)
#FFF1E5
(255,241,229)
#FFF2E9
(255,242,233)
#FFF3ED
(255,243,237)
#FFF4F1
(255,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEAC9; }

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

This text font color is #FFEAC9.


Background Color

.myBgColor { background-color: #FFEAC9; }

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

This div background color is #FFEAC9.


Border color

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

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

This div border color is #FFEAC9.


Opacity

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

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

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

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

This text has shadow with #FFEAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEAC9 on black background.


Color preview on white background

This text has color #FFEAC9 on white background.



Black color preview on #FFEAC9 background

This text has black color on #FFEAC9 background.


White color preview on #FFEAC9 background

This text has white color on #FFEAC9 background.