COLOR #E3965C

HEX: #E3965C RGB: (227,150,92)

Color info

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

RGB color model

#E3965C color RGB value is (227,150,92).

RGB: (227,150,92) (89%, 59%, 36%)

RGB channels and saturation

R 227 of 255 = 89%
G 150 of 255 = 59%
B 92 of 255 = 36%

227
150
92

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

Portions of RGB colors in percentages

R + G + B = 227 + 150 + 92 = 469 (100%)
R 227 of 469 ~ 48.4%
G 150 of 469 ~ 31.98%
B 92 of 469 ~ 19.62'%

%48.4
%31.98
%19.62

CMYK color model

#E3965C color CMYK value is (0,34,59,11).

  • cyan value is 0.00%
  • magenta value is 33.92%
  • yellow value is 59.47%
  • key color value is 10.98%

CMYK: (0,34,59,11)
C0M34Y59K11 (0%, 34%, 59%, 11%)
(0.00 / 0.34 / 0.59 / 0.11)

CMYK percentages

%0
%33.92
%59.47
%10.98

Codes

Color #E3965C in popluar color models

E3 96 5C
RGB 227 150 92
HSL 26° 70.68% 62.55%
HSB/HSV 26° 59.47% 89.02%
CMYK 0.00% 33.92% 59.47%
10.98%

Color #E3965C in popluar number systems.

HEX E3 96 5C
Decimal 227 150 92
Binary 11100011 10010110 1011100
Octal 343 226 134

Shades and tints

Shades of #E3965C

#E3965C
(227,150,92)
#CF8954
(207,137,84)
#BB7C4C
(187,124,76)
#A76F44
(167,111,68)
#93623C
(147,98,60)
#7F5534
(127,85,52)
#6B482C
(107,72,44)
#573B24
(87,59,36)
#432E1C
(67,46,28)
#2F2114
(47,33,20)
#1B140C
(27,20,12)
#000000
(0,0,0)

Tints of #E3965C

#E3965C
(227,150,92)
#E59F6A
(229,159,106)
#E7A878
(231,168,120)
#E9B186
(233,177,134)
#EBBA94
(235,186,148)
#EDC3A2
(237,195,162)
#EFCCB0
(239,204,176)
#F1D5BE
(241,213,190)
#F3DECC
(243,222,204)
#F5E7DA
(245,231,218)
#F7F0E8
(247,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3965C color. Also use rgb(227,150,92) instead hex code.

Text Font Color

.myTextColor { color: #E3965C; }

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

This text font color is #E3965C.

Background Color

.myBgColor { background-color: #E3965C; }

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

This div background color is #E3965C.

Border color

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

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

This div border color is #E3965C.

Opacity

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

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

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

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

This text has shadow with #E3965C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3965C.

Preview

Color preview on black background

This text has color #E3965C on black background.


Color preview on white background

This text has color #E3965C on white background.


Black color preview on #E3965C background

This text has black color on #E3965C background.


White color preview on #E3965C background

This text has white color on #E3965C background.


Related colors

Complementary color

Complementary color for #hex is #1C69A3.


I love getcolorcode.com

Triadic colors

1 #5CE396 and #965CE3 with #E3965C are triadic colors.

2 #5C96E3 and #96E35C with #E3965C are triadic colors.