COLOR #EAE351

HEX: #EAE351
RGB: (234,227,81)

Color info

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

RGB color model

#EAE351 color RGB value is (234,227,81).

  • red value is 234;
  • green value is 227;
  • blue value is 81.
RGB:
(234,227,81)
(92%,89%,32%)

RGB channels and saturation

R 234 of 255 = 92%
G 227 of 255 = 89%
B 81 of 255 = 32%

234
227
81

R + G + B ~ 71%. #EAE351 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 227 + 81 = 542 (100%)
R 234 of 542 ~ 43.17%
G 227 of 542 ~ 41.88%
B 81 of 542 ~ 14.94%

%43.17
%41.88
%14.94

CMYK color model

#EAE351 color CMYK value is (0,3,65,8).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 65.38%
  • key color value is 8.24%
CMYK:
(0,3,65,8)
C0M3Y65K8 
(0%,3%,65%,8%)
(0.00/0.03/0.65/0.08)	

CMYK percentages

%0
%2.99
%65.38
%8.24

Codes

Color #EAE351 in popluar color models

EAE351
RGB23422781
HSL57°78.46%61.76%
HSB/HSV57°65.38%91.76%
CMYK0.00%2.99%65.38%
8.24%

Color #EAE351 in popluar number systems.

HEXEAE351
Decimal23422781
Binary11101010111000111010001
Octal352343121

Shades and tints

Shades of #EAE351

#EAE351
(234,227,81)
#D5CF4A
(213,207,74)
#C0BB43
(192,187,67)
#ABA73C
(171,167,60)
#969335
(150,147,53)
#817F2E
(129,127,46)
#6C6B27
(108,107,39)
#575720
(87,87,32)
#424319
(66,67,25)
#2D2F12
(45,47,18)
#181B0B
(24,27,11)
#000000
(0,0,0)

Tints of #EAE351

#EAE351
(234,227,81)
#EBE560
(235,229,96)
#ECE76F
(236,231,111)
#EDE97E
(237,233,126)
#EEEB8D
(238,235,141)
#EFED9C
(239,237,156)
#F0EFAB
(240,239,171)
#F1F1BA
(241,241,186)
#F2F3C9
(242,243,201)
#F3F5D8
(243,245,216)
#F4F7E7
(244,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE351 color. Also use rgb(234,227,81) instead hex code.

Text Font Color

.myTextColor { color: #EAE351; }

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

This text font color is #EAE351.


Background Color

.myBgColor { background-color: #EAE351; }

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

This div background color is #EAE351.


Border color

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

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

This div border color is #EAE351.


Opacity

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

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

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

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

This text has shadow with #EAE351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE351 on black background.


Color preview on white background

This text has color #EAE351 on white background.



Black color preview on #EAE351 background

This text has black color on #EAE351 background.


White color preview on #EAE351 background

This text has white color on #EAE351 background.