COLOR #E7693B

HEX: #E7693B
RGB: (231,105,59)

Color info

#E7693B contains mainly red color. Web safe color of #E7693B is #FF6633 (or #F63).

RGB color model

#E7693B color RGB value is (231,105,59).

  • red value is 231;
  • green value is 105;
  • blue value is 59.
RGB:
(231,105,59)
(91%,41%,23%)

RGB channels and saturation

R 231 of 255 = 91%
G 105 of 255 = 41%
B 59 of 255 = 23%

231
105
59

R + G + B ~ 52%. #E7693B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
231 + 105 + 59 = 395 (100%)
R 231 of 395 ~ 58.48%
G 105 of 395 ~ 26.58%
B 59 of 395 ~ 14.94%

%58.48
%26.58
%14.94

CMYK color model

#E7693B color CMYK value is (0,55,74,9).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 74.46%
  • key color value is 9.41%
CMYK:
(0,55,74,9)
C0M55Y74K9 
(0%,55%,74%,9%)
(0.00/0.55/0.74/0.09)	

CMYK percentages

%0
%54.55
%74.46
%9.41

Codes

Color #E7693B in popluar color models

E7693B
RGB23110559
HSL16°78.18%56.86%
HSB/HSV16°74.46%90.59%
CMYK0.00%54.55%74.46%
9.41%

Color #E7693B in popluar number systems.

HEXE7693B
Decimal23110559
Binary111001111101001111011
Octal34715173

Shades and tints

Shades of #E7693B

#E7693B
(231,105,59)
#D26036
(210,96,54)
#BD5731
(189,87,49)
#A84E2C
(168,78,44)
#934527
(147,69,39)
#7E3C22
(126,60,34)
#69331D
(105,51,29)
#542A18
(84,42,24)
#3F2113
(63,33,19)
#2A180E
(42,24,14)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #E7693B

#E7693B
(231,105,59)
#E9764C
(233,118,76)
#EB835D
(235,131,93)
#ED906E
(237,144,110)
#EF9D7F
(239,157,127)
#F1AA90
(241,170,144)
#F3B7A1
(243,183,161)
#F5C4B2
(245,196,178)
#F7D1C3
(247,209,195)
#F9DED4
(249,222,212)
#FBEBE5
(251,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7693B color. Also use rgb(231,105,59) instead hex code.

Text Font Color

.myTextColor { color: #E7693B; }

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

This text font color is #E7693B.


Background Color

.myBgColor { background-color: #E7693B; }

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

This div background color is #E7693B.


Border color

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

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

This div border color is #E7693B.


Opacity

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

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

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

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

This text has shadow with #E7693B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7693B on black background.


Color preview on white background

This text has color #E7693B on white background.



Black color preview on #E7693B background

This text has black color on #E7693B background.


White color preview on #E7693B background

This text has white color on #E7693B background.