COLOR #E68C63

HEX: #E68C63 RGB: (230,140,99)

Color info

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

RGB color model

#E68C63 color RGB value is (230,140,99).

RGB: (230,140,99) (90%, 55%, 39%)

RGB channels and saturation

R 230 of 255 = 90%
G 140 of 255 = 55%
B 99 of 255 = 39%

230
140
99

R + G + B ~ 61%. #E68C63 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 140 + 99 = 469 (100%)
R 230 of 469 ~ 49.04%
G 140 of 469 ~ 29.85%
B 99 of 469 ~ 21.11'%

%49.04
%29.85
%21.11

CMYK color model

#E68C63 color CMYK value is (0,39,57,10).

  • cyan value is 0.00%
  • magenta value is 39.13%
  • yellow value is 56.96%
  • key color value is 9.80%

CMYK: (0,39,57,10)
C0M39Y57K10 (0%, 39%, 57%, 10%)
(0.00 / 0.39 / 0.57 / 0.10)

CMYK percentages

%0
%39.13
%56.96
%9.8

Codes

Color #E68C63 in popluar color models

E6 8C 63
RGB 230 140 99
HSL 19° 72.38% 64.51%
HSB/HSV 19° 56.96% 90.20%
CMYK 0.00% 39.13% 56.96%
9.80%

Color #E68C63 in popluar number systems.

HEX E6 8C 63
Decimal 230 140 99
Binary 11100110 10001100 1100011
Octal 346 214 143

Shades and tints

Shades of #E68C63

#E68C63
(230,140,99)
#D2805A
(210,128,90)
#BE7451
(190,116,81)
#AA6848
(170,104,72)
#965C3F
(150,92,63)
#825036
(130,80,54)
#6E442D
(110,68,45)
#5A3824
(90,56,36)
#462C1B
(70,44,27)
#322012
(50,32,18)
#1E1409
(30,20,9)
#000000
(0,0,0)

Tints of #E68C63

#E68C63
(230,140,99)
#E89671
(232,150,113)
#EAA07F
(234,160,127)
#ECAA8D
(236,170,141)
#EEB49B
(238,180,155)
#F0BEA9
(240,190,169)
#F2C8B7
(242,200,183)
#F4D2C5
(244,210,197)
#F6DCD3
(246,220,211)
#F8E6E1
(248,230,225)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E68C63; }

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

This text font color is #E68C63.

Background Color

.myBgColor { background-color: #E68C63; }

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

This div background color is #E68C63.

Border color

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

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

This div border color is #E68C63.

Opacity

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

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

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

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

This text has shadow with #E68C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E68C63.

Preview

Color preview on black background

This text has color #E68C63 on black background.


Color preview on white background

This text has color #E68C63 on white background.


Black color preview on #E68C63 background

This text has black color on #E68C63 background.


White color preview on #E68C63 background

This text has white color on #E68C63 background.


Related colors

Complementary color

Complementary color for #hex is #19739C.


I love getcolorcode.com

Triadic colors

1 #63E68C and #8C63E6 with #E68C63 are triadic colors.

2 #638CE6 and #8CE663 with #E68C63 are triadic colors.