COLOR #EAE57C

HEX: #EAE57C
RGB: (234,229,124)

Color info

#EAE57C contains mainly red and green colors. Web safe color of #EAE57C is #FFCC66 (or #FC6).

RGB color model

#EAE57C color RGB value is (234,229,124).

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

RGB channels and saturation

R 234 of 255 = 92%
G 229 of 255 = 90%
B 124 of 255 = 49%

234
229
124

R + G + B ~ 77%. #EAE57C is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 229 + 124 = 587 (100%)
R 234 of 587 ~ 39.86%
G 229 of 587 ~ 39.01%
B 124 of 587 ~ 21.12%

%39.86
%39.01
%21.12

CMYK color model

#EAE57C color CMYK value is (0,2,47,8).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 47.01%
  • key color value is 8.24%
CMYK:
(0,2,47,8)
C0M2Y47K8 
(0%,2%,47%,8%)
(0.00/0.02/0.47/0.08)	

CMYK percentages

%0
%2.14
%47.01
%8.24

Codes

Color #EAE57C in popluar color models

EAE57C
RGB234229124
HSL57°72.37%70.20%
HSB/HSV57°47.01%91.76%
CMYK0.00%2.14%47.01%
8.24%

Color #EAE57C in popluar number systems.

HEXEAE57C
Decimal234229124
Binary11101010111001011111100
Octal352345174

Shades and tints

Shades of #EAE57C

#EAE57C
(234,229,124)
#D5D171
(213,209,113)
#C0BD66
(192,189,102)
#ABA95B
(171,169,91)
#969550
(150,149,80)
#818145
(129,129,69)
#6C6D3A
(108,109,58)
#57592F
(87,89,47)
#424524
(66,69,36)
#2D3119
(45,49,25)
#181D0E
(24,29,14)
#000000
(0,0,0)

Tints of #EAE57C

#EAE57C
(234,229,124)
#EBE787
(235,231,135)
#ECE992
(236,233,146)
#EDEB9D
(237,235,157)
#EEEDA8
(238,237,168)
#EFEFB3
(239,239,179)
#F0F1BE
(240,241,190)
#F1F3C9
(241,243,201)
#F2F5D4
(242,245,212)
#F3F7DF
(243,247,223)
#F4F9EA
(244,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE57C; }

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

This text font color is #EAE57C.


Background Color

.myBgColor { background-color: #EAE57C; }

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

This div background color is #EAE57C.


Border color

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

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

This div border color is #EAE57C.


Opacity

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

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

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

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

This text has shadow with #EAE57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE57C on black background.


Color preview on white background

This text has color #EAE57C on white background.



Black color preview on #EAE57C background

This text has black color on #EAE57C background.


White color preview on #EAE57C background

This text has white color on #EAE57C background.