COLOR #E35200

HEX: #E35200
RGB: (227,82,0)

Color info

#E35200 contains mainly red color. Web safe color of #E35200 is #CC6600 (or #C60).

RGB color model

#E35200 color RGB value is (227,82,0).

  • red value is 227;
  • green value is 82;
  • blue value is 0.
RGB:
(227,82,0)
(89%,32%,0%)

RGB channels and saturation

R 227 of 255 = 89%
G 82 of 255 = 32%
B 0 of 255 = 0%

227
82
0

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

Portions of RGB colors in percentages

R + G + B =
227 + 82 + 0 = 309 (100%)
R 227 of 309 ~ 73.46%
G 82 of 309 ~ 26.54%
B 0 of 309 ~ 0%

%73.46
%26.54

CMYK color model

#E35200 color CMYK value is (0,64,100,11).

  • cyan value is 0.00%
  • magenta value is 63.88%
  • yellow value is 100.00%
  • key color value is 10.98%
CMYK:
(0,64,100,11)
C0M64Y100K11 
(0%,64%,100%,11%)
(0.00/0.64/1.00/0.11)	

CMYK percentages

%0
%63.88
%100
%10.98

Codes

Color #E35200 in popluar color models

E35200
RGB227820
HSL22°100.00%44.51%
HSB/HSV22°100.00%89.02%
CMYK0.00%63.88%100.00%
10.98%

Color #E35200 in popluar number systems.

HEXE35200
Decimal227820
Binary1110001110100100
Octal3431220

Shades and tints

Shades of #E35200

#E35200
(227,82,0)
#CF4B00
(207,75,0)
#BB4400
(187,68,0)
#A73D00
(167,61,0)
#933600
(147,54,0)
#7F2F00
(127,47,0)
#6B2800
(107,40,0)
#572100
(87,33,0)
#431A00
(67,26,0)
#2F1300
(47,19,0)
#1B0C00
(27,12,0)
#000000
(0,0,0)

Tints of #E35200

#E35200
(227,82,0)
#E56117
(229,97,23)
#E7702E
(231,112,46)
#E97F45
(233,127,69)
#EB8E5C
(235,142,92)
#ED9D73
(237,157,115)
#EFAC8A
(239,172,138)
#F1BBA1
(241,187,161)
#F3CAB8
(243,202,184)
#F5D9CF
(245,217,207)
#F7E8E6
(247,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E35200 color. Also use rgb(227,82,0) instead hex code.

Text Font Color

.myTextColor { color: #E35200; }

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

This text font color is #E35200.


Background Color

.myBgColor { background-color: #E35200; }

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

This div background color is #E35200.


Border color

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

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

This div border color is #E35200.


Opacity

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

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

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

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

This text has shadow with #E35200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E35200 on black background.


Color preview on white background

This text has color #E35200 on white background.



Black color preview on #E35200 background

This text has black color on #E35200 background.


White color preview on #E35200 background

This text has white color on #E35200 background.