COLOR #E2694A

HEX: #E2694A
RGB: (226,105,74)

Color info

#E2694A contains mainly red color. Web safe color of #E2694A is #CC6633 (or #C63).

RGB color model

#E2694A color RGB value is (226,105,74).

  • red value is 226;
  • green value is 105;
  • blue value is 74.
RGB:
(226,105,74)
(89%,41%,29%)

RGB channels and saturation

R 226 of 255 = 89%
G 105 of 255 = 41%
B 74 of 255 = 29%

226
105
74

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

Portions of RGB colors in percentages

R + G + B =
226 + 105 + 74 = 405 (100%)
R 226 of 405 ~ 55.8%
G 105 of 405 ~ 25.93%
B 74 of 405 ~ 18.27%

%55.8
%25.93
%18.27

CMYK color model

#E2694A color CMYK value is (0,54,67,11).

  • cyan value is 0.00%
  • magenta value is 53.54%
  • yellow value is 67.26%
  • key color value is 11.37%
CMYK:
(0,54,67,11)
C0M54Y67K11 
(0%,54%,67%,11%)
(0.00/0.54/0.67/0.11)	

CMYK percentages

%0
%53.54
%67.26
%11.37

Codes

Color #E2694A in popluar color models

E2694A
RGB22610574
HSL12°72.38%58.82%
HSB/HSV12°67.26%88.63%
CMYK0.00%53.54%67.26%
11.37%

Color #E2694A in popluar number systems.

HEXE2694A
Decimal22610574
Binary1110001011010011001010
Octal342151112

Shades and tints

Shades of #E2694A

#E2694A
(226,105,74)
#CE6044
(206,96,68)
#BA573E
(186,87,62)
#A64E38
(166,78,56)
#924532
(146,69,50)
#7E3C2C
(126,60,44)
#6A3326
(106,51,38)
#562A20
(86,42,32)
#42211A
(66,33,26)
#2E1814
(46,24,20)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #E2694A

#E2694A
(226,105,74)
#E4765A
(228,118,90)
#E6836A
(230,131,106)
#E8907A
(232,144,122)
#EA9D8A
(234,157,138)
#ECAA9A
(236,170,154)
#EEB7AA
(238,183,170)
#F0C4BA
(240,196,186)
#F2D1CA
(242,209,202)
#F4DEDA
(244,222,218)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2694A color. Also use rgb(226,105,74) instead hex code.

Text Font Color

.myTextColor { color: #E2694A; }

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

This text font color is #E2694A.


Background Color

.myBgColor { background-color: #E2694A; }

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

This div background color is #E2694A.


Border color

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

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

This div border color is #E2694A.


Opacity

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

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

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

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

This text has shadow with #E2694A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2694A on black background.


Color preview on white background

This text has color #E2694A on white background.



Black color preview on #E2694A background

This text has black color on #E2694A background.


White color preview on #E2694A background

This text has white color on #E2694A background.