COLOR #EAD69F

HEX: #EAD69F
RGB: (234,214,159)

Color info

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

RGB color model

#EAD69F color RGB value is (234,214,159).

  • red value is 234;
  • green value is 214;
  • blue value is 159.
RGB:
(234,214,159)
(92%,84%,62%)

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 159 of 255 = 62%

234
214
159

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

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 159 = 607 (100%)
R 234 of 607 ~ 38.55%
G 214 of 607 ~ 35.26%
B 159 of 607 ~ 26.19%

%38.55
%35.26
%26.19

CMYK color model

#EAD69F color CMYK value is (0,9,32,8).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 32.05%
  • key color value is 8.24%
CMYK:
(0,9,32,8)
C0M9Y32K8 
(0%,9%,32%,8%)
(0.00/0.09/0.32/0.08)	

CMYK percentages

%0
%8.55
%32.05
%8.24

Codes

Color #EAD69F in popluar color models

EAD69F
RGB234214159
HSL44°64.10%77.06%
HSB/HSV44°32.05%91.76%
CMYK0.00%8.55%32.05%
8.24%

Color #EAD69F in popluar number systems.

HEXEAD69F
Decimal234214159
Binary111010101101011010011111
Octal352326237

Shades and tints

Shades of #EAD69F

#EAD69F
(234,214,159)
#D5C391
(213,195,145)
#C0B083
(192,176,131)
#AB9D75
(171,157,117)
#968A67
(150,138,103)
#817759
(129,119,89)
#6C644B
(108,100,75)
#57513D
(87,81,61)
#423E2F
(66,62,47)
#2D2B21
(45,43,33)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #EAD69F

#EAD69F
(234,214,159)
#EBD9A7
(235,217,167)
#ECDCAF
(236,220,175)
#EDDFB7
(237,223,183)
#EEE2BF
(238,226,191)
#EFE5C7
(239,229,199)
#F0E8CF
(240,232,207)
#F1EBD7
(241,235,215)
#F2EEDF
(242,238,223)
#F3F1E7
(243,241,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD69F color. Also use rgb(234,214,159) instead hex code.

Text Font Color

.myTextColor { color: #EAD69F; }

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

This text font color is #EAD69F.


Background Color

.myBgColor { background-color: #EAD69F; }

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

This div background color is #EAD69F.


Border color

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

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

This div border color is #EAD69F.


Opacity

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

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

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

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

This text has shadow with #EAD69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD69F on black background.


Color preview on white background

This text has color #EAD69F on white background.



Black color preview on #EAD69F background

This text has black color on #EAD69F background.


White color preview on #EAD69F background

This text has white color on #EAD69F background.