COLOR #EAD0AD

HEX: #EAD0AD
RGB: (234,208,173)

Color info

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

RGB color model

#EAD0AD color RGB value is (234,208,173).

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

RGB channels and saturation

R 234 of 255 = 92%
G 208 of 255 = 82%
B 173 of 255 = 68%

234
208
173

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

Portions of RGB colors in percentages

R + G + B =
234 + 208 + 173 = 615 (100%)
R 234 of 615 ~ 38.05%
G 208 of 615 ~ 33.82%
B 173 of 615 ~ 28.13%

%38.05
%33.82
%28.13

CMYK color model

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

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

Codes

Color #EAD0AD in popluar color models

EAD0AD
RGB234208173
HSL34°59.22%79.80%
HSB/HSV34°26.07%91.76%
CMYK0.00%11.11%26.07%
8.24%

Color #EAD0AD in popluar number systems.

HEXEAD0AD
Decimal234208173
Binary111010101101000010101101
Octal352320255

Shades and tints

Shades of #EAD0AD

#EAD0AD
(234,208,173)
#D5BE9E
(213,190,158)
#C0AC8F
(192,172,143)
#AB9A80
(171,154,128)
#968871
(150,136,113)
#817662
(129,118,98)
#6C6453
(108,100,83)
#575244
(87,82,68)
#424035
(66,64,53)
#2D2E26
(45,46,38)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #EAD0AD

#EAD0AD
(234,208,173)
#EBD4B4
(235,212,180)
#ECD8BB
(236,216,187)
#EDDCC2
(237,220,194)
#EEE0C9
(238,224,201)
#EFE4D0
(239,228,208)
#F0E8D7
(240,232,215)
#F1ECDE
(241,236,222)
#F2F0E5
(242,240,229)
#F3F4EC
(243,244,236)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD0AD color. Also use rgb(234,208,173) instead hex code.

Text Font Color

.myTextColor { color: #EAD0AD; }

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

This text font color is #EAD0AD.


Background Color

.myBgColor { background-color: #EAD0AD; }

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

This div background color is #EAD0AD.


Border color

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

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

This div border color is #EAD0AD.


Opacity

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

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

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

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

This text has shadow with #EAD0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD0AD on black background.


Color preview on white background

This text has color #EAD0AD on white background.



Black color preview on #EAD0AD background

This text has black color on #EAD0AD background.


White color preview on #EAD0AD background

This text has white color on #EAD0AD background.