COLOR #EAB98A

HEX: #EAB98A
RGB: (234,185,138)

Color info

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

RGB color model

#EAB98A color RGB value is (234,185,138).

  • red value is 234;
  • green value is 185;
  • blue value is 138.
RGB:
(234,185,138)
(92%,73%,54%)

RGB channels and saturation

R 234 of 255 = 92%
G 185 of 255 = 73%
B 138 of 255 = 54%

234
185
138

R + G + B ~ 73%. #EAB98A is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 185 + 138 = 557 (100%)
R 234 of 557 ~ 42.01%
G 185 of 557 ~ 33.21%
B 138 of 557 ~ 24.78%

%42.01
%33.21
%24.78

CMYK color model

#EAB98A color CMYK value is (0,21,41,8).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 41.03%
  • key color value is 8.24%
CMYK:
(0,21,41,8)
C0M21Y41K8 
(0%,21%,41%,8%)
(0.00/0.21/0.41/0.08)	

CMYK percentages

%0
%20.94
%41.03
%8.24

Codes

Color #EAB98A in popluar color models

EAB98A
RGB234185138
HSL29°69.57%72.94%
HSB/HSV29°41.03%91.76%
CMYK0.00%20.94%41.03%
8.24%

Color #EAB98A in popluar number systems.

HEXEAB98A
Decimal234185138
Binary111010101011100110001010
Octal352271212

Shades and tints

Shades of #EAB98A

#EAB98A
(234,185,138)
#D5A97E
(213,169,126)
#C09972
(192,153,114)
#AB8966
(171,137,102)
#96795A
(150,121,90)
#81694E
(129,105,78)
#6C5942
(108,89,66)
#574936
(87,73,54)
#42392A
(66,57,42)
#2D291E
(45,41,30)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #EAB98A

#EAB98A
(234,185,138)
#EBBF94
(235,191,148)
#ECC59E
(236,197,158)
#EDCBA8
(237,203,168)
#EED1B2
(238,209,178)
#EFD7BC
(239,215,188)
#F0DDC6
(240,221,198)
#F1E3D0
(241,227,208)
#F2E9DA
(242,233,218)
#F3EFE4
(243,239,228)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB98A color. Also use rgb(234,185,138) instead hex code.

Text Font Color

.myTextColor { color: #EAB98A; }

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

This text font color is #EAB98A.


Background Color

.myBgColor { background-color: #EAB98A; }

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

This div background color is #EAB98A.


Border color

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

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

This div border color is #EAB98A.


Opacity

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

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

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

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

This text has shadow with #EAB98A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB98A on black background.


Color preview on white background

This text has color #EAB98A on white background.



Black color preview on #EAB98A background

This text has black color on #EAB98A background.


White color preview on #EAB98A background

This text has white color on #EAB98A background.