COLOR #EAE69C

HEX: #EAE69C
RGB: (234,230,156)

Color info

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

RGB color model

#EAE69C color RGB value is (234,230,156).

  • red value is 234;
  • green value is 230;
  • blue value is 156.
RGB:
(234,230,156)
(92%,90%,61%)

RGB channels and saturation

R 234 of 255 = 92%
G 230 of 255 = 90%
B 156 of 255 = 61%

234
230
156

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

Portions of RGB colors in percentages

R + G + B =
234 + 230 + 156 = 620 (100%)
R 234 of 620 ~ 37.74%
G 230 of 620 ~ 37.1%
B 156 of 620 ~ 25.16%

%37.74
%37.1
%25.16

CMYK color model

#EAE69C color CMYK value is (0,2,33,8).

  • cyan value is 0.00%
  • magenta value is 1.71%
  • yellow value is 33.33%
  • key color value is 8.24%
CMYK:
(0,2,33,8)
C0M2Y33K8 
(0%,2%,33%,8%)
(0.00/0.02/0.33/0.08)	

CMYK percentages

%0
%1.71
%33.33
%8.24

Codes

Color #EAE69C in popluar color models

EAE69C
RGB234230156
HSL57°65.00%76.47%
HSB/HSV57°33.33%91.76%
CMYK0.00%1.71%33.33%
8.24%

Color #EAE69C in popluar number systems.

HEXEAE69C
Decimal234230156
Binary111010101110011010011100
Octal352346234

Shades and tints

Shades of #EAE69C

#EAE69C
(234,230,156)
#D5D28E
(213,210,142)
#C0BE80
(192,190,128)
#ABAA72
(171,170,114)
#969664
(150,150,100)
#818256
(129,130,86)
#6C6E48
(108,110,72)
#575A3A
(87,90,58)
#42462C
(66,70,44)
#2D321E
(45,50,30)
#181E10
(24,30,16)
#000000
(0,0,0)

Tints of #EAE69C

#EAE69C
(234,230,156)
#EBE8A5
(235,232,165)
#ECEAAE
(236,234,174)
#EDECB7
(237,236,183)
#EEEEC0
(238,238,192)
#EFF0C9
(239,240,201)
#F0F2D2
(240,242,210)
#F1F4DB
(241,244,219)
#F2F6E4
(242,246,228)
#F3F8ED
(243,248,237)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE69C color. Also use rgb(234,230,156) instead hex code.

Text Font Color

.myTextColor { color: #EAE69C; }

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

This text font color is #EAE69C.


Background Color

.myBgColor { background-color: #EAE69C; }

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

This div background color is #EAE69C.


Border color

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

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

This div border color is #EAE69C.


Opacity

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

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

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

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

This text has shadow with #EAE69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE69C on black background.


Color preview on white background

This text has color #EAE69C on white background.



Black color preview on #EAE69C background

This text has black color on #EAE69C background.


White color preview on #EAE69C background

This text has white color on #EAE69C background.