COLOR #EABC80

HEX: #EABC80
RGB: (234,188,128)

Color info

#EABC80 contains mainly red and green colors. Web safe color of #EABC80 is #FFCC66 (or #FC6).

RGB color model

#EABC80 color RGB value is (234,188,128).

  • red value is 234;
  • green value is 188;
  • blue value is 128.
RGB:
(234,188,128)
(92%,74%,50%)

RGB channels and saturation

R 234 of 255 = 92%
G 188 of 255 = 74%
B 128 of 255 = 50%

234
188
128

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

Portions of RGB colors in percentages

R + G + B =
234 + 188 + 128 = 550 (100%)
R 234 of 550 ~ 42.55%
G 188 of 550 ~ 34.18%
B 128 of 550 ~ 23.27%

%42.55
%34.18
%23.27

CMYK color model

#EABC80 color CMYK value is (0,20,45,8).

  • cyan value is 0.00%
  • magenta value is 19.66%
  • yellow value is 45.30%
  • key color value is 8.24%
CMYK:
(0,20,45,8)
C0M20Y45K8 
(0%,20%,45%,8%)
(0.00/0.20/0.45/0.08)	

CMYK percentages

%0
%19.66
%45.3
%8.24

Codes

Color #EABC80 in popluar color models

EABC80
RGB234188128
HSL34°71.62%70.98%
HSB/HSV34°45.30%91.76%
CMYK0.00%19.66%45.30%
8.24%

Color #EABC80 in popluar number systems.

HEXEABC80
Decimal234188128
Binary111010101011110010000000
Octal352274200

Shades and tints

Shades of #EABC80

#EABC80
(234,188,128)
#D5AB75
(213,171,117)
#C09A6A
(192,154,106)
#AB895F
(171,137,95)
#967854
(150,120,84)
#816749
(129,103,73)
#6C563E
(108,86,62)
#574533
(87,69,51)
#423428
(66,52,40)
#2D231D
(45,35,29)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #EABC80

#EABC80
(234,188,128)
#EBC28B
(235,194,139)
#ECC896
(236,200,150)
#EDCEA1
(237,206,161)
#EED4AC
(238,212,172)
#EFDAB7
(239,218,183)
#F0E0C2
(240,224,194)
#F1E6CD
(241,230,205)
#F2ECD8
(242,236,216)
#F3F2E3
(243,242,227)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EABC80 color. Also use rgb(234,188,128) instead hex code.

Text Font Color

.myTextColor { color: #EABC80; }

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

This text font color is #EABC80.


Background Color

.myBgColor { background-color: #EABC80; }

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

This div background color is #EABC80.


Border color

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

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

This div border color is #EABC80.


Opacity

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

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

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

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

This text has shadow with #EABC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EABC80 on black background.


Color preview on white background

This text has color #EABC80 on white background.



Black color preview on #EABC80 background

This text has black color on #EABC80 background.


White color preview on #EABC80 background

This text has white color on #EABC80 background.