COLOR #EABE95

HEX: #EABE95
RGB: (234,190,149)

Color info

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

RGB color model

#EABE95 color RGB value is (234,190,149).

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

RGB channels and saturation

R 234 of 255 = 92%
G 190 of 255 = 75%
B 149 of 255 = 58%

234
190
149

R + G + B ~ 75%. #EABE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 190 + 149 = 573 (100%)
R 234 of 573 ~ 40.84%
G 190 of 573 ~ 33.16%
B 149 of 573 ~ 26%

%40.84
%33.16
%26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 36.32%
  • key color value is 8.24%
CMYK:
(0,19,36,8)
C0M19Y36K8 
(0%,19%,36%,8%)
(0.00/0.19/0.36/0.08)	

CMYK percentages

%0
%18.8
%36.32
%8.24

Codes

Color #EABE95 in popluar color models

EABE95
RGB234190149
HSL29°66.93%75.10%
HSB/HSV29°36.32%91.76%
CMYK0.00%18.80%36.32%
8.24%

Color #EABE95 in popluar number systems.

HEXEABE95
Decimal234190149
Binary111010101011111010010101
Octal352276225

Shades and tints

Shades of #EABE95

#EABE95
(234,190,149)
#D5AD88
(213,173,136)
#C09C7B
(192,156,123)
#AB8B6E
(171,139,110)
#967A61
(150,122,97)
#816954
(129,105,84)
#6C5847
(108,88,71)
#57473A
(87,71,58)
#42362D
(66,54,45)
#2D2520
(45,37,32)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #EABE95

#EABE95
(234,190,149)
#EBC39E
(235,195,158)
#ECC8A7
(236,200,167)
#EDCDB0
(237,205,176)
#EED2B9
(238,210,185)
#EFD7C2
(239,215,194)
#F0DCCB
(240,220,203)
#F1E1D4
(241,225,212)
#F2E6DD
(242,230,221)
#F3EBE6
(243,235,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABE95; }

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

This text font color is #EABE95.


Background Color

.myBgColor { background-color: #EABE95; }

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

This div background color is #EABE95.


Border color

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

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

This div border color is #EABE95.


Opacity

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

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

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

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

This text has shadow with #EABE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABE95 on black background.


Color preview on white background

This text has color #EABE95 on white background.



Black color preview on #EABE95 background

This text has black color on #EABE95 background.


White color preview on #EABE95 background

This text has white color on #EABE95 background.