COLOR #EAE186

HEX: #EAE186 RGB: (234,225,134)

Color info

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

RGB color model

#EAE186 color RGB value is (234,225,134).

RGB: (234,225,134) (92%, 88%, 53%)

RGB channels and saturation

R 234 of 255 = 92%
G 225 of 255 = 88%
B 134 of 255 = 53%

234
225
134

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

Portions of RGB colors in percentages

R + G + B = 234 + 225 + 134 = 593 (100%)
R 234 of 593 ~ 39.46%
G 225 of 593 ~ 37.94%
B 134 of 593 ~ 22.6'%

%39.46
%37.94
%22.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 42.74%
  • key color value is 8.24%

CMYK: (0,4,43,8)
C0M4Y43K8 (0%, 4%, 43%, 8%)
(0.00 / 0.04 / 0.43 / 0.08)

CMYK percentages

%0
%3.85
%42.74
%8.24

Codes

Color #EAE186 in popluar color models

EA E1 86
RGB 234 225 134
HSL 55° 70.42% 72.16%
HSB/HSV 55° 42.74% 91.76%
CMYK 0.00% 3.85% 42.74%
8.24%

Color #EAE186 in popluar number systems.

HEX EA E1 86
Decimal 234 225 134
Binary 11101010 11100001 10000110
Octal 352 341 206

Shades and tints

Shades of #EAE186

#EAE186
(234,225,134)
#D5CD7A
(213,205,122)
#C0B96E
(192,185,110)
#ABA562
(171,165,98)
#969156
(150,145,86)
#817D4A
(129,125,74)
#6C693E
(108,105,62)
#575532
(87,85,50)
#424126
(66,65,38)
#2D2D1A
(45,45,26)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #EAE186

#EAE186
(234,225,134)
#EBE391
(235,227,145)
#ECE59C
(236,229,156)
#EDE7A7
(237,231,167)
#EEE9B2
(238,233,178)
#EFEBBD
(239,235,189)
#F0EDC8
(240,237,200)
#F1EFD3
(241,239,211)
#F2F1DE
(242,241,222)
#F3F3E9
(243,243,233)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE186; }

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

This text font color is #EAE186.

Background Color

.myBgColor { background-color: #EAE186; }

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

This div background color is #EAE186.

Border color

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

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

This div border color is #EAE186.

Opacity

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

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

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

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

This text has shadow with #EAE186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAE186.

Preview

Color preview on black background

This text has color #EAE186 on black background.


Color preview on white background

This text has color #EAE186 on white background.


Black color preview on #EAE186 background

This text has black color on #EAE186 background.


White color preview on #EAE186 background

This text has white color on #EAE186 background.


Related colors

Complementary color

Complementary color for #hex is #151E79.


I love getcolorcode.com

Triadic colors

1 #86EAE1 and #E186EA with #EAE186 are triadic colors.

2 #86E1EA and #E1EA86 with #EAE186 are triadic colors.