COLOR #EAE487

HEX: #EAE487
RGB: (234,228,135)

Color info

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

RGB color model

#EAE487 color RGB value is (234,228,135).

  • red value is 234;
  • green value is 228;
  • blue value is 135.
RGB:
(234,228,135)
(92%,89%,53%)

RGB channels and saturation

R 234 of 255 = 92%
G 228 of 255 = 89%
B 135 of 255 = 53%

234
228
135

R + G + B ~ 78%. #EAE487 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 228 + 135 = 597 (100%)
R 234 of 597 ~ 39.2%
G 228 of 597 ~ 38.19%
B 135 of 597 ~ 22.61%

%39.2
%38.19
%22.61

CMYK color model

#EAE487 color CMYK value is (0,3,42,8).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 42.31%
  • key color value is 8.24%
CMYK:
(0,3,42,8)
C0M3Y42K8 
(0%,3%,42%,8%)
(0.00/0.03/0.42/0.08)	

CMYK percentages

%0
%2.56
%42.31
%8.24

Codes

Color #EAE487 in popluar color models

EAE487
RGB234228135
HSL56°70.21%72.35%
HSB/HSV56°42.31%91.76%
CMYK0.00%2.56%42.31%
8.24%

Color #EAE487 in popluar number systems.

HEXEAE487
Decimal234228135
Binary111010101110010010000111
Octal352344207

Shades and tints

Shades of #EAE487

#EAE487
(234,228,135)
#D5D07B
(213,208,123)
#C0BC6F
(192,188,111)
#ABA863
(171,168,99)
#969457
(150,148,87)
#81804B
(129,128,75)
#6C6C3F
(108,108,63)
#575833
(87,88,51)
#424427
(66,68,39)
#2D301B
(45,48,27)
#181C0F
(24,28,15)
#000000
(0,0,0)

Tints of #EAE487

#EAE487
(234,228,135)
#EBE691
(235,230,145)
#ECE89B
(236,232,155)
#EDEAA5
(237,234,165)
#EEECAF
(238,236,175)
#EFEEB9
(239,238,185)
#F0F0C3
(240,240,195)
#F1F2CD
(241,242,205)
#F2F4D7
(242,244,215)
#F3F6E1
(243,246,225)
#F4F8EB
(244,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE487 color. Also use rgb(234,228,135) instead hex code.

Text Font Color

.myTextColor { color: #EAE487; }

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

This text font color is #EAE487.


Background Color

.myBgColor { background-color: #EAE487; }

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

This div background color is #EAE487.


Border color

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

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

This div border color is #EAE487.


Opacity

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

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

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

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

This text has shadow with #EAE487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE487 on black background.


Color preview on white background

This text has color #EAE487 on white background.



Black color preview on #EAE487 background

This text has black color on #EAE487 background.


White color preview on #EAE487 background

This text has white color on #EAE487 background.