COLOR #EAE09F

HEX: #EAE09F
RGB: (234,224,159)

Color info

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

RGB color model

#EAE09F color RGB value is (234,224,159).

  • red value is 234;
  • green value is 224;
  • blue value is 159.
RGB:
(234,224,159)
(92%,88%,62%)

RGB channels and saturation

R 234 of 255 = 92%
G 224 of 255 = 88%
B 159 of 255 = 62%

234
224
159

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

Portions of RGB colors in percentages

R + G + B =
234 + 224 + 159 = 617 (100%)
R 234 of 617 ~ 37.93%
G 224 of 617 ~ 36.3%
B 159 of 617 ~ 25.77%

%37.93
%36.3
%25.77

CMYK color model

#EAE09F color CMYK value is (0,4,32,8).

  • cyan value is 0.00%
  • magenta value is 4.27%
  • yellow value is 32.05%
  • key color value is 8.24%
CMYK:
(0,4,32,8)
C0M4Y32K8 
(0%,4%,32%,8%)
(0.00/0.04/0.32/0.08)	

CMYK percentages

%0
%4.27
%32.05
%8.24

Codes

Color #EAE09F in popluar color models

EAE09F
RGB234224159
HSL52°64.10%77.06%
HSB/HSV52°32.05%91.76%
CMYK0.00%4.27%32.05%
8.24%

Color #EAE09F in popluar number systems.

HEXEAE09F
Decimal234224159
Binary111010101110000010011111
Octal352340237

Shades and tints

Shades of #EAE09F

#EAE09F
(234,224,159)
#D5CC91
(213,204,145)
#C0B883
(192,184,131)
#ABA475
(171,164,117)
#969067
(150,144,103)
#817C59
(129,124,89)
#6C684B
(108,104,75)
#57543D
(87,84,61)
#42402F
(66,64,47)
#2D2C21
(45,44,33)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #EAE09F

#EAE09F
(234,224,159)
#EBE2A7
(235,226,167)
#ECE4AF
(236,228,175)
#EDE6B7
(237,230,183)
#EEE8BF
(238,232,191)
#EFEAC7
(239,234,199)
#F0ECCF
(240,236,207)
#F1EED7
(241,238,215)
#F2F0DF
(242,240,223)
#F3F2E7
(243,242,231)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE09F color. Also use rgb(234,224,159) instead hex code.

Text Font Color

.myTextColor { color: #EAE09F; }

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

This text font color is #EAE09F.


Background Color

.myBgColor { background-color: #EAE09F; }

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

This div background color is #EAE09F.


Border color

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

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

This div border color is #EAE09F.


Opacity

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

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

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

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

This text has shadow with #EAE09F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE09F on black background.


Color preview on white background

This text has color #EAE09F on white background.



Black color preview on #EAE09F background

This text has black color on #EAE09F background.


White color preview on #EAE09F background

This text has white color on #EAE09F background.