COLOR #EAD1AE

HEX: #EAD1AE
RGB: (234,209,174)

Color info

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

RGB color model

#EAD1AE color RGB value is (234,209,174).

  • red value is 234;
  • green value is 209;
  • blue value is 174.
RGB:
(234,209,174)
(92%,82%,68%)

RGB channels and saturation

R 234 of 255 = 92%
G 209 of 255 = 82%
B 174 of 255 = 68%

234
209
174

R + G + B ~ 81%. #EAD1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 209 + 174 = 617 (100%)
R 234 of 617 ~ 37.93%
G 209 of 617 ~ 33.87%
B 174 of 617 ~ 28.2%

%37.93
%33.87
%28.2

CMYK color model

#EAD1AE color CMYK value is (0,11,26,8).

  • cyan value is 0.00%
  • magenta value is 10.68%
  • yellow value is 25.64%
  • key color value is 8.24%
CMYK:
(0,11,26,8)
C0M11Y26K8 
(0%,11%,26%,8%)
(0.00/0.11/0.26/0.08)	

CMYK percentages

%0
%10.68
%25.64
%8.24

Codes

Color #EAD1AE in popluar color models

EAD1AE
RGB234209174
HSL35°58.82%80.00%
HSB/HSV35°25.64%91.76%
CMYK0.00%10.68%25.64%
8.24%

Color #EAD1AE in popluar number systems.

HEXEAD1AE
Decimal234209174
Binary111010101101000110101110
Octal352321256

Shades and tints

Shades of #EAD1AE

#EAD1AE
(234,209,174)
#D5BE9F
(213,190,159)
#C0AB90
(192,171,144)
#AB9881
(171,152,129)
#968572
(150,133,114)
#817263
(129,114,99)
#6C5F54
(108,95,84)
#574C45
(87,76,69)
#423936
(66,57,54)
#2D2627
(45,38,39)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #EAD1AE

#EAD1AE
(234,209,174)
#EBD5B5
(235,213,181)
#ECD9BC
(236,217,188)
#EDDDC3
(237,221,195)
#EEE1CA
(238,225,202)
#EFE5D1
(239,229,209)
#F0E9D8
(240,233,216)
#F1EDDF
(241,237,223)
#F2F1E6
(242,241,230)
#F3F5ED
(243,245,237)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD1AE color. Also use rgb(234,209,174) instead hex code.

Text Font Color

.myTextColor { color: #EAD1AE; }

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

This text font color is #EAD1AE.


Background Color

.myBgColor { background-color: #EAD1AE; }

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

This div background color is #EAD1AE.


Border color

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

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

This div border color is #EAD1AE.


Opacity

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

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

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

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

This text has shadow with #EAD1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD1AE on black background.


Color preview on white background

This text has color #EAD1AE on white background.



Black color preview on #EAD1AE background

This text has black color on #EAD1AE background.


White color preview on #EAD1AE background

This text has white color on #EAD1AE background.