COLOR #EA956A

HEX: #EA956A
RGB: (234,149,106)

Color info

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

RGB color model

#EA956A color RGB value is (234,149,106).

  • red value is 234;
  • green value is 149;
  • blue value is 106.
RGB:
(234,149,106)
(92%,58%,42%)

RGB channels and saturation

R 234 of 255 = 92%
G 149 of 255 = 58%
B 106 of 255 = 42%

234
149
106

R + G + B ~ 64%. #EA956A is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 149 + 106 = 489 (100%)
R 234 of 489 ~ 47.85%
G 149 of 489 ~ 30.47%
B 106 of 489 ~ 21.68%

%47.85
%30.47
%21.68

CMYK color model

#EA956A color CMYK value is (0,36,55,8).

  • cyan value is 0.00%
  • magenta value is 36.32%
  • yellow value is 54.70%
  • key color value is 8.24%
CMYK:
(0,36,55,8)
C0M36Y55K8 
(0%,36%,55%,8%)
(0.00/0.36/0.55/0.08)	

CMYK percentages

%0
%36.32
%54.7
%8.24

Codes

Color #EA956A in popluar color models

EA956A
RGB234149106
HSL20°75.29%66.67%
HSB/HSV20°54.70%91.76%
CMYK0.00%36.32%54.70%
8.24%

Color #EA956A in popluar number systems.

HEXEA956A
Decimal234149106
Binary11101010100101011101010
Octal352225152

Shades and tints

Shades of #EA956A

#EA956A
(234,149,106)
#D58861
(213,136,97)
#C07B58
(192,123,88)
#AB6E4F
(171,110,79)
#966146
(150,97,70)
#81543D
(129,84,61)
#6C4734
(108,71,52)
#573A2B
(87,58,43)
#422D22
(66,45,34)
#2D2019
(45,32,25)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #EA956A

#EA956A
(234,149,106)
#EB9E77
(235,158,119)
#ECA784
(236,167,132)
#EDB091
(237,176,145)
#EEB99E
(238,185,158)
#EFC2AB
(239,194,171)
#F0CBB8
(240,203,184)
#F1D4C5
(241,212,197)
#F2DDD2
(242,221,210)
#F3E6DF
(243,230,223)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EA956A color. Also use rgb(234,149,106) instead hex code.

Text Font Color

.myTextColor { color: #EA956A; }

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

This text font color is #EA956A.


Background Color

.myBgColor { background-color: #EA956A; }

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

This div background color is #EA956A.


Border color

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

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

This div border color is #EA956A.


Opacity

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

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

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

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

This text has shadow with #EA956A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EA956A on black background.


Color preview on white background

This text has color #EA956A on white background.



Black color preview on #EA956A background

This text has black color on #EA956A background.


White color preview on #EA956A background

This text has white color on #EA956A background.