COLOR #FFEAB8

HEX: #FFEAB8
RGB: (255,234,184)

Color info

#FFEAB8 contains mainly red and green colors. Web safe color of #FFEAB8 is #FFFFCC (or #FFC).

RGB color model

#FFEAB8 color RGB value is (255,234,184).

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

RGB channels and saturation

R 255 of 255 = 100%
G 234 of 255 = 92%
B 184 of 255 = 72%

255
234
184

R + G + B ~ 88%. #FFEAB8 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 184 = 673 (100%)
R 255 of 673 ~ 37.89%
G 234 of 673 ~ 34.77%
B 184 of 673 ~ 27.34%

%37.89
%34.77
%27.34

CMYK color model

#FFEAB8 color CMYK value is (0,8,28,0).

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 27.84%
  • key color value is 0.00%
CMYK:
(0,8,28,0)
C0M8Y28K0 
(0%,8%,28%,0%)
(0.00/0.08/0.28/0.00)	

CMYK percentages

%0
%8.24
%27.84
%0

Codes

Color #FFEAB8 in popluar color models

FFEAB8
RGB255234184
HSL42°100.00%86.08%
HSB/HSV42°27.84%100.00%
CMYK0.00%8.24%27.84%
0.00%

Color #FFEAB8 in popluar number systems.

HEXFFEAB8
Decimal255234184
Binary111111111110101010111000
Octal377352270

Shades and tints

Shades of #FFEAB8

#FFEAB8
(255,234,184)
#E8D5A8
(232,213,168)
#D1C098
(209,192,152)
#BAAB88
(186,171,136)
#A39678
(163,150,120)
#8C8168
(140,129,104)
#756C58
(117,108,88)
#5E5748
(94,87,72)
#474238
(71,66,56)
#302D28
(48,45,40)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #FFEAB8

#FFEAB8
(255,234,184)
#FFEBBE
(255,235,190)
#FFECC4
(255,236,196)
#FFEDCA
(255,237,202)
#FFEED0
(255,238,208)
#FFEFD6
(255,239,214)
#FFF0DC
(255,240,220)
#FFF1E2
(255,241,226)
#FFF2E8
(255,242,232)
#FFF3EE
(255,243,238)
#FFF4F4
(255,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEAB8; }

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

This text font color is #FFEAB8.


Background Color

.myBgColor { background-color: #FFEAB8; }

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

This div background color is #FFEAB8.


Border color

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

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

This div border color is #FFEAB8.


Opacity

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

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

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

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

This text has shadow with #FFEAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEAB8 on black background.


Color preview on white background

This text has color #FFEAB8 on white background.



Black color preview on #FFEAB8 background

This text has black color on #FFEAB8 background.


White color preview on #FFEAB8 background

This text has white color on #FFEAB8 background.