COLOR #EAE986

HEX: #EAE986
RGB: (234,233,134)

Color info

#EAE986 contains mainly red and green colors. Web safe color of #EAE986 is #FFFF99 (or #FF9).

RGB color model

#EAE986 color RGB value is (234,233,134).

  • red value is 234;
  • green value is 233;
  • blue value is 134.
RGB:
(234,233,134)
(92%,91%,53%)

RGB channels and saturation

R 234 of 255 = 92%
G 233 of 255 = 91%
B 134 of 255 = 53%

234
233
134

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

Portions of RGB colors in percentages

R + G + B =
234 + 233 + 134 = 601 (100%)
R 234 of 601 ~ 38.94%
G 233 of 601 ~ 38.77%
B 134 of 601 ~ 22.3%

%38.94
%38.77
%22.3

CMYK color model

#EAE986 color CMYK value is (0,0,43,8).

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 42.74%
  • key color value is 8.24%
CMYK:
(0,0,43,8)
C0M0Y43K8 
(0%,0%,43%,8%)
(0.00/0.00/0.43/0.08)	

CMYK percentages

%0
%0.43
%42.74
%8.24

Codes

Color #EAE986 in popluar color models

EAE986
RGB234233134
HSL59°70.42%72.16%
HSB/HSV59°42.74%91.76%
CMYK0.00%0.43%42.74%
8.24%

Color #EAE986 in popluar number systems.

HEXEAE986
Decimal234233134
Binary111010101110100110000110
Octal352351206

Shades and tints

Shades of #EAE986

#EAE986
(234,233,134)
#D5D47A
(213,212,122)
#C0BF6E
(192,191,110)
#ABAA62
(171,170,98)
#969556
(150,149,86)
#81804A
(129,128,74)
#6C6B3E
(108,107,62)
#575632
(87,86,50)
#424126
(66,65,38)
#2D2C1A
(45,44,26)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #EAE986

#EAE986
(234,233,134)
#EBEB91
(235,235,145)
#ECED9C
(236,237,156)
#EDEFA7
(237,239,167)
#EEF1B2
(238,241,178)
#EFF3BD
(239,243,189)
#F0F5C8
(240,245,200)
#F1F7D3
(241,247,211)
#F2F9DE
(242,249,222)
#F3FBE9
(243,251,233)
#F4FDF4
(244,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE986 color. Also use rgb(234,233,134) instead hex code.

Text Font Color

.myTextColor { color: #EAE986; }

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

This text font color is #EAE986.


Background Color

.myBgColor { background-color: #EAE986; }

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

This div background color is #EAE986.


Border color

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

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

This div border color is #EAE986.


Opacity

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

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

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

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

This text has shadow with #EAE986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE986 on black background.


Color preview on white background

This text has color #EAE986 on white background.



Black color preview on #EAE986 background

This text has black color on #EAE986 background.


White color preview on #EAE986 background

This text has white color on #EAE986 background.