COLOR #E83F00

HEX: #E83F00
RGB: (232,63,0)

Color info

#E83F00 contains mainly red color. Web safe color of #E83F00 is #FF3300 (or #F30).

RGB color model

#E83F00 color RGB value is (232,63,0).

  • red value is 232;
  • green value is 63;
  • blue value is 0.
RGB:
(232,63,0)
(91%,25%,0%)

RGB channels and saturation

R 232 of 255 = 91%
G 63 of 255 = 25%
B 0 of 255 = 0%

232
63
0

R + G + B ~ 39%. #E83F00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
232 + 63 + 0 = 295 (100%)
R 232 of 295 ~ 78.64%
G 63 of 295 ~ 21.36%
B 0 of 295 ~ 0%

%78.64
%21.36

CMYK color model

#E83F00 color CMYK value is (0,73,100,9).

  • cyan value is 0.00%
  • magenta value is 72.84%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(0,73,100,9)
C0M73Y100K9 
(0%,73%,100%,9%)
(0.00/0.73/1.00/0.09)	

CMYK percentages

%0
%72.84
%100
%9.02

Codes

Color #E83F00 in popluar color models

E83F00
RGB232630
HSL16°100.00%45.49%
HSB/HSV16°100.00%90.98%
CMYK0.00%72.84%100.00%
9.02%

Color #E83F00 in popluar number systems.

HEXE83F00
Decimal232630
Binary111010001111110
Octal350770

Shades and tints

Shades of #E83F00

#E83F00
(232,63,0)
#D33A00
(211,58,0)
#BE3500
(190,53,0)
#A93000
(169,48,0)
#942B00
(148,43,0)
#7F2600
(127,38,0)
#6A2100
(106,33,0)
#551C00
(85,28,0)
#401700
(64,23,0)
#2B1200
(43,18,0)
#160D00
(22,13,0)
#000000
(0,0,0)

Tints of #E83F00

#E83F00
(232,63,0)
#EA5017
(234,80,23)
#EC612E
(236,97,46)
#EE7245
(238,114,69)
#F0835C
(240,131,92)
#F29473
(242,148,115)
#F4A58A
(244,165,138)
#F6B6A1
(246,182,161)
#F8C7B8
(248,199,184)
#FAD8CF
(250,216,207)
#FCE9E6
(252,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E83F00 color. Also use rgb(232,63,0) instead hex code.

Text Font Color

.myTextColor { color: #E83F00; }

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

This text font color is #E83F00.


Background Color

.myBgColor { background-color: #E83F00; }

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

This div background color is #E83F00.


Border color

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

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

This div border color is #E83F00.


Opacity

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

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

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

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

This text has shadow with #E83F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E83F00 on black background.


Color preview on white background

This text has color #E83F00 on white background.



Black color preview on #E83F00 background

This text has black color on #E83F00 background.


White color preview on #E83F00 background

This text has white color on #E83F00 background.