COLOR #E69C74

HEX: #E69C74
RGB: (230,156,116)

Color info

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

RGB color model

#E69C74 color RGB value is (230,156,116).

  • red value is 230;
  • green value is 156;
  • blue value is 116.
RGB:
(230,156,116)
(90%,61%,45%)

RGB channels and saturation

R 230 of 255 = 90%
G 156 of 255 = 61%
B 116 of 255 = 45%

230
156
116

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

Portions of RGB colors in percentages

R + G + B =
230 + 156 + 116 = 502 (100%)
R 230 of 502 ~ 45.82%
G 156 of 502 ~ 31.08%
B 116 of 502 ~ 23.11%

%45.82
%31.08
%23.11

CMYK color model

#E69C74 color CMYK value is (0,32,50,10).

  • cyan value is 0.00%
  • magenta value is 32.17%
  • yellow value is 49.57%
  • key color value is 9.80%
CMYK:
(0,32,50,10)
C0M32Y50K10 
(0%,32%,50%,10%)
(0.00/0.32/0.50/0.10)	

CMYK percentages

%0
%32.17
%49.57
%9.8

Codes

Color #E69C74 in popluar color models

E69C74
RGB230156116
HSL21°69.51%67.84%
HSB/HSV21°49.57%90.20%
CMYK0.00%32.17%49.57%
9.80%

Color #E69C74 in popluar number systems.

HEXE69C74
Decimal230156116
Binary11100110100111001110100
Octal346234164

Shades and tints

Shades of #E69C74

#E69C74
(230,156,116)
#D28E6A
(210,142,106)
#BE8060
(190,128,96)
#AA7256
(170,114,86)
#96644C
(150,100,76)
#825642
(130,86,66)
#6E4838
(110,72,56)
#5A3A2E
(90,58,46)
#462C24
(70,44,36)
#321E1A
(50,30,26)
#1E1010
(30,16,16)
#000000
(0,0,0)

Tints of #E69C74

#E69C74
(230,156,116)
#E8A580
(232,165,128)
#EAAE8C
(234,174,140)
#ECB798
(236,183,152)
#EEC0A4
(238,192,164)
#F0C9B0
(240,201,176)
#F2D2BC
(242,210,188)
#F4DBC8
(244,219,200)
#F6E4D4
(246,228,212)
#F8EDE0
(248,237,224)
#FAF6EC
(250,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69C74 color. Also use rgb(230,156,116) instead hex code.

Text Font Color

.myTextColor { color: #E69C74; }

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

This text font color is #E69C74.


Background Color

.myBgColor { background-color: #E69C74; }

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

This div background color is #E69C74.


Border color

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

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

This div border color is #E69C74.


Opacity

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

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

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

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

This text has shadow with #E69C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69C74 on black background.


Color preview on white background

This text has color #E69C74 on white background.



Black color preview on #E69C74 background

This text has black color on #E69C74 background.


White color preview on #E69C74 background

This text has white color on #E69C74 background.