COLOR #E69443

HEX: #E69443
RGB: (230,148,67)

Color info

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

RGB color model

#E69443 color RGB value is (230,148,67).

  • red value is 230;
  • green value is 148;
  • blue value is 67.
RGB:
(230,148,67)
(90%,58%,26%)

RGB channels and saturation

R 230 of 255 = 90%
G 148 of 255 = 58%
B 67 of 255 = 26%

230
148
67

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

Portions of RGB colors in percentages

R + G + B =
230 + 148 + 67 = 445 (100%)
R 230 of 445 ~ 51.69%
G 148 of 445 ~ 33.26%
B 67 of 445 ~ 15.06%

%51.69
%33.26
%15.06

CMYK color model

#E69443 color CMYK value is (0,36,71,10).

  • cyan value is 0.00%
  • magenta value is 35.65%
  • yellow value is 70.87%
  • key color value is 9.80%
CMYK:
(0,36,71,10)
C0M36Y71K10 
(0%,36%,71%,10%)
(0.00/0.36/0.71/0.10)	

CMYK percentages

%0
%35.65
%70.87
%9.8

Codes

Color #E69443 in popluar color models

E69443
RGB23014867
HSL30°76.53%58.24%
HSB/HSV30°70.87%90.20%
CMYK0.00%35.65%70.87%
9.80%

Color #E69443 in popluar number systems.

HEXE69443
Decimal23014867
Binary11100110100101001000011
Octal346224103

Shades and tints

Shades of #E69443

#E69443
(230,148,67)
#D2873D
(210,135,61)
#BE7A37
(190,122,55)
#AA6D31
(170,109,49)
#96602B
(150,96,43)
#825325
(130,83,37)
#6E461F
(110,70,31)
#5A3919
(90,57,25)
#462C13
(70,44,19)
#321F0D
(50,31,13)
#1E1207
(30,18,7)
#000000
(0,0,0)

Tints of #E69443

#E69443
(230,148,67)
#E89D54
(232,157,84)
#EAA665
(234,166,101)
#ECAF76
(236,175,118)
#EEB887
(238,184,135)
#F0C198
(240,193,152)
#F2CAA9
(242,202,169)
#F4D3BA
(244,211,186)
#F6DCCB
(246,220,203)
#F8E5DC
(248,229,220)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69443 color. Also use rgb(230,148,67) instead hex code.

Text Font Color

.myTextColor { color: #E69443; }

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

This text font color is #E69443.


Background Color

.myBgColor { background-color: #E69443; }

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

This div background color is #E69443.


Border color

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

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

This div border color is #E69443.


Opacity

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

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

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

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

This text has shadow with #E69443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69443 on black background.


Color preview on white background

This text has color #E69443 on white background.



Black color preview on #E69443 background

This text has black color on #E69443 background.


White color preview on #E69443 background

This text has white color on #E69443 background.