COLOR #EAE295

HEX: #EAE295
RGB: (234,226,149)

Color info

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

RGB color model

#EAE295 color RGB value is (234,226,149).

  • red value is 234;
  • green value is 226;
  • blue value is 149.
RGB:
(234,226,149)
(92%,89%,58%)

RGB channels and saturation

R 234 of 255 = 92%
G 226 of 255 = 89%
B 149 of 255 = 58%

234
226
149

R + G + B ~ 80%. #EAE295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 226 + 149 = 609 (100%)
R 234 of 609 ~ 38.42%
G 226 of 609 ~ 37.11%
B 149 of 609 ~ 24.47%

%38.42
%37.11
%24.47

CMYK color model

#EAE295 color CMYK value is (0,3,36,8).

  • cyan value is 0.00%
  • magenta value is 3.42%
  • yellow value is 36.32%
  • key color value is 8.24%
CMYK:
(0,3,36,8)
C0M3Y36K8 
(0%,3%,36%,8%)
(0.00/0.03/0.36/0.08)	

CMYK percentages

%0
%3.42
%36.32
%8.24

Codes

Color #EAE295 in popluar color models

EAE295
RGB234226149
HSL54°66.93%75.10%
HSB/HSV54°36.32%91.76%
CMYK0.00%3.42%36.32%
8.24%

Color #EAE295 in popluar number systems.

HEXEAE295
Decimal234226149
Binary111010101110001010010101
Octal352342225

Shades and tints

Shades of #EAE295

#EAE295
(234,226,149)
#D5CE88
(213,206,136)
#C0BA7B
(192,186,123)
#ABA66E
(171,166,110)
#969261
(150,146,97)
#817E54
(129,126,84)
#6C6A47
(108,106,71)
#57563A
(87,86,58)
#42422D
(66,66,45)
#2D2E20
(45,46,32)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #EAE295

#EAE295
(234,226,149)
#EBE49E
(235,228,158)
#ECE6A7
(236,230,167)
#EDE8B0
(237,232,176)
#EEEAB9
(238,234,185)
#EFECC2
(239,236,194)
#F0EECB
(240,238,203)
#F1F0D4
(241,240,212)
#F2F2DD
(242,242,221)
#F3F4E6
(243,244,230)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE295 color. Also use rgb(234,226,149) instead hex code.

Text Font Color

.myTextColor { color: #EAE295; }

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

This text font color is #EAE295.


Background Color

.myBgColor { background-color: #EAE295; }

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

This div background color is #EAE295.


Border color

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

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

This div border color is #EAE295.


Opacity

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

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

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

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

This text has shadow with #EAE295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE295 on black background.


Color preview on white background

This text has color #EAE295 on white background.



Black color preview on #EAE295 background

This text has black color on #EAE295 background.


White color preview on #EAE295 background

This text has white color on #EAE295 background.