COLOR #E6914D

HEX: #E6914D
RGB: (230,145,77)

Color info

#E6914D contains mainly red color. Web safe color of #E6914D is #CC9933 (or #C93).

RGB color model

#E6914D color RGB value is (230,145,77).

  • red value is 230;
  • green value is 145;
  • blue value is 77.
RGB:
(230,145,77)
(90%,57%,30%)

RGB channels and saturation

R 230 of 255 = 90%
G 145 of 255 = 57%
B 77 of 255 = 30%

230
145
77

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

Portions of RGB colors in percentages

R + G + B =
230 + 145 + 77 = 452 (100%)
R 230 of 452 ~ 50.88%
G 145 of 452 ~ 32.08%
B 77 of 452 ~ 17.04%

%50.88
%32.08
%17.04

CMYK color model

#E6914D color CMYK value is (0,37,67,10).

  • cyan value is 0.00%
  • magenta value is 36.96%
  • yellow value is 66.52%
  • key color value is 9.80%
CMYK:
(0,37,67,10)
C0M37Y67K10 
(0%,37%,67%,10%)
(0.00/0.37/0.67/0.10)	

CMYK percentages

%0
%36.96
%66.52
%9.8

Codes

Color #E6914D in popluar color models

E6914D
RGB23014577
HSL27°75.37%60.20%
HSB/HSV27°66.52%90.20%
CMYK0.00%36.96%66.52%
9.80%

Color #E6914D in popluar number systems.

HEXE6914D
Decimal23014577
Binary11100110100100011001101
Octal346221115

Shades and tints

Shades of #E6914D

#E6914D
(230,145,77)
#D28446
(210,132,70)
#BE773F
(190,119,63)
#AA6A38
(170,106,56)
#965D31
(150,93,49)
#82502A
(130,80,42)
#6E4323
(110,67,35)
#5A361C
(90,54,28)
#462915
(70,41,21)
#321C0E
(50,28,14)
#1E0F07
(30,15,7)
#000000
(0,0,0)

Tints of #E6914D

#E6914D
(230,145,77)
#E89B5D
(232,155,93)
#EAA56D
(234,165,109)
#ECAF7D
(236,175,125)
#EEB98D
(238,185,141)
#F0C39D
(240,195,157)
#F2CDAD
(242,205,173)
#F4D7BD
(244,215,189)
#F6E1CD
(246,225,205)
#F8EBDD
(248,235,221)
#FAF5ED
(250,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6914D color. Also use rgb(230,145,77) instead hex code.

Text Font Color

.myTextColor { color: #E6914D; }

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

This text font color is #E6914D.


Background Color

.myBgColor { background-color: #E6914D; }

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

This div background color is #E6914D.


Border color

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

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

This div border color is #E6914D.


Opacity

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

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

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

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

This text has shadow with #E6914D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6914D on black background.


Color preview on white background

This text has color #E6914D on white background.



Black color preview on #E6914D background

This text has black color on #E6914D background.


White color preview on #E6914D background

This text has white color on #E6914D background.