COLOR #E68F63

HEX: #E68F63
RGB: (230,143,99)

Color info

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

RGB color model

#E68F63 color RGB value is (230,143,99).

  • red value is 230;
  • green value is 143;
  • blue value is 99.
RGB:
(230,143,99)
(90%,56%,39%)

RGB channels and saturation

R 230 of 255 = 90%
G 143 of 255 = 56%
B 99 of 255 = 39%

230
143
99

R + G + B ~ 62%. #E68F63 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 143 + 99 = 472 (100%)
R 230 of 472 ~ 48.73%
G 143 of 472 ~ 30.3%
B 99 of 472 ~ 20.97%

%48.73
%30.3
%20.97

CMYK color model

#E68F63 color CMYK value is (0,38,57,10).

  • cyan value is 0.00%
  • magenta value is 37.83%
  • yellow value is 56.96%
  • key color value is 9.80%
CMYK:
(0,38,57,10)
C0M38Y57K10 
(0%,38%,57%,10%)
(0.00/0.38/0.57/0.10)	

CMYK percentages

%0
%37.83
%56.96
%9.8

Codes

Color #E68F63 in popluar color models

E68F63
RGB23014399
HSL20°72.38%64.51%
HSB/HSV20°56.96%90.20%
CMYK0.00%37.83%56.96%
9.80%

Color #E68F63 in popluar number systems.

HEXE68F63
Decimal23014399
Binary11100110100011111100011
Octal346217143

Shades and tints

Shades of #E68F63

#E68F63
(230,143,99)
#D2825A
(210,130,90)
#BE7551
(190,117,81)
#AA6848
(170,104,72)
#965B3F
(150,91,63)
#824E36
(130,78,54)
#6E412D
(110,65,45)
#5A3424
(90,52,36)
#46271B
(70,39,27)
#321A12
(50,26,18)
#1E0D09
(30,13,9)
#000000
(0,0,0)

Tints of #E68F63

#E68F63
(230,143,99)
#E89971
(232,153,113)
#EAA37F
(234,163,127)
#ECAD8D
(236,173,141)
#EEB79B
(238,183,155)
#F0C1A9
(240,193,169)
#F2CBB7
(242,203,183)
#F4D5C5
(244,213,197)
#F6DFD3
(246,223,211)
#F8E9E1
(248,233,225)
#FAF3EF
(250,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E68F63 color. Also use rgb(230,143,99) instead hex code.

Text Font Color

.myTextColor { color: #E68F63; }

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

This text font color is #E68F63.


Background Color

.myBgColor { background-color: #E68F63; }

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

This div background color is #E68F63.


Border color

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

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

This div border color is #E68F63.


Opacity

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

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

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

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

This text has shadow with #E68F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E68F63 on black background.


Color preview on white background

This text has color #E68F63 on white background.



Black color preview on #E68F63 background

This text has black color on #E68F63 background.


White color preview on #E68F63 background

This text has white color on #E68F63 background.