COLOR #EAE5C4

HEX: #EAE5C4
RGB: (234,229,196)

Color info

#EAE5C4 contains red, green and blue colors in about the same proportion. Web safe color of #EAE5C4 is #FFCCCC (or #FCC).

RGB color model

#EAE5C4 color RGB value is (234,229,196).

  • red value is 234;
  • green value is 229;
  • blue value is 196.
RGB:
(234,229,196)
(92%,90%,77%)

RGB channels and saturation

R 234 of 255 = 92%
G 229 of 255 = 90%
B 196 of 255 = 77%

234
229
196

R + G + B ~ 86%. #EAE5C4 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 229 + 196 = 659 (100%)
R 234 of 659 ~ 35.51%
G 229 of 659 ~ 34.75%
B 196 of 659 ~ 29.74%

%35.51
%34.75
%29.74

CMYK color model

#EAE5C4 color CMYK value is (0,2,16,8).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 16.24%
  • key color value is 8.24%
CMYK:
(0,2,16,8)
C0M2Y16K8 
(0%,2%,16%,8%)
(0.00/0.02/0.16/0.08)	

CMYK percentages

%0
%2.14
%16.24
%8.24

Codes

Color #EAE5C4 in popluar color models

EAE5C4
RGB234229196
HSL52°47.50%84.31%
HSB/HSV52°16.24%91.76%
CMYK0.00%2.14%16.24%
8.24%

Color #EAE5C4 in popluar number systems.

HEXEAE5C4
Decimal234229196
Binary111010101110010111000100
Octal352345304

Shades and tints

Shades of #EAE5C4

#EAE5C4
(234,229,196)
#D5D1B3
(213,209,179)
#C0BDA2
(192,189,162)
#ABA991
(171,169,145)
#969580
(150,149,128)
#81816F
(129,129,111)
#6C6D5E
(108,109,94)
#57594D
(87,89,77)
#42453C
(66,69,60)
#2D312B
(45,49,43)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #EAE5C4

#EAE5C4
(234,229,196)
#EBE7C9
(235,231,201)
#ECE9CE
(236,233,206)
#EDEBD3
(237,235,211)
#EEEDD8
(238,237,216)
#EFEFDD
(239,239,221)
#F0F1E2
(240,241,226)
#F1F3E7
(241,243,231)
#F2F5EC
(242,245,236)
#F3F7F1
(243,247,241)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAE5C4 color. Also use rgb(234,229,196) instead hex code.

Text Font Color

.myTextColor { color: #EAE5C4; }

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

This text font color is #EAE5C4.


Background Color

.myBgColor { background-color: #EAE5C4; }

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

This div background color is #EAE5C4.


Border color

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

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

This div border color is #EAE5C4.


Opacity

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

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

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

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

This text has shadow with #EAE5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAE5C4 on black background.


Color preview on white background

This text has color #EAE5C4 on white background.



Black color preview on #EAE5C4 background

This text has black color on #EAE5C4 background.


White color preview on #EAE5C4 background

This text has white color on #EAE5C4 background.