COLOR #E64F0C

HEX: #E64F0C
RGB: (230,79,12)

Color info

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

RGB color model

#E64F0C color RGB value is (230,79,12).

  • red value is 230;
  • green value is 79;
  • blue value is 12.
RGB:
(230,79,12)
(90%,31%,5%)

RGB channels and saturation

R 230 of 255 = 90%
G 79 of 255 = 31%
B 12 of 255 = 5%

230
79
12

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

Portions of RGB colors in percentages

R + G + B =
230 + 79 + 12 = 321 (100%)
R 230 of 321 ~ 71.65%
G 79 of 321 ~ 24.61%
B 12 of 321 ~ 3.74%

%71.65
%24.61

CMYK color model

#E64F0C color CMYK value is (0,66,95,10).

  • cyan value is 0.00%
  • magenta value is 65.65%
  • yellow value is 94.78%
  • key color value is 9.80%
CMYK:
(0,66,95,10)
C0M66Y95K10 
(0%,66%,95%,10%)
(0.00/0.66/0.95/0.10)	

CMYK percentages

%0
%65.65
%94.78
%9.8

Codes

Color #E64F0C in popluar color models

E64F0C
RGB2307912
HSL18°90.08%47.45%
HSB/HSV18°94.78%90.20%
CMYK0.00%65.65%94.78%
9.80%

Color #E64F0C in popluar number systems.

HEXE64F0C
Decimal2307912
Binary1110011010011111100
Octal34611714

Shades and tints

Shades of #E64F0C

#E64F0C
(230,79,12)
#D2480B
(210,72,11)
#BE410A
(190,65,10)
#AA3A09
(170,58,9)
#963308
(150,51,8)
#822C07
(130,44,7)
#6E2506
(110,37,6)
#5A1E05
(90,30,5)
#461704
(70,23,4)
#321003
(50,16,3)
#1E0902
(30,9,2)
#000000
(0,0,0)

Tints of #E64F0C

#E64F0C
(230,79,12)
#E85F22
(232,95,34)
#EA6F38
(234,111,56)
#EC7F4E
(236,127,78)
#EE8F64
(238,143,100)
#F09F7A
(240,159,122)
#F2AF90
(242,175,144)
#F4BFA6
(244,191,166)
#F6CFBC
(246,207,188)
#F8DFD2
(248,223,210)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E64F0C color. Also use rgb(230,79,12) instead hex code.

Text Font Color

.myTextColor { color: #E64F0C; }

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

This text font color is #E64F0C.


Background Color

.myBgColor { background-color: #E64F0C; }

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

This div background color is #E64F0C.


Border color

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

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

This div border color is #E64F0C.


Opacity

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

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

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

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

This text has shadow with #E64F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E64F0C on black background.


Color preview on white background

This text has color #E64F0C on white background.



Black color preview on #E64F0C background

This text has black color on #E64F0C background.


White color preview on #E64F0C background

This text has white color on #E64F0C background.