COLOR #EAE390

HEX: #EAE390
RGB: (234,227,144)

Color info

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

RGB color model

#EAE390 color RGB value is (234,227,144).

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

RGB channels and saturation

R 234 of 255 = 92%
G 227 of 255 = 89%
B 144 of 255 = 56%

234
227
144

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

Portions of RGB colors in percentages

R + G + B =
234 + 227 + 144 = 605 (100%)
R 234 of 605 ~ 38.68%
G 227 of 605 ~ 37.52%
B 144 of 605 ~ 23.8%

%38.68
%37.52
%23.8

CMYK color model

#EAE390 color CMYK value is (0,3,38,8).

  • cyan value is 0.00%
  • magenta value is 2.99%
  • yellow value is 38.46%
  • key color value is 8.24%
CMYK:
(0,3,38,8)
C0M3Y38K8 
(0%,3%,38%,8%)
(0.00/0.03/0.38/0.08)	

CMYK percentages

%0
%2.99
%38.46
%8.24

Codes

Color #EAE390 in popluar color models

EAE390
RGB234227144
HSL55°68.18%74.12%
HSB/HSV55°38.46%91.76%
CMYK0.00%2.99%38.46%
8.24%

Color #EAE390 in popluar number systems.

HEXEAE390
Decimal234227144
Binary111010101110001110010000
Octal352343220

Shades and tints

Shades of #EAE390

#EAE390
(234,227,144)
#D5CF83
(213,207,131)
#C0BB76
(192,187,118)
#ABA769
(171,167,105)
#96935C
(150,147,92)
#817F4F
(129,127,79)
#6C6B42
(108,107,66)
#575735
(87,87,53)
#424328
(66,67,40)
#2D2F1B
(45,47,27)
#181B0E
(24,27,14)
#000000
(0,0,0)

Tints of #EAE390

#EAE390
(234,227,144)
#EBE59A
(235,229,154)
#ECE7A4
(236,231,164)
#EDE9AE
(237,233,174)
#EEEBB8
(238,235,184)
#EFEDC2
(239,237,194)
#F0EFCC
(240,239,204)
#F1F1D6
(241,241,214)
#F2F3E0
(242,243,224)
#F3F5EA
(243,245,234)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAE390; }

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

This text font color is #EAE390.


Background Color

.myBgColor { background-color: #EAE390; }

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

This div background color is #EAE390.


Border color

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

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

This div border color is #EAE390.


Opacity

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

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

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

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

This text has shadow with #EAE390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE390 on black background.


Color preview on white background

This text has color #EAE390 on white background.



Black color preview on #EAE390 background

This text has black color on #EAE390 background.


White color preview on #EAE390 background

This text has white color on #EAE390 background.