COLOR #E6480E

HEX: #E6480E
RGB: (230,72,14)

Color info

#E6480E contains mainly red color. Web safe color of #E6480E is #CC3300 (or #C30).

RGB color model

#E6480E color RGB value is (230,72,14).

  • red value is 230;
  • green value is 72;
  • blue value is 14.
RGB:
(230,72,14)
(90%,28%,5%)

RGB channels and saturation

R 230 of 255 = 90%
G 72 of 255 = 28%
B 14 of 255 = 5%

230
72
14

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

Portions of RGB colors in percentages

R + G + B =
230 + 72 + 14 = 316 (100%)
R 230 of 316 ~ 72.78%
G 72 of 316 ~ 22.78%
B 14 of 316 ~ 4.43%

%72.78
%22.78

CMYK color model

#E6480E color CMYK value is (0,69,94,10).

  • cyan value is 0.00%
  • magenta value is 68.70%
  • yellow value is 93.91%
  • key color value is 9.80%
CMYK:
(0,69,94,10)
C0M69Y94K10 
(0%,69%,94%,10%)
(0.00/0.69/0.94/0.10)	

CMYK percentages

%0
%68.7
%93.91
%9.8

Codes

Color #E6480E in popluar color models

E6480E
RGB2307214
HSL16°88.52%47.84%
HSB/HSV16°93.91%90.20%
CMYK0.00%68.70%93.91%
9.80%

Color #E6480E in popluar number systems.

HEXE6480E
Decimal2307214
Binary1110011010010001110
Octal34611016

Shades and tints

Shades of #E6480E

#E6480E
(230,72,14)
#D2420D
(210,66,13)
#BE3C0C
(190,60,12)
#AA360B
(170,54,11)
#96300A
(150,48,10)
#822A09
(130,42,9)
#6E2408
(110,36,8)
#5A1E07
(90,30,7)
#461806
(70,24,6)
#321205
(50,18,5)
#1E0C04
(30,12,4)
#000000
(0,0,0)

Tints of #E6480E

#E6480E
(230,72,14)
#E85823
(232,88,35)
#EA6838
(234,104,56)
#EC784D
(236,120,77)
#EE8862
(238,136,98)
#F09877
(240,152,119)
#F2A88C
(242,168,140)
#F4B8A1
(244,184,161)
#F6C8B6
(246,200,182)
#F8D8CB
(248,216,203)
#FAE8E0
(250,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6480E color. Also use rgb(230,72,14) instead hex code.

Text Font Color

.myTextColor { color: #E6480E; }

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

This text font color is #E6480E.


Background Color

.myBgColor { background-color: #E6480E; }

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

This div background color is #E6480E.


Border color

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

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

This div border color is #E6480E.


Opacity

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

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

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

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

This text has shadow with #E6480E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6480E on black background.


Color preview on white background

This text has color #E6480E on white background.



Black color preview on #E6480E background

This text has black color on #E6480E background.


White color preview on #E6480E background

This text has white color on #E6480E background.