COLOR #EABE89

HEX: #EABE89
RGB: (234,190,137)

Color info

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

RGB color model

#EABE89 color RGB value is (234,190,137).

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

RGB channels and saturation

R 234 of 255 = 92%
G 190 of 255 = 75%
B 137 of 255 = 54%

234
190
137

R + G + B ~ 74%. #EABE89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 190 + 137 = 561 (100%)
R 234 of 561 ~ 41.71%
G 190 of 561 ~ 33.87%
B 137 of 561 ~ 24.42%

%41.71
%33.87
%24.42

CMYK color model

#EABE89 color CMYK value is (0,19,41,8).

  • cyan value is 0.00%
  • magenta value is 18.80%
  • yellow value is 41.45%
  • key color value is 8.24%
CMYK:
(0,19,41,8)
C0M19Y41K8 
(0%,19%,41%,8%)
(0.00/0.19/0.41/0.08)	

CMYK percentages

%0
%18.8
%41.45
%8.24

Codes

Color #EABE89 in popluar color models

EABE89
RGB234190137
HSL33°69.78%72.75%
HSB/HSV33°41.45%91.76%
CMYK0.00%18.80%41.45%
8.24%

Color #EABE89 in popluar number systems.

HEXEABE89
Decimal234190137
Binary111010101011111010001001
Octal352276211

Shades and tints

Shades of #EABE89

#EABE89
(234,190,137)
#D5AD7D
(213,173,125)
#C09C71
(192,156,113)
#AB8B65
(171,139,101)
#967A59
(150,122,89)
#81694D
(129,105,77)
#6C5841
(108,88,65)
#574735
(87,71,53)
#423629
(66,54,41)
#2D251D
(45,37,29)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #EABE89

#EABE89
(234,190,137)
#EBC393
(235,195,147)
#ECC89D
(236,200,157)
#EDCDA7
(237,205,167)
#EED2B1
(238,210,177)
#EFD7BB
(239,215,187)
#F0DCC5
(240,220,197)
#F1E1CF
(241,225,207)
#F2E6D9
(242,230,217)
#F3EBE3
(243,235,227)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EABE89; }

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

This text font color is #EABE89.


Background Color

.myBgColor { background-color: #EABE89; }

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

This div background color is #EABE89.


Border color

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

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

This div border color is #EABE89.


Opacity

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

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

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

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

This text has shadow with #EABE89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABE89 on black background.


Color preview on white background

This text has color #EABE89 on white background.



Black color preview on #EABE89 background

This text has black color on #EABE89 background.


White color preview on #EABE89 background

This text has white color on #EABE89 background.