COLOR #E9967A

HEX: #E9967A
RGB: (233,150,122)

Color info

Color name is DarkSalmon. #E9967A contains mainly red color. Web safe color of #E9967A is #FF9966 (or #F96).

RGB color model

#E9967A color RGB value is (233,150,122).

  • red value is 233;
  • green value is 150;
  • blue value is 122.
RGB:
(233,150,122)
(91%,59%,48%)

RGB channels and saturation

R 233 of 255 = 91%
G 150 of 255 = 59%
B 122 of 255 = 48%

233
150
122

R + G + B ~ 66%. #E9967A is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 150 + 122 = 505 (100%)
R 233 of 505 ~ 46.14%
G 150 of 505 ~ 29.7%
B 122 of 505 ~ 24.16%

%46.14
%29.7
%24.16

CMYK color model

#E9967A color CMYK value is (0,36,48,9).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 47.64%
  • key color value is 8.63%
CMYK:
(0,36,48,9)
C0M36Y48K9 
(0%,36%,48%,9%)
(0.00/0.36/0.48/0.09)	

CMYK percentages

%0
%35.62
%47.64
%8.63

Codes

Color #E9967A in popluar color models

E9967A
RGB233150122
HSL15°71.61%69.61%
HSB/HSV15°47.64%91.37%
CMYK0.00%35.62%47.64%
8.63%

Color #E9967A in popluar number systems.

HEXE9967A
Decimal233150122
Binary11101001100101101111010
Octal351226172

Shades and tints

Shades of #E9967A

#E9967A
(233,150,122)
#D4896F
(212,137,111)
#BF7C64
(191,124,100)
#AA6F59
(170,111,89)
#95624E
(149,98,78)
#805543
(128,85,67)
#6B4838
(107,72,56)
#563B2D
(86,59,45)
#412E22
(65,46,34)
#2C2117
(44,33,23)
#17140C
(23,20,12)
#000000
(0,0,0)

Tints of #E9967A

#E9967A
(233,150,122)
#EB9F86
(235,159,134)
#EDA892
(237,168,146)
#EFB19E
(239,177,158)
#F1BAAA
(241,186,170)
#F3C3B6
(243,195,182)
#F5CCC2
(245,204,194)
#F7D5CE
(247,213,206)
#F9DEDA
(249,222,218)
#FBE7E6
(251,231,230)
#FDF0F2
(253,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9967A color. Also use rgb(233,150,122) instead hex code.

Text Font Color

.myTextColor { color: #E9967A; }

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

This text font color is #E9967A.


Background Color

.myBgColor { background-color: #E9967A; }

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

This div background color is #E9967A.


Border color

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

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

This div border color is #E9967A.


Opacity

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

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

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

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

This text has shadow with #E9967A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9967A on black background.


Color preview on white background

This text has color #E9967A on white background.



Black color preview on #E9967A background

This text has black color on #E9967A background.


White color preview on #E9967A background

This text has white color on #E9967A background.