COLOR #E67F23

HEX: #E67F23
RGB: (230,127,35)

Color info

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

RGB color model

#E67F23 color RGB value is (230,127,35).

  • red value is 230;
  • green value is 127;
  • blue value is 35.
RGB:
(230,127,35)
(90%,50%,14%)

RGB channels and saturation

R 230 of 255 = 90%
G 127 of 255 = 50%
B 35 of 255 = 14%

230
127
35

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

Portions of RGB colors in percentages

R + G + B =
230 + 127 + 35 = 392 (100%)
R 230 of 392 ~ 58.67%
G 127 of 392 ~ 32.4%
B 35 of 392 ~ 8.93%

%58.67
%32.4

CMYK color model

#E67F23 color CMYK value is (0,45,85,10).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 84.78%
  • key color value is 9.80%
CMYK:
(0,45,85,10)
C0M45Y85K10 
(0%,45%,85%,10%)
(0.00/0.45/0.85/0.10)	

CMYK percentages

%0
%44.78
%84.78
%9.8

Codes

Color #E67F23 in popluar color models

E67F23
RGB23012735
HSL28°79.59%51.96%
HSB/HSV28°84.78%90.20%
CMYK0.00%44.78%84.78%
9.80%

Color #E67F23 in popluar number systems.

HEXE67F23
Decimal23012735
Binary111001101111111100011
Octal34617743

Shades and tints

Shades of #E67F23

#E67F23
(230,127,35)
#D27420
(210,116,32)
#BE691D
(190,105,29)
#AA5E1A
(170,94,26)
#965317
(150,83,23)
#824814
(130,72,20)
#6E3D11
(110,61,17)
#5A320E
(90,50,14)
#46270B
(70,39,11)
#321C08
(50,28,8)
#1E1105
(30,17,5)
#000000
(0,0,0)

Tints of #E67F23

#E67F23
(230,127,35)
#E88A37
(232,138,55)
#EA954B
(234,149,75)
#ECA05F
(236,160,95)
#EEAB73
(238,171,115)
#F0B687
(240,182,135)
#F2C19B
(242,193,155)
#F4CCAF
(244,204,175)
#F6D7C3
(246,215,195)
#F8E2D7
(248,226,215)
#FAEDEB
(250,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E67F23 color. Also use rgb(230,127,35) instead hex code.

Text Font Color

.myTextColor { color: #E67F23; }

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

This text font color is #E67F23.


Background Color

.myBgColor { background-color: #E67F23; }

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

This div background color is #E67F23.


Border color

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

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

This div border color is #E67F23.


Opacity

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

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

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

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

This text has shadow with #E67F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E67F23 on black background.


Color preview on white background

This text has color #E67F23 on white background.



Black color preview on #E67F23 background

This text has black color on #E67F23 background.


White color preview on #E67F23 background

This text has white color on #E67F23 background.