COLOR #EAE56A

HEX: #EAE56A
RGB: (234,229,106)

Color info

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

RGB color model

#EAE56A color RGB value is (234,229,106).

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

RGB channels and saturation

R 234 of 255 = 92%
G 229 of 255 = 90%
B 106 of 255 = 42%

234
229
106

R + G + B ~ 75%. #EAE56A is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 229 + 106 = 569 (100%)
R 234 of 569 ~ 41.12%
G 229 of 569 ~ 40.25%
B 106 of 569 ~ 18.63%

%41.12
%40.25
%18.63

CMYK color model

#EAE56A color CMYK value is (0,2,55,8).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 54.70%
  • key color value is 8.24%
CMYK:
(0,2,55,8)
C0M2Y55K8 
(0%,2%,55%,8%)
(0.00/0.02/0.55/0.08)	

CMYK percentages

%0
%2.14
%54.7
%8.24

Codes

Color #EAE56A in popluar color models

EAE56A
RGB234229106
HSL58°75.29%66.67%
HSB/HSV58°54.70%91.76%
CMYK0.00%2.14%54.70%
8.24%

Color #EAE56A in popluar number systems.

HEXEAE56A
Decimal234229106
Binary11101010111001011101010
Octal352345152

Shades and tints

Shades of #EAE56A

#EAE56A
(234,229,106)
#D5D161
(213,209,97)
#C0BD58
(192,189,88)
#ABA94F
(171,169,79)
#969546
(150,149,70)
#81813D
(129,129,61)
#6C6D34
(108,109,52)
#57592B
(87,89,43)
#424522
(66,69,34)
#2D3119
(45,49,25)
#181D10
(24,29,16)
#000000
(0,0,0)

Tints of #EAE56A

#EAE56A
(234,229,106)
#EBE777
(235,231,119)
#ECE984
(236,233,132)
#EDEB91
(237,235,145)
#EEED9E
(238,237,158)
#EFEFAB
(239,239,171)
#F0F1B8
(240,241,184)
#F1F3C5
(241,243,197)
#F2F5D2
(242,245,210)
#F3F7DF
(243,247,223)
#F4F9EC
(244,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE56A; }

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

This text font color is #EAE56A.


Background Color

.myBgColor { background-color: #EAE56A; }

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

This div background color is #EAE56A.


Border color

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

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

This div border color is #EAE56A.


Opacity

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

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

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

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

This text has shadow with #EAE56A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE56A on black background.


Color preview on white background

This text has color #EAE56A on white background.



Black color preview on #EAE56A background

This text has black color on #EAE56A background.


White color preview on #EAE56A background

This text has white color on #EAE56A background.