COLOR #FFEAB7

HEX: #FFEAB7
RGB: (255,234,183)

Color info

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

RGB color model

#FFEAB7 color RGB value is (255,234,183).

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

RGB channels and saturation

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

255
234
183

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

Portions of RGB colors in percentages

R + G + B =
255 + 234 + 183 = 672 (100%)
R 255 of 672 ~ 37.95%
G 234 of 672 ~ 34.82%
B 183 of 672 ~ 27.23%

%37.95
%34.82
%27.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.24%
  • yellow value is 28.24%
  • 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
%28.24
%0

Codes

Color #FFEAB7 in popluar color models

FFEAB7
RGB255234183
HSL43°100.00%85.88%
HSB/HSV43°28.24%100.00%
CMYK0.00%8.24%28.24%
0.00%

Color #FFEAB7 in popluar number systems.

HEXFFEAB7
Decimal255234183
Binary111111111110101010110111
Octal377352267

Shades and tints

Shades of #FFEAB7

#FFEAB7
(255,234,183)
#E8D5A7
(232,213,167)
#D1C097
(209,192,151)
#BAAB87
(186,171,135)
#A39677
(163,150,119)
#8C8167
(140,129,103)
#756C57
(117,108,87)
#5E5747
(94,87,71)
#474237
(71,66,55)
#302D27
(48,45,39)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #FFEAB7

#FFEAB7
(255,234,183)
#FFEBBD
(255,235,189)
#FFECC3
(255,236,195)
#FFEDC9
(255,237,201)
#FFEECF
(255,238,207)
#FFEFD5
(255,239,213)
#FFF0DB
(255,240,219)
#FFF1E1
(255,241,225)
#FFF2E7
(255,242,231)
#FFF3ED
(255,243,237)
#FFF4F3
(255,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFEAB7; }

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

This text font color is #FFEAB7.


Background Color

.myBgColor { background-color: #FFEAB7; }

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

This div background color is #FFEAB7.


Border color

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

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

This div border color is #FFEAB7.


Opacity

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

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

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

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

This text has shadow with #FFEAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFEAB7 on black background.


Color preview on white background

This text has color #FFEAB7 on white background.



Black color preview on #FFEAB7 background

This text has black color on #FFEAB7 background.


White color preview on #FFEAB7 background

This text has white color on #FFEAB7 background.