COLOR #EAD897

HEX: #EAD897
RGB: (234,216,151)

Color info

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

RGB color model

#EAD897 color RGB value is (234,216,151).

  • red value is 234;
  • green value is 216;
  • blue value is 151.
RGB:
(234,216,151)
(92%,85%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 216 of 255 = 85%
B 151 of 255 = 59%

234
216
151

R + G + B ~ 79%. #EAD897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 216 + 151 = 601 (100%)
R 234 of 601 ~ 38.94%
G 216 of 601 ~ 35.94%
B 151 of 601 ~ 25.12%

%38.94
%35.94
%25.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 35.47%
  • key color value is 8.24%
CMYK:
(0,8,35,8)
C0M8Y35K8 
(0%,8%,35%,8%)
(0.00/0.08/0.35/0.08)	

CMYK percentages

%0
%7.69
%35.47
%8.24

Codes

Color #EAD897 in popluar color models

EAD897
RGB234216151
HSL47°66.40%75.49%
HSB/HSV47°35.47%91.76%
CMYK0.00%7.69%35.47%
8.24%

Color #EAD897 in popluar number systems.

HEXEAD897
Decimal234216151
Binary111010101101100010010111
Octal352330227

Shades and tints

Shades of #EAD897

#EAD897
(234,216,151)
#D5C58A
(213,197,138)
#C0B27D
(192,178,125)
#AB9F70
(171,159,112)
#968C63
(150,140,99)
#817956
(129,121,86)
#6C6649
(108,102,73)
#57533C
(87,83,60)
#42402F
(66,64,47)
#2D2D22
(45,45,34)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #EAD897

#EAD897
(234,216,151)
#EBDBA0
(235,219,160)
#ECDEA9
(236,222,169)
#EDE1B2
(237,225,178)
#EEE4BB
(238,228,187)
#EFE7C4
(239,231,196)
#F0EACD
(240,234,205)
#F1EDD6
(241,237,214)
#F2F0DF
(242,240,223)
#F3F3E8
(243,243,232)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD897 color. Also use rgb(234,216,151) instead hex code.

Text Font Color

.myTextColor { color: #EAD897; }

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

This text font color is #EAD897.


Background Color

.myBgColor { background-color: #EAD897; }

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

This div background color is #EAD897.


Border color

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

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

This div border color is #EAD897.


Opacity

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

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

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

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

This text has shadow with #EAD897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD897 on black background.


Color preview on white background

This text has color #EAD897 on white background.



Black color preview on #EAD897 background

This text has black color on #EAD897 background.


White color preview on #EAD897 background

This text has white color on #EAD897 background.