COLOR #EAB888

HEX: #EAB888
RGB: (234,184,136)

Color info

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

RGB color model

#EAB888 color RGB value is (234,184,136).

  • red value is 234;
  • green value is 184;
  • blue value is 136.
RGB:
(234,184,136)
(92%,72%,53%)

RGB channels and saturation

R 234 of 255 = 92%
G 184 of 255 = 72%
B 136 of 255 = 53%

234
184
136

R + G + B ~ 72%. #EAB888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 184 + 136 = 554 (100%)
R 234 of 554 ~ 42.24%
G 184 of 554 ~ 33.21%
B 136 of 554 ~ 24.55%

%42.24
%33.21
%24.55

CMYK color model

#EAB888 color CMYK value is (0,21,42,8).

  • cyan value is 0.00%
  • magenta value is 21.37%
  • yellow value is 41.88%
  • key color value is 8.24%
CMYK:
(0,21,42,8)
C0M21Y42K8 
(0%,21%,42%,8%)
(0.00/0.21/0.42/0.08)	

CMYK percentages

%0
%21.37
%41.88
%8.24

Codes

Color #EAB888 in popluar color models

EAB888
RGB234184136
HSL29°70.00%72.55%
HSB/HSV29°41.88%91.76%
CMYK0.00%21.37%41.88%
8.24%

Color #EAB888 in popluar number systems.

HEXEAB888
Decimal234184136
Binary111010101011100010001000
Octal352270210

Shades and tints

Shades of #EAB888

#EAB888
(234,184,136)
#D5A87C
(213,168,124)
#C09870
(192,152,112)
#AB8864
(171,136,100)
#967858
(150,120,88)
#81684C
(129,104,76)
#6C5840
(108,88,64)
#574834
(87,72,52)
#423828
(66,56,40)
#2D281C
(45,40,28)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #EAB888

#EAB888
(234,184,136)
#EBBE92
(235,190,146)
#ECC49C
(236,196,156)
#EDCAA6
(237,202,166)
#EED0B0
(238,208,176)
#EFD6BA
(239,214,186)
#F0DCC4
(240,220,196)
#F1E2CE
(241,226,206)
#F2E8D8
(242,232,216)
#F3EEE2
(243,238,226)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB888 color. Also use rgb(234,184,136) instead hex code.

Text Font Color

.myTextColor { color: #EAB888; }

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

This text font color is #EAB888.


Background Color

.myBgColor { background-color: #EAB888; }

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

This div background color is #EAB888.


Border color

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

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

This div border color is #EAB888.


Opacity

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

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

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

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

This text has shadow with #EAB888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAB888 on black background.


Color preview on white background

This text has color #EAB888 on white background.



Black color preview on #EAB888 background

This text has black color on #EAB888 background.


White color preview on #EAB888 background

This text has white color on #EAB888 background.