COLOR #EAD59C

HEX: #EAD59C
RGB: (234,213,156)

Color info

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

RGB color model

#EAD59C color RGB value is (234,213,156).

  • red value is 234;
  • green value is 213;
  • blue value is 156.
RGB:
(234,213,156)
(92%,84%,61%)

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 156 of 255 = 61%

234
213
156

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

Portions of RGB colors in percentages

R + G + B =
234 + 213 + 156 = 603 (100%)
R 234 of 603 ~ 38.81%
G 213 of 603 ~ 35.32%
B 156 of 603 ~ 25.87%

%38.81
%35.32
%25.87

CMYK color model

#EAD59C color CMYK value is (0,9,33,8).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 33.33%
  • key color value is 8.24%
CMYK:
(0,9,33,8)
C0M9Y33K8 
(0%,9%,33%,8%)
(0.00/0.09/0.33/0.08)	

CMYK percentages

%0
%8.97
%33.33
%8.24

Codes

Color #EAD59C in popluar color models

EAD59C
RGB234213156
HSL44°65.00%76.47%
HSB/HSV44°33.33%91.76%
CMYK0.00%8.97%33.33%
8.24%

Color #EAD59C in popluar number systems.

HEXEAD59C
Decimal234213156
Binary111010101101010110011100
Octal352325234

Shades and tints

Shades of #EAD59C

#EAD59C
(234,213,156)
#D5C28E
(213,194,142)
#C0AF80
(192,175,128)
#AB9C72
(171,156,114)
#968964
(150,137,100)
#817656
(129,118,86)
#6C6348
(108,99,72)
#57503A
(87,80,58)
#423D2C
(66,61,44)
#2D2A1E
(45,42,30)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #EAD59C

#EAD59C
(234,213,156)
#EBD8A5
(235,216,165)
#ECDBAE
(236,219,174)
#EDDEB7
(237,222,183)
#EEE1C0
(238,225,192)
#EFE4C9
(239,228,201)
#F0E7D2
(240,231,210)
#F1EADB
(241,234,219)
#F2EDE4
(242,237,228)
#F3F0ED
(243,240,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD59C color. Also use rgb(234,213,156) instead hex code.

Text Font Color

.myTextColor { color: #EAD59C; }

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

This text font color is #EAD59C.


Background Color

.myBgColor { background-color: #EAD59C; }

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

This div background color is #EAD59C.


Border color

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

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

This div border color is #EAD59C.


Opacity

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

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

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

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

This text has shadow with #EAD59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD59C on black background.


Color preview on white background

This text has color #EAD59C on white background.



Black color preview on #EAD59C background

This text has black color on #EAD59C background.


White color preview on #EAD59C background

This text has white color on #EAD59C background.