COLOR #E6694A

HEX: #E6694A
RGB: (230,105,74)

Color info

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

RGB color model

#E6694A color RGB value is (230,105,74).

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

RGB channels and saturation

R 230 of 255 = 90%
G 105 of 255 = 41%
B 74 of 255 = 29%

230
105
74

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

Portions of RGB colors in percentages

R + G + B =
230 + 105 + 74 = 409 (100%)
R 230 of 409 ~ 56.23%
G 105 of 409 ~ 25.67%
B 74 of 409 ~ 18.09%

%56.23
%25.67
%18.09

CMYK color model

#E6694A color CMYK value is (0,54,68,10).

  • cyan value is 0.00%
  • magenta value is 54.35%
  • yellow value is 67.83%
  • key color value is 9.80%
CMYK:
(0,54,68,10)
C0M54Y68K10 
(0%,54%,68%,10%)
(0.00/0.54/0.68/0.10)	

CMYK percentages

%0
%54.35
%67.83
%9.8

Codes

Color #E6694A in popluar color models

E6694A
RGB23010574
HSL12°75.73%59.61%
HSB/HSV12°67.83%90.20%
CMYK0.00%54.35%67.83%
9.80%

Color #E6694A in popluar number systems.

HEXE6694A
Decimal23010574
Binary1110011011010011001010
Octal346151112

Shades and tints

Shades of #E6694A

#E6694A
(230,105,74)
#D26044
(210,96,68)
#BE573E
(190,87,62)
#AA4E38
(170,78,56)
#964532
(150,69,50)
#823C2C
(130,60,44)
#6E3326
(110,51,38)
#5A2A20
(90,42,32)
#46211A
(70,33,26)
#321814
(50,24,20)
#1E0F0E
(30,15,14)
#000000
(0,0,0)

Tints of #E6694A

#E6694A
(230,105,74)
#E8765A
(232,118,90)
#EA836A
(234,131,106)
#EC907A
(236,144,122)
#EE9D8A
(238,157,138)
#F0AA9A
(240,170,154)
#F2B7AA
(242,183,170)
#F4C4BA
(244,196,186)
#F6D1CA
(246,209,202)
#F8DEDA
(248,222,218)
#FAEBEA
(250,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6694A; }

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

This text font color is #E6694A.


Background Color

.myBgColor { background-color: #E6694A; }

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

This div background color is #E6694A.


Border color

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

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

This div border color is #E6694A.


Opacity

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

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

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

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

This text has shadow with #E6694A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6694A on black background.


Color preview on white background

This text has color #E6694A on white background.



Black color preview on #E6694A background

This text has black color on #E6694A background.


White color preview on #E6694A background

This text has white color on #E6694A background.