COLOR #EAE996

HEX: #EAE996
RGB: (234,233,150)

Color info

#EAE996 contains mainly red and green colors. Web safe color of #EAE996 is #FFFF99 (or #FF9).

RGB color model

#EAE996 color RGB value is (234,233,150).

  • red value is 234;
  • green value is 233;
  • blue value is 150.
RGB:
(234,233,150)
(92%,91%,59%)

RGB channels and saturation

R 234 of 255 = 92%
G 233 of 255 = 91%
B 150 of 255 = 59%

234
233
150

R + G + B ~ 81%. #EAE996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 233 + 150 = 617 (100%)
R 234 of 617 ~ 37.93%
G 233 of 617 ~ 37.76%
B 150 of 617 ~ 24.31%

%37.93
%37.76
%24.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.43%
  • yellow value is 35.90%
  • key color value is 8.24%
CMYK:
(0,0,36,8)
C0M0Y36K8 
(0%,0%,36%,8%)
(0.00/0.00/0.36/0.08)	

CMYK percentages

%0
%0.43
%35.9
%8.24

Codes

Color #EAE996 in popluar color models

EAE996
RGB234233150
HSL59°66.67%75.29%
HSB/HSV59°35.90%91.76%
CMYK0.00%0.43%35.90%
8.24%

Color #EAE996 in popluar number systems.

HEXEAE996
Decimal234233150
Binary111010101110100110010110
Octal352351226

Shades and tints

Shades of #EAE996

#EAE996
(234,233,150)
#D5D489
(213,212,137)
#C0BF7C
(192,191,124)
#ABAA6F
(171,170,111)
#969562
(150,149,98)
#818055
(129,128,85)
#6C6B48
(108,107,72)
#57563B
(87,86,59)
#42412E
(66,65,46)
#2D2C21
(45,44,33)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #EAE996

#EAE996
(234,233,150)
#EBEB9F
(235,235,159)
#ECEDA8
(236,237,168)
#EDEFB1
(237,239,177)
#EEF1BA
(238,241,186)
#EFF3C3
(239,243,195)
#F0F5CC
(240,245,204)
#F1F7D5
(241,247,213)
#F2F9DE
(242,249,222)
#F3FBE7
(243,251,231)
#F4FDF0
(244,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE996 color. Also use rgb(234,233,150) instead hex code.

Text Font Color

.myTextColor { color: #EAE996; }

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

This text font color is #EAE996.


Background Color

.myBgColor { background-color: #EAE996; }

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

This div background color is #EAE996.


Border color

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

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

This div border color is #EAE996.


Opacity

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

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

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

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

This text has shadow with #EAE996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE996 on black background.


Color preview on white background

This text has color #EAE996 on white background.



Black color preview on #EAE996 background

This text has black color on #EAE996 background.


White color preview on #EAE996 background

This text has white color on #EAE996 background.