COLOR #E69073

HEX: #E69073
RGB: (230,144,115)

Color info

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

RGB color model

#E69073 color RGB value is (230,144,115).

  • red value is 230;
  • green value is 144;
  • blue value is 115.
RGB:
(230,144,115)
(90%,56%,45%)

RGB channels and saturation

R 230 of 255 = 90%
G 144 of 255 = 56%
B 115 of 255 = 45%

230
144
115

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

Portions of RGB colors in percentages

R + G + B =
230 + 144 + 115 = 489 (100%)
R 230 of 489 ~ 47.03%
G 144 of 489 ~ 29.45%
B 115 of 489 ~ 23.52%

%47.03
%29.45
%23.52

CMYK color model

#E69073 color CMYK value is (0,37,50,10).

  • cyan value is 0.00%
  • magenta value is 37.39%
  • yellow value is 50.00%
  • key color value is 9.80%
CMYK:
(0,37,50,10)
C0M37Y50K10 
(0%,37%,50%,10%)
(0.00/0.37/0.50/0.10)	

CMYK percentages

%0
%37.39
%50
%9.8

Codes

Color #E69073 in popluar color models

E69073
RGB230144115
HSL15°69.70%67.65%
HSB/HSV15°50.00%90.20%
CMYK0.00%37.39%50.00%
9.80%

Color #E69073 in popluar number systems.

HEXE69073
Decimal230144115
Binary11100110100100001110011
Octal346220163

Shades and tints

Shades of #E69073

#E69073
(230,144,115)
#D28369
(210,131,105)
#BE765F
(190,118,95)
#AA6955
(170,105,85)
#965C4B
(150,92,75)
#824F41
(130,79,65)
#6E4237
(110,66,55)
#5A352D
(90,53,45)
#462823
(70,40,35)
#321B19
(50,27,25)
#1E0E0F
(30,14,15)
#000000
(0,0,0)

Tints of #E69073

#E69073
(230,144,115)
#E89A7F
(232,154,127)
#EAA48B
(234,164,139)
#ECAE97
(236,174,151)
#EEB8A3
(238,184,163)
#F0C2AF
(240,194,175)
#F2CCBB
(242,204,187)
#F4D6C7
(244,214,199)
#F6E0D3
(246,224,211)
#F8EADF
(248,234,223)
#FAF4EB
(250,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69073 color. Also use rgb(230,144,115) instead hex code.

Text Font Color

.myTextColor { color: #E69073; }

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

This text font color is #E69073.


Background Color

.myBgColor { background-color: #E69073; }

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

This div background color is #E69073.


Border color

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

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

This div border color is #E69073.


Opacity

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

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

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

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

This text has shadow with #E69073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69073 on black background.


Color preview on white background

This text has color #E69073 on white background.



Black color preview on #E69073 background

This text has black color on #E69073 background.


White color preview on #E69073 background

This text has white color on #E69073 background.