COLOR #E69575

HEX: #E69575
RGB: (230,149,117)

Color info

#E69575 contains mainly red color. Web safe color of #E69575 is #CC9966 (or #C96).

RGB color model

#E69575 color RGB value is (230,149,117).

  • red value is 230;
  • green value is 149;
  • blue value is 117.
RGB:
(230,149,117)
(90%,58%,46%)

RGB channels and saturation

R 230 of 255 = 90%
G 149 of 255 = 58%
B 117 of 255 = 46%

230
149
117

R + G + B ~ 65%. #E69575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 149 + 117 = 496 (100%)
R 230 of 496 ~ 46.37%
G 149 of 496 ~ 30.04%
B 117 of 496 ~ 23.59%

%46.37
%30.04
%23.59

CMYK color model

#E69575 color CMYK value is (0,35,49,10).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 49.13%
  • key color value is 9.80%
CMYK:
(0,35,49,10)
C0M35Y49K10 
(0%,35%,49%,10%)
(0.00/0.35/0.49/0.10)	

CMYK percentages

%0
%35.22
%49.13
%9.8

Codes

Color #E69575 in popluar color models

E69575
RGB230149117
HSL17°69.33%68.04%
HSB/HSV17°49.13%90.20%
CMYK0.00%35.22%49.13%
9.80%

Color #E69575 in popluar number systems.

HEXE69575
Decimal230149117
Binary11100110100101011110101
Octal346225165

Shades and tints

Shades of #E69575

#E69575
(230,149,117)
#D2886B
(210,136,107)
#BE7B61
(190,123,97)
#AA6E57
(170,110,87)
#96614D
(150,97,77)
#825443
(130,84,67)
#6E4739
(110,71,57)
#5A3A2F
(90,58,47)
#462D25
(70,45,37)
#32201B
(50,32,27)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #E69575

#E69575
(230,149,117)
#E89E81
(232,158,129)
#EAA78D
(234,167,141)
#ECB099
(236,176,153)
#EEB9A5
(238,185,165)
#F0C2B1
(240,194,177)
#F2CBBD
(242,203,189)
#F4D4C9
(244,212,201)
#F6DDD5
(246,221,213)
#F8E6E1
(248,230,225)
#FAEFED
(250,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69575 color. Also use rgb(230,149,117) instead hex code.

Text Font Color

.myTextColor { color: #E69575; }

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

This text font color is #E69575.


Background Color

.myBgColor { background-color: #E69575; }

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

This div background color is #E69575.


Border color

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

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

This div border color is #E69575.


Opacity

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

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

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

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

This text has shadow with #E69575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69575 on black background.


Color preview on white background

This text has color #E69575 on white background.



Black color preview on #E69575 background

This text has black color on #E69575 background.


White color preview on #E69575 background

This text has white color on #E69575 background.