COLOR #EAE58A

HEX: #EAE58A
RGB: (234,229,138)

Color info

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

RGB color model

#EAE58A color RGB value is (234,229,138).

  • red value is 234;
  • green value is 229;
  • blue value is 138.
RGB:
(234,229,138)
(92%,90%,54%)

RGB channels and saturation

R 234 of 255 = 92%
G 229 of 255 = 90%
B 138 of 255 = 54%

234
229
138

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

Portions of RGB colors in percentages

R + G + B =
234 + 229 + 138 = 601 (100%)
R 234 of 601 ~ 38.94%
G 229 of 601 ~ 38.1%
B 138 of 601 ~ 22.96%

%38.94
%38.1
%22.96

CMYK color model

#EAE58A color CMYK value is (0,2,41,8).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 41.03%
  • key color value is 8.24%
CMYK:
(0,2,41,8)
C0M2Y41K8 
(0%,2%,41%,8%)
(0.00/0.02/0.41/0.08)	

CMYK percentages

%0
%2.14
%41.03
%8.24

Codes

Color #EAE58A in popluar color models

EAE58A
RGB234229138
HSL57°69.57%72.94%
HSB/HSV57°41.03%91.76%
CMYK0.00%2.14%41.03%
8.24%

Color #EAE58A in popluar number systems.

HEXEAE58A
Decimal234229138
Binary111010101110010110001010
Octal352345212

Shades and tints

Shades of #EAE58A

#EAE58A
(234,229,138)
#D5D17E
(213,209,126)
#C0BD72
(192,189,114)
#ABA966
(171,169,102)
#96955A
(150,149,90)
#81814E
(129,129,78)
#6C6D42
(108,109,66)
#575936
(87,89,54)
#42452A
(66,69,42)
#2D311E
(45,49,30)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #EAE58A

#EAE58A
(234,229,138)
#EBE794
(235,231,148)
#ECE99E
(236,233,158)
#EDEBA8
(237,235,168)
#EEEDB2
(238,237,178)
#EFEFBC
(239,239,188)
#F0F1C6
(240,241,198)
#F1F3D0
(241,243,208)
#F2F5DA
(242,245,218)
#F3F7E4
(243,247,228)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE58A color. Also use rgb(234,229,138) instead hex code.

Text Font Color

.myTextColor { color: #EAE58A; }

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

This text font color is #EAE58A.


Background Color

.myBgColor { background-color: #EAE58A; }

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

This div background color is #EAE58A.


Border color

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

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

This div border color is #EAE58A.


Opacity

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

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

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

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

This text has shadow with #EAE58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE58A on black background.


Color preview on white background

This text has color #EAE58A on white background.



Black color preview on #EAE58A background

This text has black color on #EAE58A background.


White color preview on #EAE58A background

This text has white color on #EAE58A background.