COLOR #EA8C6C

HEX: #EA8C6C
RGB: (234,140,108)

Color info

#EA8C6C contains mainly red color. Web safe color of #EA8C6C is #FF9966 (or #F96).

RGB color model

#EA8C6C color RGB value is (234,140,108).

  • red value is 234;
  • green value is 140;
  • blue value is 108.
RGB:
(234,140,108)
(92%,55%,42%)

RGB channels and saturation

R 234 of 255 = 92%
G 140 of 255 = 55%
B 108 of 255 = 42%

234
140
108

R + G + B ~ 63%. #EA8C6C is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 140 + 108 = 482 (100%)
R 234 of 482 ~ 48.55%
G 140 of 482 ~ 29.05%
B 108 of 482 ~ 22.41%

%48.55
%29.05
%22.41

CMYK color model

#EA8C6C color CMYK value is (0,40,54,8).

  • cyan value is 0.00%
  • magenta value is 40.17%
  • yellow value is 53.85%
  • key color value is 8.24%
CMYK:
(0,40,54,8)
C0M40Y54K8 
(0%,40%,54%,8%)
(0.00/0.40/0.54/0.08)	

CMYK percentages

%0
%40.17
%53.85
%8.24

Codes

Color #EA8C6C in popluar color models

EA8C6C
RGB234140108
HSL15°75.00%67.06%
HSB/HSV15°53.85%91.76%
CMYK0.00%40.17%53.85%
8.24%

Color #EA8C6C in popluar number systems.

HEXEA8C6C
Decimal234140108
Binary11101010100011001101100
Octal352214154

Shades and tints

Shades of #EA8C6C

#EA8C6C
(234,140,108)
#D58063
(213,128,99)
#C0745A
(192,116,90)
#AB6851
(171,104,81)
#965C48
(150,92,72)
#81503F
(129,80,63)
#6C4436
(108,68,54)
#57382D
(87,56,45)
#422C24
(66,44,36)
#2D201B
(45,32,27)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #EA8C6C

#EA8C6C
(234,140,108)
#EB9679
(235,150,121)
#ECA086
(236,160,134)
#EDAA93
(237,170,147)
#EEB4A0
(238,180,160)
#EFBEAD
(239,190,173)
#F0C8BA
(240,200,186)
#F1D2C7
(241,210,199)
#F2DCD4
(242,220,212)
#F3E6E1
(243,230,225)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA8C6C color. Also use rgb(234,140,108) instead hex code.

Text Font Color

.myTextColor { color: #EA8C6C; }

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

This text font color is #EA8C6C.


Background Color

.myBgColor { background-color: #EA8C6C; }

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

This div background color is #EA8C6C.


Border color

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

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

This div border color is #EA8C6C.


Opacity

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

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

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

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

This text has shadow with #EA8C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA8C6C on black background.


Color preview on white background

This text has color #EA8C6C on white background.



Black color preview on #EA8C6C background

This text has black color on #EA8C6C background.


White color preview on #EA8C6C background

This text has white color on #EA8C6C background.